|
-- [ Picked text/plain from multipart/alternative ] I don't think Tomcat can find your servlet. In the <form> you need to tell where the servlet is. In Tomcat it's usually something like <form method="get" action="servlet/Hello"> You must have the word servlet first. You are pointing to the http server, you don't need to. The class is usually in the webapps/applname/WEB-INF/classes folder. Where applname is whatever you called the application. You should see the examples folder under webapps. So copy a folder that's under webapps to whatever name you want lets say test, move your html doc to webapps/test called index.html, and move your class to webapps/test/WEB-INF/classes folder, change your action in the html like above, then type <A HREF="http://myas400.com:8000/test/index.html">http://myas400.com:8000/test/index.html</A>. And give it a try. Barry Try that. Barry
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.