I am not very proud of it but i solved my problem.
Since apache web server produced a 404 error because it couldn't find the file /path/to/mywebapp/action.do, i created it as a empty file. And it works.
If someone knows a more academic solution...

Manu.

Emmanuel.Leguy a écrit :

Hi,

When i access:

https://myserver/mywebapp

I get a 404 error.

If I define an apache alias directive like this:

Alias /mywebapp /path/to/mywebapp

It is OK because apache can make the relation between the URL and the real directory.

I think that I have the same error with my action URL:

https://myserver/mywebapp/action.do

but I can't define an Alias directive because this URL doesn't correspond with a real file (struts mapping).

I tried to use

JkAutoAlias /path/to/webapps/root/
JkMount /*.do worker

Without success.

Is there a solution?

Thanx,

Manu.



--
Emmanuel Leguy                  LIFL - UMR8022 CNRS - Bat M3
Tel: +33 3 28 77 85 32          USTL - Universite de Lille 1
Fax: +33 3 28 77 85 37          59655 VILLENEUVE D'ASCQ CEDEX - FRANCE

mailto:[EMAIL PROTECTED]        
http://www.lifl.fr/ANNUAIRE/employee.php?login=leguye

Ce mail est signe par un certificat X509 fourni par le CNRS
La verification de ce certificat peut etre faite a l'adresse suivante: http://igc.services.cnrs.fr/CNRS-Standard/recherche.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to