Re: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt

2011-01-19 Thread Sam Zilverberg
We changed cp to mv and there are no problems now :) Thanks for the help On Thu, Jan 13, 2011 at 8:16 PM, Sam Zilverberg samzilverb...@gmail.comwrote: We copy using cp... I'll try some of the ideas you guys mentioned and reply sometime next week after I have some results. Thanks for the

Re: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt

2011-01-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sam, On 1/19/2011 11:12 AM, Sam Zilverberg wrote: We changed cp to mv and there are no problems now :) I thought of another strategy: ln If you use a hard link, you get to keep the file in the old location and in the new location. You also don't

Re: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt

2011-01-19 Thread Mark Thomas
On 13/01/2011 15:47, Christopher Schultz wrote: 1. WAR file starts copying, whether a huge, local file or a moderately-sized remote file via the manager interface the point is that this takes some time If done via the Manager interface this will never be an issue. The Manager does a few

app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt

2011-01-13 Thread Sam Zilverberg
Hi, I'm running a wicket app on tomcat 6.0.20. Once in a while I need to redeploy it (after fixing some stuff, adding features and so on). This is how I redeploy: 1.Use tomcat manager to undeploy the running app. 2.Deploy the new app by copying the new WAR file to a library inside tomcat.

Re: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt

2011-01-13 Thread user080701
How to unsubscribe this email ? -- From: Sam Zilverberg samzilverb...@gmail.com Sent: Thursday, January 13, 2011 9:47 PM To: tomcat users@tomcat.apache.org Subject: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt Hi

Re: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt

2011-01-13 Thread André Warnier
user080701 wrote: How to unsubscribe this email ? Scroll to the end (all thr way down there), and follow the instructions. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt

2011-01-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sam, On 1/13/2011 8:47 AM, Sam Zilverberg wrote: I'm running a wicket app on tomcat 6.0.20. Upgrade! Once in a while I need to redeploy it (after fixing some stuff, adding features and so on). This is how I redeploy: 1.Use tomcat manager to

RE: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt

2011-01-13 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt I can think of a few ways around this: 1. Upgrade. It's possible issues with auto-deploy and/or manager have been resolved. Read

Re: app throws java.lang.NoClassDefFoundError sometimes, and sometimes it doesnt

2011-01-13 Thread Sam Zilverberg
We copy using cp... I'll try some of the ideas you guys mentioned and reply sometime next week after I have some results. Thanks for the great ideas ! -Sam