deploying the PlantsByWebsphere app on Tomcat
Greetings,
I am in an E-Commerce Administration class, and last week we got stumped on a problem with this app. PlantsByWebsphere is a pretty simple app, and we thought we should be able to extract the WAR from the EAR and throw it up on Tomcat (v5.5.9). Alas, it has proven itself to be more complicated than that. It deploys without errors, but the RequestDispatchers are not working properly. We keep getting that darn 500 error: "Pathjsp_page does not start with a "/" character". I know there is a fundamental problem here somewhere, but I'm still learning so I don't know if it's in the actual servlet code or in Tomcat's configuration... or both... or neither!
If you're familiar with this app, I'd really appreciate your input on this. Even if you're not, but are pretty good with servlets, I'd be appreciative!
Thanks in advance,
Bill

