/processTrivia.do is in fact "root-slash-processTrivia" - but in relation
to your current context. If your webapp is named sports, then it will have to be
/sports/processTrivia.do
How
you get around this depends on your servlet container. In Tomcat 4, you could
make sports the default webapp, so /processTrivia.do would go to the sports
webapp. Other containers probably have a similar method. However, I don't
recommend any of these, especially if you have multiple web
applications.
Cheers,
Brett
|
- ~~ Confusion with triggering an Action ~~ Jonathan Asbell
- Setting up the Struts framework on Oracle JDeveloper ... Brett Porter
- Setting up the Struts framework on Oracle JDevelo... Sameer Mahajan
- Re: ~~ Confusion with triggering an Action ~~ Jonathan Asbell
- Re: ~~ Confusion with triggering an Action ~~ Paul Dillon
- RE: ~~ Confusion with triggering an Action ~~ Brett Porter
- Re: ~~ Confusion with triggering an Action ~~ Jonathan Asbell
- RE: ~~ Confusion with triggering an Action ~~ Brett Porter
- Re: ~~ Confusion with triggering an Action ~~ Jonathan Asbell
- RE: ~~ Confusion with triggering an Action ~~ Brett Porter