Thanks for the input. I'll test it locally under 5.5. and  will dig deeper
in the logs and see what I can find. I will let you know.

Appreciate the insight.

On Sun, Jun 21, 2009 at 11:00 AM, Wes Wannemacher <w...@wantii.com> wrote:

> 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