I have apache 2.0.43 and tomcat 4.1.24. I've set up mod_jk2.


Here is my understanding of how things should work. I need this logic double check.

My webapp is locate in "webapps/ccpd"

I restart tomcat and/or tomcat automaticly finds the webapp "ccpd" and maps a default contect to it.

context="/ccpd"

In the apache2 httpd2.conf file the following is inserted:

###Load mod_jk2 and relate file
LoadModule jk2_module modules/mod_jk2.so
Include /etc/httpd2/conf/jk2.properties

I also set the virtual host up so apache recognizes it.


From there I configure the workers2.properties file:


[uri:ccpd.foo.edu/*]
info=ccpd
context=/ccpd


From what I understand now that i have set these all in place. Everything now should work just fine. Anything that runs off of ccpd.foo.edu will not map directly to my tomcat4 context.


Is this correct? Maybe the problem is elsewhere. What's the best way to diagnose this?

Thanks you for help.

--Rick



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to