Memory leaks on webapp redeploy

2006-11-27 Thread Jon Miller
Hi all, Is anyone running into issues with memory leaks occuring whenever a webapp is redeployed? I've been having a lot of problems with this. I think what's exacerbating the problem is that I'm using Hibernate and JAX-WS which I have bundled with my application which use a lot of memory.

Re: Memory leaks on webapp redeploy

2006-11-28 Thread Jon Miller
: Memory leaks on webapp redeploy Jon Miller wrote: Hi all, Is anyone running into issues with memory leaks occuring whenever a webapp is redeployed? Tomcat version? There have been issues with older releases. I think I read in a FAQ that even using a singleton in your app will cause memory

Re: Memory leaks on webapp redeploy

2006-11-28 Thread Jon Miller
you, BR, ~A On 11/27/06, Mark Thomas [EMAIL PROTECTED] wrote: Jon Miller wrote: Hi all, Is anyone running into issues with memory leaks occuring whenever a webapp is redeployed? Tomcat version? There have been issues with older releases. I think I read in a FAQ that even using

Re: Memory leaks on webapp redeploy

2006-11-28 Thread Jon Miller
d'origine- De : Jon Miller [mailto:[EMAIL PROTECTED] Envoyé : mardi 28 novembre 2006 01:38 À : Tomcat User List Objet : Memory leaks on webapp redeploy Hi all, I think I read in a FAQ that even using a singleton in your app will cause memory leaks? Does anyone know if this is true? Jon

Re: JSP alternative to ASP.NET

2006-11-28 Thread Jon Miller
JavaServer Faces is basically the Java equivalent of ASP.NET. JSF lags sufficiently behind ASP.NET IMHO though. I noticed that NetBeans has a new add on called Visual Web Pack that might be worth checking out. It's only a preview though. http://www.netbeans.org/products/visualweb/ Jon -

Re: Memory leaks on webapp redeploy

2006-11-28 Thread Jon Miller
- Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, November 28, 2006 11:46 AM Subject: Re: Memory leaks on webapp redeploy -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jon, Jon Miller wrote: I'm getting

Re: tomcat w/o commercial crap

2006-12-05 Thread Jon Miller
Sounds like you might want to switch to Windows. Maybe that's more your speed. Jon - Original Message - From: Enrico Weigelt [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, December 05, 2006 12:33 PM Subject: Re: tomcat w/o commercial crap *

System path being ignored when using Tomcat Windows service?

2006-12-22 Thread Jon Miller
Hi all, I have a web application that uses Runtime.exec() to start a process. The process that I'm starting is in the system path. The application works fine if I'm running the Tomcat platform independent package. However, if I use the Tomcat Windows service, it appears that the process can't

Re: System path being ignored when using Tomcat Windows service?

2006-12-22 Thread Jon Miller
I think it must have been a permissions problem. I switched to using a different account and now it works. The systray applet doesn't work. I had to change it using the normal Services application that's built into Windows. Jon - Original Message - From: Jon Miller [EMAIL PROTECTED

Is Tomcat still the reference implementation for Servlets and JSP?

2007-01-09 Thread Jon Miller
Hi all, Does anyone know if Tomcat is still the reference implementation for Servlets and JSP? I thought the Servlets 2.5 spec was finalized in May. Why is it taking so long for a release version of Tomcat that implements Servlets 2.5? Also, I don't understand how Glassfish can support the