hi, i have a helloWorldServlet and it works fine in another application server. The only problem that i have is that the jboss-web.xml seems to be wrong:
| <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.2//EN" "http://www.jboss.org/j2ee/dtd/jboss-web.dtd"> | | <jboss-web> | <context-root>/helloWorldServlet</context-root> | </jboss-web> | i call it up localhost:8080/helloWorldServlet/helloWorld (of course i used the servlet-mapping in the web.xml so that i can call simply helloWorld) As i said, it must be this wrong entry, and i would really like to know what it is... Another question: Where do i get to know how to set this entries? Is there a document online that i just havenÂt found yet? Thanks for helping. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878546#3878546 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878546 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
