How do I force session cookies to be set to the root path?

2005-04-08 Thread Jeff Hoffmann
says how to do it. Is this still possible, and if so, how do I do it? -- Jeff Hoffmann [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: class file has wrong version?

2004-12-01 Thread Jeff Hoffmann
Please remove or make sure it appears in the correct subdirectory of the classpath. ConnectionPool dbConnectionPool = ConnectionPool.getInstance(); The class was compiled with 1.5 you're trying to run it on a 1.4 JVM. Recompile the class on 1.4 or upgrade the JVM. -- Jeff Hoffmann [EMAIL PROTECTED

Re: Server Specs

2004-06-15 Thread Jeff Hoffmann
that ships with tomcat-5.0.25. If you're using DBCP for your database connections, you might want to check that. It's something I've just stumbled on and I don't know if it has any relation to anything, but it sounds like it'd be worth looking into. -- Jeff Hoffmann [EMAIL PROTECTED

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Jeff Hoffmann
in case they might help. I think with both of these errors I was using j2sdk1.4.1 although I was having the same problem using 1.4.2 too. -- Jeff Hoffmann PropertyKey.com Unexpected Signal : 11 occurred at PC=0x403647F4 Function=(null)+0x403647F4 Library=/usr/java/j2sdk1.4.1/jre/lib/i386/server

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Jeff Hoffmann
said, I never found an answer but I wanted to corroborate in case somebody was inclined to dismiss it as a one-off problem. -- Jeff Hoffmann PropertyKey.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

JSP page losing parameters

2003-09-11 Thread Jeff Hoffmann
I'm running Tomcat 4.1.27 (with Apache 1.3.27 mod_jk2) and I've run into a strange problem. I've got a JSP page whose job it is to respond to a form on another page. Basically the first thing this JSP page does is to check to make sure that all of the fields in the form are getting passed