Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0.1
-
None
-
None
-
Operating System: Linux
Platform: All
-
38992
Description
JSVC does not support all the standard java 5.0 launcher options.
In particular, the following options are not supported:
-agentlib:<libname>[=<options>]
-agentpath:<pathname>[=<options>]
-javaagent:<jarpath>[=<options>]
I am using Tomcat 5.5.* which I start using jsvc. I am also using AspectJ 5.0.
I'd like to able to specify the -javaagent:pathto/aspectjweaver.jar option to
the JVM to use the AspectJ load-time weaving.