Problem redeploying war in Tomcat , Unix environment

2008-04-14 Thread Raghuveer Rawat
Hi , I am using Tomcat5.0.28 and my application works fine in my local system(Dev environment). When i redeploy appln in test server(*Unix Environment*), i get the following exception when i click on some link. java.lang.ClassCastException: otrack.med.acuity.MedicalAcuityLevelCode incompatible

Re: Problem redeploying war in Tomcat , Unix environment

2008-04-14 Thread Hassan Schroeder
On Mon, Apr 14, 2008 at 8:43 AM, Raghuveer Rawat [EMAIL PROTECTED] wrote: I am using Tomcat5.0.28 and my application works fine in my local system When i redeploy appln in test server(*Unix Environment*), i get java.lang.ClassCastException: otrack.med.acuity.MedicalAcuityLevelCode

RE: Problem redeploying war in Tomcat , Unix environment

2008-04-14 Thread Litton, Tom - CEPM
war in Tomcat , Unix environment Hi , I am using Tomcat5.0.28 and my application works fine in my local system(Dev environment). When i redeploy appln in test server(*Unix Environment*), i get the following exception when i click on some link. java.lang.ClassCastException

Re: Problem redeploying war in Tomcat , Unix environment

2008-04-14 Thread Raghuveer Rawat
@tomcat.apache.org Subject: Problem redeploying war in Tomcat , Unix environment Hi , I am using Tomcat5.0.28 and my application works fine in my local system(Dev environment). When i redeploy appln in test server(*Unix Environment*), i get the following exception when i click on some link

Re: Problem redeploying war in Tomcat , Unix environment

2008-04-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raghuveer, Raghuveer Rawat wrote: | I do not have same set of jars in common/lib and WEB-INF/lib directories.My | problems resolves if i *restart the tomcat* but it should work without | restarting the tomcat because in Production environment we

RE: Problem redeploying war in Tomcat , Unix environment

2008-04-14 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: Problem redeploying war in Tomcat , Unix environment If a Tomcat restart fixes your problem, then you are messing with classes in your webapp but somewhere an object lives on across the restart. That should be lives accross

Re: Problem redeploying war in Tomcat , Unix environment

2008-04-14 Thread Martin Gainty
system over to deploy machine M- - Original Message - From: Raghuveer Rawat [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, April 14, 2008 11:43 AM Subject: Problem redeploying war in Tomcat , Unix environment Hi , I am using Tomcat5.0.28 and my application works fine

Re: Problem redeploying war in Tomcat , Unix environment

2008-04-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: | From: Christopher Schultz [mailto:[EMAIL PROTECTED] | Subject: Re: Problem redeploying war in Tomcat , Unix environment | | If a Tomcat restart fixes your problem, then you are messing with | classes in your