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 new

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

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: 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" Sent: Tuesday, December 05, 2006 12:33 PM Subject: Re: tomcat w/o commercial crap * Christopher Schultz <[EMAI

Re: Memory leaks on webapp redeploy

2006-11-28 Thread Jon Miller
- Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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:

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
ound a valuable solution. (Increasing the PermGenspace is NOT a reasonable solution) The only way we found to fix it is to change the JVM. Indeed if we use the BEA Jrockit 1.4 JVM, the application can be deployed as many times you want... Please give some news, if you find something useful R

Re: Memory leaks on webapp redeploy

2006-11-28 Thread Jon Miller
s exclusively use YourKit ? Thank 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 rel

Re: Memory leaks on webapp redeploy

2006-11-28 Thread Jon Miller
2006 7:37 PM Subject: Re: 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

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. I