Hi,
I have created a war module named myFirstServlet.war file using SJS application server deploytool.
The WAR file was deployed on server successfully (which contains a simple servlet that shows output as "Simple servlet") on SJS application server. But when I execute it, it shows the directory listing instead of showing the servlet output?
what am i doing wrong? any suggestions?
-
Unable to execute servlet (1 messages)
- Posted by: java learner
- Posted on: February 13 2006 06:10 EST
Threaded Messages (1)
- check your web.xml by Sheng Sheen on March 02 2006 19:21 EST
-
check your web.xml[ Go to top ]
- Posted by: Sheng Sheen
- Posted on: March 02 2006 19:21 EST
- in response to java learner
check your servlet mapping in your web.xml file.