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. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966753#3966753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966753 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
