3 Replies Latest reply on Jul 8, 2008 10:24 PM by maronvomra

    Jboss installation

    maronvomra

      Hi all,

      Where users will put the contents that is what is the DocumentRoot of Jboss?

      Is it ok to let the user view the page http://ip-address:8080/ as there is a web-console through which they can view the status which I don't feel good about as users (developers) don't need to view those things.

      How to stop that or is it ok to view that by users?

        • 1. Re: Jboss installation
          jaikiran

           

          "maronvomra" wrote:


          Where users will put the contents that is what is the DocumentRoot of Jboss?


          To deploy applications, you can place them in %JBOSS_HOME%\server\< serverName>\deploy folder.

          "maronvomra" wrote:

          Is it ok to let the user view the page http://ip-address:8080/ as there is a web-console through which they can view the status which I don't feel good about as users (developers) don't need to view those things.

          How to stop that or is it ok to view that by users?


          See this http://wiki.jboss.org/wiki/SecureJBoss

          • 2. Re: Jboss installation
            maronvomra

             

            .....
            00:45:00,893 INFO [Server] Server Name: default
            00:45:00,893 INFO [Server] Server Home Dir: /usr/local/src/jboss-4.2.2.GA/server/default
            00:45:00,894 INFO [Server] Server Home URL: file:/usr/local/src/jboss-4.2.2.GA/server/default/
            00:45:00,894 INFO [Server] Server Log Dir: /usr/local/src/jboss-4.2.2.GA/server/default/log
            00:45:00,894 INFO [Server] Server Temp Dir: /usr/local/src/jboss-4.2.2.GA/server/default/tmp
            00:45:00,895 INFO [Server] Root Deployment Filename: jboss-service.xml
            .........
            


            So I have to put my web files in the < /usr/local/src/jboss-4.2.2.GA/server/default/deploy/ > here.

            • 3. Re: Jboss installation
              maronvomra

              Hey, thanks. it worked.