Hi there,
I'm stuck.. I am running TC 5.5.12 and JDK 1.5.0_05 on Windows as a
service. When I start TC with -Dcom.sun.management.jmxremote in the config it
starts but jconsole shows nothing in the local connections. When I start TC
with -Dcom.sun.management.jmxremote.port=8999 TC crashes out
Hi Abhilash,
It is very embryonic but I have implemented the beginnings of a
container portable SSO solution including a Tomcat valve.. The source is
here..
http://ssso.codehaus.org/
I need to do some more work on the docs though. :-)
Regards,
Damon.
- Original Message -
From: "Ab
Hi there,
I have been running nested context paths in TC 5.0 for some time now.. A
user can browse to:
http://localhost:8080/nesting/myapp/
In TC 5.0 this was a simple matter of setting path="/nesting/myapp" in the
context.xml and putting the files into /webapps/nesting/myapp
Unfortunately