6 Replies Latest reply on Aug 22, 2006 4:55 PM by tdavisjr

    Servlet is not displaying

    tdavisjr

      Hi,

      I just tried to migrate a test servlet that I had running in Tomcat 5 to JBoss latest version. I deployed the application not as a .war packed but as a .war unpacked (e.g. testservlet.war) in the JBoss deploy directory.

      I checked the log file and the deploy was sucessfull and my context shows up as /TestServlet just as I specified in the web.xml file.

      So, I tried to access the application by http://localhost:8080/TestServlet and it just shows me a directory listing and doesn't run the servlet. Anyone can give me suggestions on what may be wrong. Thanks.