Michelle Brett-Mitchell is out of the office.

2005-06-24 Thread mbrett-mitchell
I will be out of the office starting  06/24/2005 and will not return until
07/18/2005.

I will respond to your message when I return.

Please contact Thomas Gaffney with any urgent issues.


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



tomcat unable to serve struts action

2005-06-14 Thread mbrett-mitchell
Hi,

I have an application using Apache 2.0.54, Tomcat 5.0.27  Struts 1.1 on a 
Windows 2003 SP1 box.

*.jsp and *.do get forwarded to Tomcat for processing.

When a particular folder is requested in a URL with no filename, I want a 
struts action to get called. For example http://test.site.com/foldername 
should result in http://test.site.com/index.do

I have configured the triggering of the /index.do in Apache and it does 
seem to pass the request onto Tomcat as I see the following in the tomcat 
access log.  However Tomcat is unable to process the action and its 
causing the errorpage to trigger. 

xxx.xxx.xxx.xxx - - [14/Jun/2005:13:37:16 +] GET /index.do HTTP/1.1 
200 12608
xxx.xxx.xxx.xxx - - [14/Jun/2005:13:37:17 +] GET /errorpage.jsp 
HTTP/1.1 200 11317

If I access http://test.site.com/index.do directly the page is correctly 
served. 

Should it be possible for Tomcat to process a struts action as a default 
page through Apache? Is there another way I can do this?

Thanks in advance,
Michelle.