What does your struts-config look like?

On 9/2/05, Emmanuel.Leguy <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> Apache: 1.3.33
> Tomcat: 5.5
> Solaris 10
> modjk 1.2
> 
> I try this direct URI:
> 
> https://myserver/path/action.do
> 
> And if i haven't a session opened I get an apache 404 error:
> 
> The requested URL /path/action.do was not found on this server.
> 
> In my web.xml:
> 
>   <servlet-mapping>
>     <servlet-name>action</servlet-name>
>     <url-pattern>*.do</url-pattern>
>   </servlet-mapping>
> 
> In my mod_jk log:
> 
> 
> [Fri Sep 02 17:11:40 2005]  [jk_uri_worker_map.c (486)]: Into
> jk_uri_worker_map_t::map_uri_to_worker
> [Fri Sep 02 17:11:40 2005]  [jk_uri_worker_map.c (500)]: Attempting to
> map URI '/path/action.do'
> [Fri Sep 02 17:11:40 2005]  [jk_uri_worker_map.c (524)]:
> jk_uri_worker_map_t::map_uri_to_worker, Found a context match interne ->
> /path/
> 
> 
> Nothing in the tomcat log.
> 
> If a session exists. No problem.
> 
> An Idea?
> 
> 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
> 
> 
> 
>

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

Reply via email to