Re: Jakarta Tomcat Connector - Load Balancing

2005-01-31 Thread Derek Greer
Thanks. I don't recall reading this in any of the documentation. Can you explain what setting this actually does? Derek Mladen Turk wrote: Derek Greer wrote: I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do not seem to be 'sticky

Jakarta Tomcat Connector - Load Balancing

2005-01-26 Thread Derek Greer
. worker.lbworker.sticky_session=1). Why is this not working? Derek Greer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Advanced lb worker properties

2005-01-25 Thread Derek Greer
of the settings 0 verses 1? Thanks. Derek Greer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat logging

2004-10-28 Thread Derek Greer
set org.apache.jsp.level = FINEST nothing shows up. Can anyone explain this? Derek Greer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JNDI binding a new resource

2004-10-01 Thread Derek Greer
); with System.setProperty(Context.INITIAL_CONTEXT_FACTORY, org.apache.commons.jdni..InitialContextFactory); or some such thing. Derek Greer Shapira, Yoav wrote: Hi, You have a couple of options within Tomcat: use a custom JNDI resource factory (this is covered in the JNDI how-to) which would allow you

Re: JNDI binding a new resource

2004-10-01 Thread Derek Greer
much friendlier to other things running in the same JVM. Yoav Shapira Millennium Research Informatics -Original Message- From: Derek Greer [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 12:06 PM To: Tomcat Users List; Shapira, Yoav Subject: Re: JNDI binding a new resource So

Re: JNDI binding a new resource

2004-10-01 Thread Derek Greer
javaURLContextFactory that is provided with Tomcat. For anyone interested in the specifics, feel free to shoot me an email. Derek Greer Shapira, Yoav wrote: Hi, There are numerous other open source JNDI projects with their own InitialContextFactory implementations, it's just that most don't allow what you're trying

JNDI binding a new resource

2004-09-30 Thread Derek Greer
I'm looking for a way to bind to my InitialContext WITHOUT going through the Tomcat server.xml or context.xml files. From everything I've read so far, the InitialContext provided by Tomcat is read only, so I can't bind any new resources to it. How can I go about obtaining an InitialContext