> From: Rob S. [mailto:r...@tintri.com]
> Subject: Re: [6.0.20] Using -Dcatalina.config breaks our databases
> resources
> 
> I've been following the 6.0 "monitoring" guide although jconsole 
> says it can't connect

What JVM version are you using?  What's your platform?  (If you're running 
Tomcat as a Windows service on Vista or later, you won't be able to connect to 
it with JConsole unless JConsole is using the same account as the service.)

Look at the System Properties; the one named common.loader contains the path 
that ClassLoader is using.

> netstat doesn't report anyone listening on the port I specified.

That's a serious problem.

> > Any chance this is a permissions problem?
> 
> Could be!  How do you mean? :)

Does the userid Tomcat is running under have access to the .properties file and 
the jar when you're running in development mode?

Another thought: make sure you haven't changed the line terminator mode in 
catalina.properties.development.  If there's a carriage return at the end and 
you're running on a Linux box, the CR might be taken as part of the lib/*.jar 
entry - resulting in a no find.

 - 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