home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / install / enhydra5.win32 < prev    next >
Encoding:
Text File  |  2003-12-14  |  1000 b   |  25 lines

  1. For Enhydra 5.x
  2.  
  3. 1. To deploy Bugzero, move the entire bugzero directory to Enhydra's webapps directory.
  4. 2. Edit bugzero\WEB-INF\classes\conf\system.properties and set system.data.dir=path-to-enhydra\\webapps\\bugzero\\WEB-INF\\classes
  5. 3. Edit Enhydra's multiserver.conf by adding the following:
  6.  
  7. Application.bugzero.Description = "Bugzero"
  8. Application.bugzero.DocRoot = "path-to-enhydra/webapps/bugzero"
  9. Application.bugzero.Running = yes
  10. Application.bugzero.defaultSessionTimeOut = 30
  11. Application.bugzero.isInvokerEnabled = true
  12. Application.bugzero.isWARExpanded = false
  13. Application.bugzero.isWARValidated = false
  14. Application.bugzero.isWorkDirPersistent = false
  15.  
  16. Connection.HttpConn8006.Type = http
  17. Connection.HttpConn8006.Port = 8006
  18.  
  19. Channel.HttpConn8006.WarExampleChannel.Enabled = yes
  20. Channel.HttpConn8006.WarExampleChannel.Servlet = bugzero
  21. Channel.HttpConn8006.WarExampleChannel.Url = "/bugzero"
  22.  
  23. Make sure port 8006 is not used by others or change it to a different number.
  24. 4. restart server
  25.