4 Replies Latest reply on Mar 8, 2008 4:24 AM by jaikiran

    In trouble with Jboss Application Server

    mr.jdeveloper

      Hello guys.

      I have a little problem while accesing to a deployed application in Jboss AS.
      Well, this application,named portalsitranbus, was developed in Jdeveloper, where it works fine. Then i deployed it into a EAR file, located in the deploy folder of the Jboss/server/default folder.

      I access to the application trought localhost:8080/portalsitranbus, and it seems to work, but when i clicked on any actions i got the following error message: "The required resource (/portalsitranbus/servlet/ServletController) is no avaliable." but i can find it in the console.

      Any idea that can help me?
      Thx u all!

        • 1. Re: In trouble with Jboss Application Server
          mr.jdeveloper

          I forgot to ask how to access a deployed application other computer, because i had been trying a few ways and no one success...

          • 2. Re: In trouble with Jboss Application Server
            jaikiran

             

            I forgot to ask how to access a deployed application other computer, because i had been trying a few ways and no one success...


            Do you mean, you want to access JBoss server which has been started on a remote machine? Which version of JBoss are you using? If it's JBoss-4.2.x then see this http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ

            • 3. Re: In trouble with Jboss Application Server
              mr.jdeveloper

              thx for ur answer jaikiran, im using 4.2.0.GA, but i had executed "run.bat -b 0.0.0.0", and after that i had been capable of accessing the server trought a web browser writing the ip and accessing by the port 8080.
              Is that the right way?
              and what about my first question?

              thx again jaikiran, im a noob at this ;)

              • 4. Re: In trouble with Jboss Application Server
                jaikiran

                 

                "mr.Jdeveloper" wrote:
                im using 4.2.0.GA, but i had executed "run.bat -b 0.0.0.0", and after that i had been capable of accessing the server trought a web browser writing the ip and accessing by the port 8080.
                Is that the right way?

                Yes, that's right.

                "mr.Jdeveloper" wrote:

                I access to the application trought localhost:8080/portalsitranbus, and it seems to work, but when i clicked on any actions i got the following error message: "The required resource (/portalsitranbus/servlet/ServletController) is no avaliable


                Are you sure the requested servlet is available? Please post the contents of your web.xml (While posting, remember to wrap the xml contents in the a code block by using the Code button in the message editor window).