Re: problem installing SSL om Debian

2008-01-01 Thread supareno
Neha, it is more a Linux question than a tomcat question :-) are you sure to have the privileges to run keytool?? happy new year supareno Hi! i have installed Tomcat 5.5 on debian etch. Also installation on APR is working correctly. i want to install and configure SSL outputs are #java

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,

Re: Confusion between docs and server.xml

2008-01-01 Thread Mark Thomas
gb1071nx wrote: Just got through reading docs and xml comments and thought I'd point out something (minor). Thanks for the feedback. Suggested changes to the documentation (jasper-howto.html) [1] Is 'reloading' a deprecated attribute? If so, it should be removed from the docs. It has

Servlet Filter Not Intercepting?

2008-01-01 Thread Jay Liu
Hi all, I'm having a problem with filters. I setup filter to block access to a resource unless the user is authenticated. I've noticed that the resource is accessed then the filter kicks in and then loads. I thought filters were supposed to intercept the request before the resource is

RE: Servlet Filter Not Intercepting?

2008-01-01 Thread Martin Gainty
2 things1) the order of filter-mapping DOES matter in web.xmlin other words 1st lexically is the first filter to fire 2)any pre-initialisation of the filter should be accomplished in the init() method() check out this link from ibmhttp://www.ibm.com/developerworks/java/library/j-tomcat/

RE: Servlet Filter Not Intercepting?

2008-01-01 Thread Jay Liu
Thanks Martin, The thing is, I only have one filter, and I believe the XML is specified correctly. The behavior is something like: Request - target runs - filter kicks in and I see the filter page. I know the target gets a request because I see in the apache log a null pointer exception. I

mod_spnego SingleSignOn over mod_jk

2008-01-01 Thread Cenk Oguz
I am looking into configuring SingleSignOn Kerberos authentication in a Tomcat application using SPNEGO authentication on a Apache2 frontend server. The fontend apache2 currently forwards all requests to Tomcat through mod_jk. As I see there is an apache2 module for Kerberos authentication

Re: Remote deployment in tomcat

2008-01-01 Thread Jacob Rhoden
How could Cruise Contol possibly allow you to tell tomcat to (remotely) clean its work directory from an ant build script? I use hudson for continuous integration so maybe I am missing something. Marcio Camurati wrote: Maybe CruiseControl can help you to make it, it's a project that for

Re: mod_spnego SingleSignOn over mod_jk

2008-01-01 Thread Rainer Jung
Hi Cenk, Cenk Oguz schrieb: I am looking into configuring SingleSignOn Kerberos authentication in a Tomcat application using SPNEGO authentication on a Apache2 frontend server. The fontend apache2 currently forwards all requests to Tomcat through mod_jk. As I see there is an apache2 module