[
https://issues.apache.org/jira/browse/DAEMON-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619560#action_12619560
]
Ingo Siebert commented on DAEMON-84:
------------------------------------
We want to open exactly one port for JConsole remote access to our servers.
But jmx opens randonly additional ports and these ports are not passed by our
(many) firewall.
That's why we need the javaagent because with this argument we are able to
reduce the number of needed ports. But JSVC doesn't support the argument.
I'm using the Debian 1.0.1-3 version, which seems to be up-to-date.
I think the requirement is for many users important and it gets more important
with every java version, because JMX/JConsole is becoming better and better.
Isn't it easy to pass the argument?
Is there any workaround?
It's critical for me, because without javaagent support the JMX feature is not
securely usable in production enviroment.
> [daemon] JSVC does not support all the standard java 5.0 launcher options
> -------------------------------------------------------------------------
>
> Key: DAEMON-84
> URL: https://issues.apache.org/jira/browse/DAEMON-84
> Project: Commons Daemon
> Issue Type: Improvement
> Affects Versions: 1.0.1
> Environment: Operating System: Linux
> Platform: All
> Reporter: Seva Popov
> Priority: Minor
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.