RE: When does tomcat call the garbage collector?

2003-09-27 Thread Mike Johnson
Hello, In that case, you'd want to write a class that implements javax.servlet.ServletContextListener to manually shutdown your pool classes when the webapp is stopped. This is handy for webapp reloads during development, too. - Mike Johnson On Fri, 2003-09-26 at 12:34, Bruce W. Marriner wrote

Re: Tomcat appears to cause erroneous ClassCastException (see message for circumstances)

2003-09-23 Thread Mike Johnson
You're partially correct thinking this is Tomcat, I believe. The cast exception can be caused when a class created by a different classloader is cast in the current one. In short, try specifying the webapp's classloader when you call Class.forName(). I believe the forName function defaults to the

Re: starting as another user

2003-07-12 Thread Mike Johnson
Use something like: su - -c /usr/local/tomcat/bin/startup.sh tomcat Where 'tomcat' is the name of the user you want to own the process... On Saturday, July 12, 2003, at 11:57 AM, Nicolas wrote: hi how can i start tomcat as another user at startup, say apache that the socket file has the right

Re: Singleton across multiple contexts

2003-06-15 Thread Mike Johnson
of them. --- I like this best, but I have no idea of how to do that. Yours sincerely, Antonio Fiol -- Mike Johnson [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Singleton across multiple contexts

2003-06-15 Thread Mike Johnson
. -- Mike Johnson [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Excel sheets

2003-02-24 Thread Mike Johnson
risk :-) We reported a bug to Microsoft on the double dialog problem ... you guessed it ... software is working as designed. They actually said that having to respond to two save as dialogs was per design. Figures, John -Original Message- From: Mike Johnson [mailto:[EMAIL

RE: Excel sheets

2003-02-21 Thread Mike Johnson
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Johnson [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MY ATTITUDE

2003-02-10 Thread Mike Johnson
habit of firing off an email before i've really caught all of my own errors, i think everybody does that. before you hit that send button, try to explore on your own for a while. it'll do you good anyhow. :-) and please, fix your email client. :-) Mike Johnson On Mon, 2003-02-10 at 19:05, Steve

RE: How to configure Tomcat to follow symbolic links.

2003-02-10 Thread Mike Johnson
help slow the deluge of easily answered config questions. :-) thanks, mike johnson On Mon, 2003-02-10 at 02:12, Turner, John wrote: It's in the release notes, and is something new for 4.1.12 and up. John -Original Message- From: Mike Johnson [mailto:[EMAIL PROTECTED]] Sent: Sunday

RE: How to configure Tomcat to follow symbolic links.

2003-02-09 Thread Mike Johnson
://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/resources.html Thanks again, Mike Johnson On Sun, 2003-02-09 at 07:00, Turner, John wrote: That won't work. You need something like this within your Context: Resources className=org.apache.naming.resources.FileDirContext caseSensitive=true

Re: How to configure Tomcat to follow symbolic links.

2003-02-09 Thread Mike Johnson
Hey, now. The full path does work. Good one. :-) Thanks, Mike Johnson On Sun, 2003-02-09 at 13:47, Sean Dockery wrote: Not sure why that would be happening. The documentation for Resources states that the Resources.docBase attribute is handled in the same manner as the Context.docBase

Re: How to configure Tomcat to follow symbolic links.

2003-02-09 Thread Mike Johnson
That's odd, started right up no complaints. It's even following links, too. :-) I should have mentioned this before: Blackdown SDK 1.3.1 (b), Debian unstable/PPC. Thanks again, Mike Johnson On Sun, 2003-02-09 at 14:16, Sean Dockery wrote: Maybe try Resource.docBase= to see what that does

Re: How to configure Tomcat to follow symbolic links.

2003-02-08 Thread Mike Johnson
Tomcat 4.1.18. Sincerely, Hans Deragon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Johnson [EMAIL PROTECTED

Re: Invalid TLD resource path

2003-01-30 Thread Mike Johnson
Ah... Lights go on, the jar files work if they're copied, not symlinked. So, that begs the question: is there a Option FollowSymLinks? Thanks! On Mon, 2003-01-27 at 23:18, Mike Johnson wrote: Hello all, I'm currently trying to upgrade from working Tomcat 4.0.x installs to the latest 4.1

Invalid TLD resource path

2003-01-27 Thread Mike Johnson
/servlet !-- The mapping for the webdav servlet -- servlet-mapping servlet-namewebdav/servlet-name url-pattern/docs/*/url-pattern /servlet-mapping session-config session-timeout60/session-timeout /session-config /web-app -- Mike Johnson [EMAIL PROTECTED] -- To unsubscribe

reloadable doesn't work with warpconnector

2002-03-20 Thread Mike Johnson
connector. Can anybody help me with this? It's been driving me nuts all morning --- Tomcat: 4.0.3 Warpconnector binary from apache.org jdk 1.3.1 --- Thanks! Mike Johnson -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto