Hello, Am using struts1.1, tomcat 4.1.27. During development there was no problem. But when the same was deployed on th production server, not a single page was displayed correctly. Struts code is displayed as it is. When I click on a link, the .do page it says cannot be displayed.
All the jar files are in place and the production environment is a replica of my development envi. Is there something that am missing here? Pls help.
Regards, Samanth Athrey
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Recheck all of the steps described here:
http://jakarta.apache.org/struts/userGuide/installation.html
especially setting up the struts controller servlet in web.xml:
"Modify the WEB-INF/web.xml file for your web application to include a <servlet> element to define the controller servlet, and a <servlet-mapping> element to establish which request URIs are mapped to this servlet. Use the WEB-INF/web.xml file from the Struts example application for a detailed example of the required syntax."
Phil
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

