If its defined in Tomcat's server.xml, it should already be in mod_jk.conf. You don't want duplicate entries for JkMount.


John

Ravi Pachipala wrote:

I defined JKMount in httpd.conf. However, I find it to be already generated
in mod_jk.conf under tomcat installation.

If I submit the url http://localhost/ep/apps/xxx i am getting 500 error. If
I send the request directly to tomcat http://localhost:7001/ep/apps/xxx it
works fine.


Is there some problem with ports? I configured tomcat to work in stand-alone
mode on port 7001.

Any help is appreciated.

Thanks
Ravi

-----Original Message-----
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 1:40 PM
To: Tomcat Users List
Subject: Re: mod_jk on windows



Thanks for the kind words.

Try:

JkMount /ep/* ajp13

or better yet:

JkMount /ep/*.jsp ajp13
JkMount /ep/servlet/* ajp13

John

Ravi Pachipala wrote:


Thanks. This is an excellent HOWTO.

I have been able to redirect jsp requests to Tomcat.

I have one more question.

How do I redirect specific url patterns to Tomcat. For example, if my url
has /ep/, I would like the request to go to Tomcat.

Thanks for your help

Ravi

-----Original Message-----
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 11:48 AM
To: Tomcat Users List
Subject: Re: mod_jk on windows



Step-by-step:

http://www.johnturner.com/howto

John

Ravi Pachipala wrote:



Has any one made the apache->tomcat communication work on Wilndows 2000
machines? I have read some HOWTOs and they mostly talk about doing it on
linux machines.

I am planning to use the Coyote connector. I was able to download

mod_jk.dll



for windows but couldn't find the standard templates like
workers.properties. Is there a HOWTO for windows?


Thanks
Ravi





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





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




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



Reply via email to