Hi,
Again:

-Rhel 5.3 x64

-java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode)

-Apache tomcat 6.0.26

-Dual core Intel(R) Xeon(R) CPU E3110  @ 3.00GHz  and 4 GB memory each.


The startup.sh configuration is not broken. I didnt wipe out anything.

It is not firewall

Im using nmap and netstat to see the connecions open. I do not see the port
open in local, I do not see the port open, logically  from remote.

The error in catalina.out comes up when I add  the jxm options. Since it is
in Catalina.out I am asking if it is important..


Any more ideas?



<http://www.mentby.com/caldarale-charles-r/>Özgür Özdemircili
http://www.acikkod.org
Code so clean you could eat off it


On Wed, May 19, 2010 at 3:56 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Ozgur Ozdemircili [mailto:ozgur.ozdemirc...@gmail.com]
> > Subject: Tomcat Jconsole
> >
> > Im trying to connect to my tomcat server using Jconsole. I do get
> > "Connection Failed"
>
> What version of Tomcat?  What JVM?
>
> > I have the following parameters in my tomcat startup.sh
>
> You shouldn't be modifying startup.sh; create a setenv.sh script to contain
> environment variable manipulations.
>
> > export CATALINA_OPTS="-XX:MaxPermSize=512m -Xms512m -Xmx2048m -server"
> >  set CATALINA_OPTS="-Dcom.sun.management.jmxremote \
> >     -Dcom.sun.management.jmxremote.port=8999 \
> >     -Dcom.sun.management.jmxremote.ssl=false \
> >     -Dcom.sun.management.jmxremote.authenticate=false"
>
> The above looks very broken: you've wiped out the heap size and -server
> settings.
>
> > I can connect locally by openig vnc conneccion yet when I try from my
> > workstation it does not connect.
>
> JMX requires use of additional ports that are normally dynamically
> allocated; likely that your firewall is blocking them.  If you're running on
> a current version of Tomcat, look here to get around the problem:
>
> http://tomcat.apache.org/tomcat-6.0-doc/config/listeners.html
>
> See the section describing the JMX Remote Lifecycle Listener.
>
> > When I start tomcat I do not see 8999 open.
>
> Using what to see?
>
> > I see the following error on my catalina out:
> >
> > java org.apache.catalina.startup.Catalina [ -config {pathname} ]
> > [ -nonaming ]  { -help | start | stop }
>
> Why do you think that's an error?
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to