RE: Tomcat 6 and Windows Service

2013-06-05 Thread Urkens Jean-Pierre
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

Tomcat 6.x supporting classpath wildcards

2013-05-31 Thread Urkens Jean-Pierre
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