1 Reply Latest reply on Aug 22, 2002 12:11 PM by muradhak

    Problem with Servelt in jboss-3.0.0_tomcat-4.0.3

    muradhak

      I am using jboss-3.0.0_tomcat-4.0.3.
      Here I have created an ear file which is having an html file and a servlet.
      The html forms submit will call the servlet.
      I deployed the ear bu copying it to the deploy folder in server\default.
      When i give:

      http://muradhak-w2k:8083/home.html

      i get the outptu for the html file.

      But when i give:

      http://muradhak-w2k:8083/HelloWOrld

      which is the servlet, I am just getting a blank page.No Errors!.

      But in Jboss console i get,
      14:47:22,420 INFO [Engine] StandardHost[localhost]: MAPPING configuration error
      for request URI

      Can anyone throw some light how to get servlet&jsp output using this scenario.