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