home *** CD-ROM | disk | FTP | other *** search
- For Enhydra 5.x
-
- 1. To deploy Bugzero, move the entire bugzero directory to Enhydra's webapps directory.
- 2. Edit bugzero\WEB-INF\classes\conf\system.properties and set system.data.dir=path-to-enhydra\\webapps\\bugzero\\WEB-INF\\classes
- 3. Edit Enhydra's multiserver.conf by adding the following:
-
- Application.bugzero.Description = "Bugzero"
- Application.bugzero.DocRoot = "path-to-enhydra/webapps/bugzero"
- Application.bugzero.Running = yes
- Application.bugzero.defaultSessionTimeOut = 30
- Application.bugzero.isInvokerEnabled = true
- Application.bugzero.isWARExpanded = false
- Application.bugzero.isWARValidated = false
- Application.bugzero.isWorkDirPersistent = false
-
- Connection.HttpConn8006.Type = http
- Connection.HttpConn8006.Port = 8006
-
- Channel.HttpConn8006.WarExampleChannel.Enabled = yes
- Channel.HttpConn8006.WarExampleChannel.Servlet = bugzero
- Channel.HttpConn8006.WarExampleChannel.Url = "/bugzero"
-
- Make sure port 8006 is not used by others or change it to a different number.
- 4. restart server
-