Record the installation process of bugzero (very zero, rating):
The operating system is Mandrake8.1Web Server as Tomcat 5.0.18
1. Modify the Tomcat configuration file Add
2. Create bugzero database user mysql> use mysqlcreate database bugzero_db;. Grant all privileges on bugzero_db * to bugzero @ '%' identified by 'bugzero' with grant option;. Grant all privileges on bugzero_db * to bugzero @ 'localhost' identified By 'Bugzero' with grant option; mysql> Update user set password = password ('bugzero') where user = 'bugzero'; mysql> flush privilege
3. Create bugzero proprietary mail user: User name bugzero@demo1.thtf.com Password: Bugzero login 192.168.100.11courier server [root @ EosWeb Script] # Telnet localhost 2001trying 127.0.0.1 ... Connected to localhost (127.0. 0.1) .scape character is '^]'. Listdomain200 000047 <<< Test2.comaaa.comeos.comDemo1.thtf.com >>> reguser :: bugzero@demo1.thtf.com :: bugzero200 ok adduquit200 ok Bye Bye
4. Perform the installer to perform the web-inflicity, modify the execution permission of the setup file CHMOD SETUP X execute the setup./setup under Web-INF
5. Specify the password of Admin to choose mysql3.x 4.0 bugzero database
Tomcat Servlet Container Select Tomat4 / 5
4. Create an item CD $ Tomcat / WebApps / Bugzero / Web-INF / BINCHMOD X BUGZERO./Bugzero -Create Demo may be logged in after you have created this project.
5.http://192.168.100.123: 8080 / bugzerologin Bar Username / Password: dev / dev, qa / qa, test / test 唉, is still very original.
Important episod: At the time 192.168.100.123, Oracle9i was installed on this machine, and XDB was opened in the configuration file, occupying the 8080 port. View Oracle Profile $ Oracle_path / Admin / EOSDB / Pfile / IniteSDb.ra.0123456789 where there is a configuration of xdb: ##################### ################ # mts? #################################################################################################################################################################################################################################################################### ################### dispatcher = "(service = eosdbxdb)" comment out
Then performs su - oraclesqlplus / nologsql> connect / as sysdba; sql> shutdown immediate; sql> create spfile from pfile = '/ data / oracle / admin / eosdb / pfile / initeosdb.ora.0123456789'; success sql> startup; fail Returns ROOT User Use Service Oracle9i Stop (Note Oracle9i is your own written service control program, put it under /etc/init.d, where to start TNSLSNR and Startup database instance) At this time, when it is closed but Service Oracle9i Start, failed report ORA -01041: INTERNAL ERROR.HOSTDEF EXTENSION DOESN'T EXIST. With IPCS, there are several resources open with Oracle users with IPCRM to delete, restart Oracle success.