Hi,
I had asked this question earlier in the list.
Trying again !!
I am upgrading tomcat from 5.0.25 to 5.5.17. I have
had to grant java.lang.RuntimePermission
"getClassLoader" permissions to the codebase in
WEBINF/lib because some of the custom defined filters
in web.xml get the following exce
Hi,
I am upgrading tomcat from 5.0.25 to 5.5.17. I have
had to grant java.lang.RuntimePermission
"getClassLoader" permissions to the codebase in
WEBINF/lib because some of the custom defined filters
in web.xml get the following exception:
SEVERE: Exception starting filter
PasswordExpirationFilte
Hi,
I have written a custom provider and implmentation
of java.security.KeyStoreSpi. I placed the
corresponding .jar file in $CATALINA_HOME\common\lib.
Also, I have registered the provider by putting an
entry in the jre/lib/security/java.security file. The
platform is windows-2003 server.
I g