----- Original Message -----
> From: "Caldarale, Charles R" <Chuck.Caldarale@unisys.com>
> To: Tomcat Users List <users@tomcat.apache.org>
> Cc:
> Sent: Tuesday, October 4, 2011 8:41 AM
> Subject: RE: RHEL + Tomcat6, error in logfile
>
>> From: André Warnier [mailto:aw@ice-sa.com]
>> Subject: RHEL + Tomcat6, error in logfile
>
>> Oct 4, 2011 4:46:25 PM org.apache.catalina.mbeans.ServerLifecycleListener
> lifecycleEvent
>> SEVERE: destroyMBeans: Throwable
>> javax.management.MalformedObjectNameException: Cannot create object name
> for
>> org.apache.catalina.connector.Connector@3fa6cd
>
> Assuming you can find it in this non-standard environment, let's look at the
> server.xml and see if there's something odd in there, especially the
> <Connector> elements.
>
You might try finding it like this (all from the command line):
rpm -qa | egrep ^tomcat6
rpm q <package-name> --filesbypkg
There should be a couple of tomcat6 packages (if RHEL is like Fedora). Provided they've not
moved things around, that should give you a good feel concerning the Red Hay layout.
You should also be able to do the following to get more complete information about a package
(including the actual Tomcat version).
yum info <package-name>
Hope this helps.
. . . . just my two cents.
/mde/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|