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
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
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
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