I'm still at the installing/configuring Tomcat stage and would like to test
to see if Tomcat can handle a servlet.
The servlet is working fine on a Linux/Apache/JServ box, now I want to try
this same servlet on my new Linux/Apache/JRE/Tomcat box.

If I place my TEST.HTML page in /home/httpd/html/test.html and
place my class file into
/usr/local/jakarta-tomcat/webapps/examples/WEB-INF/classes/myclass.class ,

then just exactly how do I reference this path inside the html page for the
post method?

<form action="http://www.myserver.com/????/????/????/myclass" method="POST"
name="test" onsubmit="return validateData()">

Can anybody help?
Thanks.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to