2 Replies Latest reply on Dec 2, 2002 7:54 PM by clie

    The request resource is not availabe, help

    clie

      Hi I tried to deploy my servlet on JBoss3.0.4/Tomcat
      and i'm sure my .ear file structure is correct, but somehow when I access http://localhost:8080/myapp/servlet/HelloWorld
      it said that the request resource is not availabe, but when I deploy it on my friend's machine whose JBoss is 3.0.1/Tomcat, it works fine.

      The problem only appears when I try to access my servlet, it works fine for jsp files. Can anyone help? Thanks

        • 1. Re: The request resource is not availabe, help
          ymerajit2k

          dear friend

          I have the same problem ;my application is deployed correctly and jsp's of my application run's accuratly but whe i am calling servlet it display error
          "The Request Resource is not available ..."

          I am using JBoss3.0.4/Tomcat..


          • 2. Re: The request resource is not availabe, help
            clie

            I just find out a solution. It's the problem of tomcat
            if I use the jboss3.0.4/tomcat4.1.12, then I will have that requested resource not found problem.

            But if I use jboss3.0.4/tomcat4.0.6, then I am problem free.

            Does anyone know how to do it right on tomcat4.1.12?