Re: FW: Reading servlet server connector configuration

2008-01-03 Thread Mark Thomas
Asaf Lahav wrote: > Hi guys, > > I didn't get any feedback on this so I'm resending to make sure it got to > the mailing list. It arrived the first time. You might want to read this: http://wiki.apache.org/tomcat/FAQ/Tomcat_User Mark ---

FW: Reading servlet server connector configuration

2008-01-03 Thread Asaf Lahav
Hi guys, I didn't get any feedback on this so I'm resending to make sure it got to the mailing list. Thanks in advance, Asaf _ From: Asaf Lahav [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 01, 2008 4:44 PM To: 'users@tomcat.apache.org' Subject: Re

Reading servlet server connector configuration

2008-01-01 Thread Asaf Lahav
Ladies and Gentlemen, How can I read a server's connector configuration from within a servlet's init function? I would like to get a handle to configuration of connectors defined on a server that contains my servlet. And it has to be done when the servlet is initialized. Thanks in advance, A