Link to home
Start Free TrialLog in
Avatar of Pooter
Pooter

asked on

apache 1.3.23 + tomcat 4.1.18 + redhat linux 7.3 Problem

hello...
I have installed apache and tomcat fine...so get below result
http://happy -> ok
http://happy:8080 -> ok

but i want to combine them...i.e. php using apache, jsp using tomcat...

- i have copy mod_webapp.so to /usr/local/apache/libexec
- editing /usr/local/apache/conf/httpd.conf
- adding below
LoadModule webapp_module libexec/mod_webapp.so
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples/
- restart apache -> /etc/rc.d/innit.d/httpd restart
- start tomcat -> /usr/local/tomcat/bin/startup.sh

but jsp can't load ....pls help!



 
ASKER CERTIFIED SOLUTION
Avatar of NetWize
NetWize

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial