RE: Cannot redeploy my .war anymore

2008-03-25 Thread Caldarale, Charles R
> From: Peter Crowther [mailto:[EMAIL PROTECTED] > Subject: RE: Cannot redeploy my .war anymore > > I *think* that should be kill -3 (but check!) Yes, you're right; sorry about the misinformation. Since discovering jstack I don't use the OS-specific ways anymore. - Chuc

RE: Cannot redeploy my .war anymore

2008-03-25 Thread Peter Crowther
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > There are other, OS-specific mechanisms, such as kill -9 on Linux or > ctrl-break on Windows. I *think* that should be kill -3 (but check!) Kill -9 is definitely another and altogether more unpleasant signal, and your Tomcat process won't

RE: Cannot redeploy my .war anymore

2008-03-25 Thread Caldarale, Charles R
> From: Scott Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: Cannot redeploy my .war anymore > > How do I display a thread dump at that point? I think the easiest way is with the jstack tool that comes with the JDK. There are other, OS-specific mechanisms, such as kill -9 on L

Re: Cannot redeploy my .war anymore

2008-03-25 Thread Scott Mueller
on problem with those libraries? On Tue, Mar 25, 2008 at 7:06 AM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Scott Mueller [mailto:[EMAIL PROTECTED] > > Subject: Cannot redeploy my .war anymore > > > > Instead it pauses after the last

RE: Cannot redeploy my .war anymore

2008-03-25 Thread Caldarale, Charles R
> From: Scott Mueller [mailto:[EMAIL PROTECTED] > Subject: Cannot redeploy my .war anymore > > Instead it pauses after the last line below: > Mar 24, 2008 11:05:31 PM > org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive application

Cannot redeploy my .war anymore

2008-03-24 Thread Scott Mueller
Hi guys, Any idea why I can't redeploy my Spring/Hibernate application anymore? This started happening when I added code to send an email using the javamail api (through Spring's SimpleMailMessage and MailSender). I included mailapi.jarand smtp.jar in WEB-INF/lib as well. Normally I would copy