hi there
when i run my first
servlet in the browser it give me the result of second servlet
my servlet files is located in C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\test\WEB-INF\classes
in the folder classes i have formdata.class TestServlet.class formdata.java TestServlet.java param.html
in the folder WEB-INF i have web.xml which contain
how to run html file with localhost:8080/test/pram or localhost:8080/test and how to write url without the port
and can someone give me instruction how to run
jsp in
tomcat and how configure web.xml in this case