You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Daiju Kato <dk...@jcom.home.ne.jp> on 2001/12/05 17:56:16 UTC

Tomcat 3.2.3+mod_jk

Hello all,

Would you give me some advice?
I try to use struts 1.0 under tomcat 3.2.3 + mod_jk.
I modified mod_jk.conf to add 'JkMount /*.do ajp13'.
But .do files are not found.
I tried Tomcat 3.3 but result was same.

Please let me know how to set up struts with mod_jk.

Regards.

Daiju Kato
e-mail:dkato@jcom.home.ne.jp



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Tomcat 3.2.3+mod_jk

Posted by Martin Samm <m_...@rroom.net>.
have you amended the mod_jk.conf-auto file (after tomcat has started) to 
include the .do mapping:

Change the first JkMount block from 

JkMount /*.jsp ajp12
JkMount /servlet/* ajp12

to 

JkMount /*.jsp ajp12
JkMount /*.do ajp12
JkMount /servlet/* ajp12


On Wednesday 05 Dec 2001 4:56 pm, you wrote:
> Hello all,
>
> Would you give me some advice?
> I try to use struts 1.0 under tomcat 3.2.3 + mod_jk.
> I modified mod_jk.conf to add 'JkMount /*.do ajp13'.
> But .do files are not found.
> I tried Tomcat 3.3 but result was same.
>
> Please let me know how to set up struts with mod_jk.
>
> Regards.
>
> Daiju Kato
> e-mail:dkato@jcom.home.ne.jp

-- 
Martin Samm
m_sam@rroom.net

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Tomcat 3.2.3+mod_jk

Posted by Phase Communcations <ma...@phase.ws>.
Do you have ajp13 activeated/installed? Try using ajp12 to test it out.
Also, where are you placing your JkMount directive?

-----Original Message-----
From: Daiju Kato [mailto:dkato@jcom.home.ne.jp]
Sent: Wednesday, December 05, 2001 9:56 AM
To: struts-user@jakarta.apache.org
Subject: Tomcat 3.2.3+mod_jk


Hello all,

Would you give me some advice?
I try to use struts 1.0 under tomcat 3.2.3 + mod_jk.
I modified mod_jk.conf to add 'JkMount /*.do ajp13'.
But .do files are not found.
I tried Tomcat 3.3 but result was same.

Please let me know how to set up struts with mod_jk.

Regards.

Daiju Kato
e-mail:dkato@jcom.home.ne.jp



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>