Running jconsole against TC 5.5 on Windows

2005-12-02 Thread Damon Rand
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

Re: SSO with JASS

2005-11-09 Thread Damon Rand
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

Nested context paths (path=/nest/myapp)

2005-11-07 Thread Damon Rand
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