Nope, that didn't solve the problem.  But let it be known that I'm not
realy a guru when it comes to configuring this lot.

Heres some extracts:
------------httpd.conf-------------
<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    ServerName localhost
    ErrorLog logs/local-error.log
    CustomLog logs/local-access.log common
</VirtualHost>
<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot "C:\Apache\Tomcat 5.0\webapps\itdiv"
    ServerName www.itdiv.com
    ErrorLog logs/www.itdiv.com-error.log
    CustomLog logs/www.itdiv.com-access.log common
</VirtualHost>

### Tomcat 5 Connector ####
include "C:/Apache/Tomcat 5.0/conf/mod_jk.conf"

------------mod_jk.conf-------------
#
JkMount /* ajp13
JkMount /*.do ajp13
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
------------------------------------

http://localhost/struts-example/logon.do                -       results
in a 404.
http://localhost:8080/struts-example/logon.do   -       works!

http://www.itdiv.com/logon.do                   -       results in a
404.
http://www.itdiv.com:8080/logon.do                      -       works!

Regards, and thanks.
Johan.

-----Original Message-----
From: Johan Wasserman - CPX Mngd Services 
Sent: Wednesday, August 20, 2003 7:42 AM
To: Tomcat Users List
Subject: RE: Apache-Tomcat-Struts > 404 Not Found


Thanks John, no I didn't.  But I did have JkMount /* ajp13, wouldn't
that do it?

I'll try specifying it the way you suggest.

Thanks again.
Johan.

-----Original Message-----
From: John Turner [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 19, 2003 10:30 PM
To: Tomcat Users List
Subject: Re: Apache-Tomcat-Struts > 404 Not Found



Tomcat 4 and Tomcat 5 configuration with mod_jk are the same.

Do you have something like this in your httpd.conf file?

JkMount /*.do ajp13

John

Johan Wasserman - CPX Mngd Services wrote:

> Hi,
> 
> I got Tomcat and Apache configured according to documentation (still
> referencing TC4x) I found on the web.  It seemed to work fine but 
> while testing struts I found that the actions (*do) resulted in a 404 
> Not found.  When I test via Tomcat only (localhost:8080) it works 
> fine.
> 
> I have probably only been looking in the wrong places but cannot seem
> to find documentation or a download area for mod_jk to do a config on 
> the following versions: Tomcat v.  5.0.3
> Apache v. 2.0.46
> 
> So, my curent versions are configured using Tomcat v 4x documentation
> (and mod_jk).
> 
> Have anyone done this successfully on the newer versions, and where
> can I download the required bin's and doc's?
> 
> Thanks!
> Johan.
> 



---------------------------------------------------------------------
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