RHEL 5.3 + JAVA 5 + WASCE 2.1.1.2
1. Install Apache HTTP ./configure --prefix=/usr/local/apache2 make make install /usr/local/apache2/bin/apachectl start
2. Start WASCE , Click Apache HTTP on the left, follow the wizard.
3. Choose other as OS, click next.
Check all items under "Through Apache" click finish.
Download mod_jk using the provided url (normally need to change the file name into "mod_jk.so")
Add a line in /usr/local/apache2/config/httpd.conf like this:
LoadModule jk_module modules/mod_jk.so Restart or start Apache HTTP
4. Create workers.properties file under /opt/Ibm/..../var/config/
add 4 rows as showned in the wizard
5. Apache Configuration
add a paragraph in the /usr/local/apache2/config/httpd.conf
<IfModule mod_jk.c>
.........
</IfModule>
6. Restart Apache HTTP . Now you can access admin console using: http://localhost/console/portal/Welcome