..." Just add, at top of your catalina.sh, just after defining JAVA_OPTS=
echo JAVA_OPTS is $JAVA_OPTS
.."
wow.I set previously JAVA_OPTS in another temp script!!!
now it's owrking properlyI'm sorry for so stupid question !
Thanks a lot David..have a nice weekend
10:3:500:10
Could not create the Java virtual machine.
thanks...
-- Forwarded message --
From: luke l <[EMAIL PROTECTED]>
Date: Jun 6, 2008 2:27 PM
Subject: Fwd: setting JAVA_OPT in Tomcat
To: users@tomcat.apache.org
Putting a space in catalina.sh as follow
efined (java.util.logging) works properly without a
space
thanks
-- Forwarded message ------
From: luke l <[EMAIL PROTECTED]>
Date: Jun 6, 2008 10:23 AM
Subject: Fwd: setting JAVA_OPT in Tomcat
To: users@tomcat.apache.org
*Don't forget to add a space between $JAVA_OPTS a
En l'instant précis du 06/06/08 10:23, luke l s'exprimait en ces termes:
*Don't forget to add a space between $JAVA_OPTS and your additionnal option.
In your case, you joined -J and -D parameters without a space, as a result
the jvm does not recognize an option named "J-D" :)*
I've again an erro
*Don't forget to add a space between $JAVA_OPTS and your additionnal option.
In your case, you joined -J and -D parameters without a space, as a result
the jvm does not recognize an option named "J-D" :)*
I've again an error
Unrecognized option:
-J-Dcom.sun.CORBA.transport.ORBTCPReadTimeouts=10:3
En l'instant précis du 06/06/08 09:42, luke l s'exprimait en ces termes:
Hi,
I must start Tomcat setting a value for this attribute
com.sun.CORBA.transport.ORBTCPReadTimeouts (it set a Timeout for a corba
socket).
I've tried to add com.sun.CORBA.transport.ORBTCPReadTimeouts in JAVA_OPTS
Tomcat v
Hi,
I must start Tomcat setting a value for this attribute
com.sun.CORBA.transport.ORBTCPReadTimeouts (it set a Timeout for a corba
socket).
I've tried to add com.sun.CORBA.transport.ORBTCPReadTimeouts in JAVA_OPTS
Tomcat variable in catalina.sh script:
JAVA_OPTS="$JAVA_OPTS
..."-Dcom.sun.COR