its
JkMount /*.do ajp13

remember the /

this needs to be added as follows to your httpd conf.

JkMount /*.jsp ajp13
JkMount /*.do ajp13
JkMount /servlet/* ajp13




 Rakesh Ayilliath
(Software Engineer)

Synergy IT Innovations Pvt Ltd,
#196, 1st Floor, 9th Cross,
HMT Layout, RT Nagar
Bangalore 560032

[EMAIL PROTECTED]
www.ayilliath.8m.com
----- Original Message -----
From: "Chuong Huynh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 24, 2001 10:31 AM
Subject: Struts + Tomcat/Apache (again)


> Hi all,
>
> There were some discussion about this matter but I can't find a workable
> answer.
>
> I still can't manage to make Strut work on Tomcat with Apache: the server
> can't understand .do extension (using Tomcat alone work fine). I've
followed
> the doc carefully, and also followed the advise on the mailing list: add
the
> line
>
> JkMount *.do ajp12
>
> to the config file, and the problem is still the same: HTTP 404 - File not
> found
>
> Could anyone please help me.
>
> By the way, I used:
> Apache 1.3.17
> Tomcat 3.2.2
> Strut 1.0
>
> Thanks,
> - Chuong
> =============================
>  HUYNH, N. CHUONG
>  TMA Software Solutions, Vietnam
>  Tel: (84-8) 990 3848 - Ext: 5272
>  Email: [EMAIL PROTECTED]
> =============================
>
>
>

Reply via email to