|
From: Ashish A. <ash...@ya...> - 2007-07-11 07:36:05
|
Hi All, I am using Java Service Wrapper to run JBoss as windows service. This was working fine on IBM and SUN JDK 1.4. but recently I shifted to SUN JDK 1.5 and noticed that the JVM arguments are not passed properly to the JRE. Below is the snippet of the wrapper conf file. I am using Java service wrapper version 3.2.3. wrapper.java.additional.1= -Xms128m -Xmx256m -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n wrapper.java.additional.2= -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl -Djboss.platform.mbeanserver -Dcom.sun.management.jmxremote even the spcified way of setting max and min heap size is also not working wrapper.java.initmemory=128 wrapper.java.maxmemory=1024 Please help me to understand, how to pass additional java parameters to wrapper API in case of JDK 5. Many thanks in advance. regards, Ashish ____________________________________________________________________________________ Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/features_spam.html |