Paolo Santarsiero wrote:
I think the only possibility in order to fix RMI server port behind a
firewalled system is to use JMX Remote Lifecycle Listener in server.xml and
add catalina-jmx-remote.jar in lib folder.
I used it for remote jvm monitoring and now works fine.
You can read procedure he
I think the only possibility in order to fix RMI server port behind a
firewalled system is to use JMX Remote Lifecycle Listener in server.xml and
add catalina-jmx-remote.jar in lib folder.
I used it for remote jvm monitoring and now works fine.
You can read procedure here
http://tomcat.apache.org
Thanks Chuck
But I meant in changing this random port to a specific one without having to
change the server.xml to add a new listener and jars.
regards
Emerson
On 9 April 2010 02:12, Caldarale, Charles R wrote:
> On Apr 8, 2010, at 12:59, "emerson cargnin"
> wrote:
>
> > I would be great if th
On Apr 8, 2010, at 12:59, "emerson cargnin"
wrote:
> I would be great if that could be configured directly in the
> properties
I suspect that you can. Most attribute values in server.xml can be
encoded as ant-style system property references:
attr="${my.property}"
- Chuck
>>
>>
-
Subject: Re: Avoiding random JMX port on tomcat
>>
>> It is not in that page... I saw that in 5.5...
>
> ??? I beg to differ - what web site are you looking at? Both the US and EU
> Tomcat web sites have the correct 6.0 doc, including the section on the JMX
> Remote Lifecyc
> From: emerson cargnin [mailto:echofloripa.y...@gmail.com]
> Subject: Re: Avoiding random JMX port on tomcat
>
> It is not in that page... I saw that in 5.5...
??? I beg to differ - what web site are you looking at? Both the US and EU
Tomcat web sites have the correct 6.0 doc, i
It is not in that page... I saw that in 5.5...
On 8 April 2010 16:51, Caldarale, Charles R wrote:
>> From: emerson cargnin [mailto:echofloripa.y...@gmail.com]
>> Subject: Avoiding random JMX port on tomcat
>>
>> I want to configure JMX on our servers, but I am having pr
> From: emerson cargnin [mailto:echofloripa.y...@gmail.com]
> Subject: Avoiding random JMX port on tomcat
>
> I want to configure JMX on our servers, but I am having problems as
> JMX opens a second random port.
>
> Is there anyway to do this on tomcat 6?
Looks like it'
Hi
I want to configure JMX on our servers, but I am having problems as
JMX opens a second random port.
In tomcat 5.5 there was a way to override that port.
Is there anyway to do this on tomcat 6?
>From here:
http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html#Enabling%20JMX%20Remote
Note:T