|
From: <kab...@jb...> - 2005-07-07 21:23:00
|
It works fine for me. Don't worry too much about the contenys of create-pluggable-jboss-classloader.bat. It sounds like it is creating the file as expected Did you do these steps from the docu: anonymous wrote : | This will create a jboss-classloader-transformer.jar. Copy this jar to the bin/ directory of your JBoss Application server distribution. | | Next, you need to copy the jdk14-pluggable-instrumentor.jar from the lib/ directory of your JBoss AOP distribution to the bin/ directory of your JBoss application server installation. Next edit run.sh or run.bat (depending on what OS you're on) and add the following to the JAVA_OPTS environment variable | | | | JAVA_OPTS="$JAVA_OPTS -Dprogram.name=%PROGNAME% -Xbootclasspath/p:jboss-classloader-transformer.jar:jdk14-pluggable-instrumentor.jar" | | | | | | After modifying JAVA_OPTS and setting the EnableLoadtimeWeaving to true, then you should be ready to go. | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884105#3884105 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884105 |