I've had a struts app running on lunarpages for a year or so. When I moved to java 1.6 they moved me to a new server and I think the new server has a newer version of resin that what I'd been using before. On the new server, I can't get any struts actions to load, but if I go directly to the jsp the is used by the action, the jsp will load. I think the newer version of resin has a different idea about what should go in the forward tag of a struts webapp.
Examples:
http://www.chicagoswingmusicfestival.org/registration/register.do --- gives a 500 error. The exception inside of that is java.io.FileNotFoundException -- on /registration/register.do!!
But the stacktrace goes through my struts action, so struts-config.xml is being parsed correctly. It's only after the struts action tries to forward on that I hit troubles. Can someone post an example of a struts-config.xml entry for an action that works on resin 3.1.9? I think if I see one of those, I'll be able to get mine to work.
Thanks in advance,
Roman