Try creating a file $TOMCAT_HOME/bin/setenv.bat and include following line in
it:
set "JAVA_OPTS=-Dcom.sun.management.jmxremote.port=10150
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false"
-Original Message-
From: walter.heesterm...@toyota-euro
Hi,
I'm porting a web application from SUN AS9 to Tomcat-6.0.37 to run on Sun
Solaris 5.10 and I'm experiencing problems with classpath wildcards.
The web application is using SPRING-3.0.4 and Hibernate-3.2.6 and loading the
Hibernate mapping files is done within a SPRING bean declaration using