0 Replies Latest reply on May 20, 2005 9:53 AM by cinimod

    again a hello World servlet

    cinimod

      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.