I'm with dave. Check the logs, in particular, look for messages about
whether or not the filter started properly. Also check the httpd
configuration. There are a few ways to integrate httpd and tomcat.
Many people will use mod_jk but lately I am in favor of having tomcat
listen on localhost and have httpd reverse proxy all requests. There
was a belief for a while that httpd should serve static content and
tomcat serve jsps only. But any more I find tomcat's performance to be
good enough to serve the static content as well.

On 6/21/09, Dave Newton <newton.d...@yahoo.com> wrote:
> Dimitrios Christodoulakis wrote:
>> I am having some issues deploying a struts2 application at godaddy and was
>> wondering if anyone has dealt with something similar in the past. The
>> application runs fine on my local machine with tomcat 6.0. My next step
>> was
>> to upload and deploy at godaddy dedicated server which is running tomcat
>> 5.5
>
> Does it run locally under 5.5?
>
>> The upload of the war file and expansion works fine, and the static html
>> display fine too. But as soon as a struts2 action is called, I always get
>> the 404 not found error: The requested URL /Menu.action was not found on
>> this server.
>
> What's in the logs?
>
> Dave
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


-- 
Wes Wannemacher
Author - Struts 2 In Practice
Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
http://www.manning.com/wannemacher

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to