1 Reply Latest reply on Nov 7, 2002 4:11 PM by dlaidlaw

    My own Server

    siggibja

      Hi all

      Jboss 3.0.3 - Jboss 3.0.3+Tomcat4.1.12

      Do anyone know how I make my own server..insted of the default.. container.. and where do i config that server to be the default server ?

      regards
      Siggi

        • 1. Re: My own Server
          dlaidlaw

          The default server is always called "default". That can't be changed.

          But you can start a different server by specifying the arguments "-c myserver" to the run command.

          You can make your own server by copying the lib, deploy and conf directories under server to a new directory (called myserver above) under the server directory. Then modify the conf and deploy dirs as appropriate for your server.