I got this to work using the following syntax. I had to add pluggable-instrumentor.jar to the classpath and -javaagent:pluggable-instrumentor.jar as an option.
| set claspath=%jdkhome%\lib\tools.jar;%jbossbin%\run.jar;%jbossbin%\pluggable-instrumentor.jar | | jbossservice.exe -install JBoss-4.0.3SP1 %jdkhome%\jre\bin\server\jvm.dll | -Djava.class.path=%claspath% | -javaagent:pluggable-instrumentor.jar | -Xms128m | -Xmx512m | -start org.jboss.Main | -stop org.jboss.Main | -method systemExit | -out %jbossbin%\stdout.log | -err %jbossbin%\stderr.log | -current %jbossbin% | -depends "pgsql-8.1" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910105#3910105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910105 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
