RE: Failing to using OpenSSL v0.9.8g with tomcat 5.5.9 over TLS

2008-05-25 Thread Wahaj Khan
I have this issue fixed now. I set the ciphers in tomcat connector area and OpenSSL started working i.e. added the line ciphers="SSL_RSA_WITH_RC4_128_SHA". This means that by default tomcat don't set up such ciphers which are common to OpenSSL and tomcat. I wonder what that list contains. Can any

Re: Parameters problem

2008-05-25 Thread Victor Kovtun
Actually I mistook. It's not because of "-" it's because of "\" I used in the end of the path for CATALINA_HOME. Thanks for the help guys! Victor Kovtun wrote: Thanks, John. Victor, it just cant find the file. The reason it works when the env var is not set is because those Bat files are sma

Re: Parameters problem

2008-05-25 Thread Victor Kovtun
Thanks, John. Victor, it just cant find the file. The reason it works when the env var is not set is because those Bat files are smart ;) They detect their relative location. They will guess CATALINA_HOME I guessed so. And you should be starting it with "startup.bat" BTW startup.bat causes

Re: Unable to debug

2008-05-25 Thread Mark Thomas
R.Sriram wrote: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 These need to be set in catalina.bat. You can do it directly (not recommended) or use the environment variables eg JAVA_OPTS. Mark - T