isapi_redirect expert?

2005-09-27 Thread David Thielen
site as I know others are hitting these same questions. ??? - Thanks - dave David Thielen 303-499-2544 www.windwardreports.com

Please verify this is correct: Need multiple virtual directories for isapi_redirector

2005-09-27 Thread David Thielen
Note: I looked and looked and couldn't find this documented. Hi; I want to make sure this is correct: If you want to run Tomcat against multiple websites, not just the default website, this is what I have had to do. This is on Windows 2003/IIS 6.0. I removed isapi_redirector.dll from the

What is correct for workers.properties.minimal

2005-09-27 Thread David Thielen
just one server running one instance of Tomcat? Does it load balance within that one instance? Second, what is jkstatus for? Thanks - dave David Thielen 303-499-2544 www.windwardreports.com

Re: JSP won't work unless have package in taglib .java file

2003-04-04 Thread David Thielen
Hi; If I have a tld object (ie TemplateDesc.java) with no project and place it in WEB-INF/classes - it won't work. But if I give it a package name and place it in WEB-INF/classes/package - then it works. The problem seems to be that with no package it generates the code: TemplateDesc

Why does Tomcat use xerces under java 1.4 instead of the internal jvm classes?

2003-04-02 Thread David Thielen
thanks - dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JSP won't work unless have package in taglib .java file

2003-04-02 Thread David Thielen
Hi; If I have a tld object (ie TemplateDesc.java) with no project and place it in WEB-INF/classes - it won't work. But if I give it a package name and place it in WEB-INF/classes/package - then it works. The problem seems to be that with no package it generates the code: TemplateDesc

Why does Tomcat use xerces under java 1.4 instead of the internal jvm classes?

2003-04-01 Thread David Thielen
thanks - dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread David Thielen
, 2003 2:19 PM Subject: Re: HttpSessionBindingListener.valueUnbound() not called David Thielen wrote: Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread David Thielen
One note to the below: It does call it on a timeout under 4.1.24 (it did not do that in 4.1.18). But it does not call it if Tomcat is reloaded or exits - which according to the spec it is supposed to do. thanks - dave - Original Message - From: David Thielen [EMAIL PROTECTED] To: Hans

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread David Thielen
That makes a lot of sense - thank you. - dave - Original Message - From: Hans Bergsten [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Sunday, March 30, 2003 5:54 PM Subject: Re: HttpSessionBindingListener.valueUnbound() not called David Thielen wrote: One note

HttpSessionBindingListener.valueUnbound() not called

2003-03-29 Thread David Thielen
Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am running 4.1.18. Any ideas? thanks - dave -

HttpSessionBindingListener.valueUnbound() not called

2003-03-28 Thread David Thielen
Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am running 4.1.18. Any ideas? thanks - dave -