We're missing key details....

1. Go to the Tomcat manager (often http://hostname:8080/manager/html/list)
application and make sure it is listed.  If it isn't shown, you haven't
deployed it correctly.  Stop/restart Tomcat. If it is still not shown, check
that you either deployed it directly into Tomcat's webapps/ folder for it to
be seen on tomcat startup OR that you edited the server.xml file to ADD the
context entry pointing to the directory used by your production
copy/deployment.

2. Is there a regular web server (Apache httpd?) passing the requests onto
Tomcat?  If so, you might have to edit the Apache httpd's workers.properties
or workers2.properties files to ensure it passes that context through to
Tomcat.

3. Do you have all the libraries you need in TOMCAT_HOME/common/ and
TOMCAT_HOME/shared on your production server as you do on your test server?

If all of the above is set, you should see startup messages in your log
files on both a good context startup as well as on a bad context startup.

Regards,
David

-----Original Message-----
From: Samanth Athrey [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 22, 2003 4:06 AM
To: 'Struts Users Mailing List'
Subject: RE: Problem in deploying struts app in production environment.
Pls help


No. There are no messages in the logs directory. It just displays a
message "The page cannot be found" whenever a link is clicked. This is
the standard page that IE throws when a page cannot be found.

Regards
Sam

-----Original Message-----
From: David Friedman [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 22, 2003 2:25 PM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Problem in deploying struts app in production environment.
Pls help


What is the .do page error, exactly?  Are there
any error messages in the Tomcat /logs directory?

Regards,
David

-----Original Message-----
From: Samanth Athrey [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 22, 2003 3:50 AM
To: [EMAIL PROTECTED]
Subject: Problem in deploying struts app in production environment. Pls
help
Importance: High


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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to