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 m
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 create
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 witho
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 f
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/
Martin_
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 a
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 h
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
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 -v