home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / install / oracle9ias.win32 < prev    next >
Encoding:
Text File  |  2004-09-11  |  597 b   |  12 lines

  1. For Oracle9i/10g Aplication Server
  2.  
  3. 1. To deploy Bugzero, move the entire bugzero directory to Oracle's j2ee\home\applications directory.
  4. 2. Edit j2ee\home\config\application.xml by adding
  5. <web-module id="bugzero" path="../applications/bugzero"/>
  6. 3. Edit j2ee\home\config\default-web-site.xml or http-web-site.xml by adding
  7. <web-app load-on-startup="true" application="default" name="bugzero" root="/bugzero"/>
  8. 4. Restart server.
  9. 5. The default port number of standalone Oracle AS is 8888.
  10. 6. If you use HTTP Server (port 80), edit Apache\Apache\conf\mod_oc4j.conf and add
  11.    Oc4jMount /bugzero/*
  12.