res.encodeURL() not working with Apache-tomcat-Please Help

2001-01-18 Thread Prathapan Nair
Hi all My enviornment :Tomcat 3.1.1/Apache 1.3.14/Win2000 I want to use urlencoding for session tracking. res.encodeURL("url") rewrites the url with session id when I use tomcat alone. When I use tomcat with apache it doesnt rewrite the url with session id . It only returns the url. Can any on

Cannot restart tomcat on Windows2000- Help reqested

2000-11-29 Thread Prathapan Nair
Hi all My env - Tomcat3.1 relese build on win2000 When I try to shutdown and restart tomcat, I get following message on console Starting tomcat check tomcat.log for errors The web server starts, but my application will not run. If I restart windows and start tomcat, every thing is fine. But you k

Security issue with tomcat - Help requested!!!

2000-11-21 Thread Prathapan Nair
Hi My enviornment - Tomcat release build 3.1 on Windows NT and JDK1.3 I am using Java Cryptography Extension (JCE)API within my servlets. This API uses java.security and java.policy file. As an application my program works. But when I call in a servelt, it raises security exception as follows j

How to set the system propetries? Help Requested!!

2000-11-21 Thread Prathapan Nair
Hi all Sub - Calling a java Program in a Servlet in Windows Env. I want to use JAAS in my servlet to do the authentication. For that I need to set the following propeties during run time before calling the JAAS program. java.security.manager java.security.policy==E:\jass1_0\doc\samples\config