APACHE AND TOMCAT ON XP????

I am trying to run Apache on port 80 and TomCat on 8080 on XP. I need to run it on these ports for business reasons. So far I have installed Apache 2.055 and Tomcat 5.59. I put the installs in the same folder and downloaded the mod_jk file for WIN32. I put this file into the modules folder for Apache. I added this line in the httpd.conf >>>>>

LOAD MODULES SECTION LoadModule jk_module modules/mod_jk.so.

I also updated my workers2.properties file to look like this

file=C:/www/Apache2/logs/shm.file
size=1048576

[channel.socket:localhost:8009]
port=8009
host=127.0.0.1

[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[status:status]

[uri:localhost/jkstatus/*]
group=status:status

[uri:localhost/jsp-examples/*]
worker=ajp13:localhost:8009

[uri:localhost/servlets-examples/*]
worker=ajp13:localhost:8009


1. What else do I need to enter in the httpd.conf file?
2. What else if anything do I need to enter into the workers2.conf file?

Right now if I do localhost in my browser APACHE LOADS
If I do localhost:8080 TomCat loads fine



Thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories