Re: Job Opportunity

2008-03-25 Thread Scott Mueller
t administration than on > application > server programming... > > Joly > > 2008/3/25, Scott Mueller <[EMAIL PROTECTED]>: > > > > My company is located in Palos Verdes, California. The project is a > > Spring/Hibernate/Tomcat/Mysql project for which we're plann

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: Job Opportunity

2008-03-25 Thread Scott Mueller
My company is located in Palos Verdes, California. The project is a Spring/Hibernate/Tomcat/Mysql project for which we're planning to use Amazon's EC2/S3 or a similar service. On Tue, Mar 25, 2008 at 12:18 AM, Joly M <[EMAIL PROTECTED]> wrote: > could you tell me more about the projects? > where

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

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Scott Mueller
out understanding how you structured your app > pls send all configuration files > > Thanks > Martin > ----- Original Message - > From: "Scott Mueller" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, March 19, 2008 12:53 PM > Subject: Running out of memory

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Scott Mueller
tart is needed, so it might be > part of a solution for you. > > Chris > > -Original Message- > From: Scott Mueller [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2008 11:32 AM > To: Tomcat Users List > Subject: Re: Running out of memory too easily in Tomcat

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Scott Mueller
an obvious place to enter the memory sizes. On Wed, Mar 19, 2008 at 11:48 AM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Scott Mueller [mailto:[EMAIL PROTECTED] > > Subject: Re: Running out of memory too easily in Tomcat 6.0.16 > > > > Stores nothing e

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Scott Mueller
3 AM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Scott Mueller [mailto:[EMAIL PROTECTED] > > Subject: Running out of memory too easily in Tomcat 6.0.16 > > > > I have a very small and simple Spring + Hibernate application > > Once you throw S

Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Scott Mueller
Hi, I have a very small and simple Spring + Hibernate application running in Tomcat 6.0.16. During testing I'm running into many of the following errors with Tomcat: javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space I have to shutdown and startup tomcat every 3rd redeploy