0 Replies Latest reply on Apr 5, 2004 1:13 AM by sheetal

    Deploying a simple web component: HTTP 500 Error

    sheetal

      Hi all,
      I have read similar old queries but no solutions seems to work for me.
      I'm trying to deploy a simple war on jboss 3.2.3.
      I have deployed my HelloWorld.war file under JBOSS's "/default/deploy" directory.
      The structure of HelloWorld.war is as follows:-
      /
      index.html
      [Web-inf]
      web.xml
      [classes]
      HelloWorld.class (servlet class)
      [lib]

      I'm able to access the index.html by foll. link
      http://localhost:8080/HelloWorld/index.html

      but when I try to access the servlet class from index.html (/servlet/HelloWorld) I get an HTTP 500 error.

      I'm using a simple web component example that most of the tutorials teach.

      I have tried most of the combinations to access the servlet but in vain. Any help is really appreciated.

      Thanx in advance,
      Sheetal.