tomcat 5.5, java 6 and jconsole not working as service

2007-01-09 Thread teknokrat
I am running Tomcat 5.5 as a service using Java 6. I try to connect 
jconsole locally but it can't seem to find tomcat. Anyone know how I can

do this?

thanks


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: tomcat 5.5, java 6 and jconsole not working as service

2007-01-09 Thread Martin Dubuc

I haven't been successful running Tomcat on Java 6. My guess is that
Tomcat can't run yet on Java 6.

Martin

On 1/9/07, teknokrat <[EMAIL PROTECTED]> wrote:

I am running Tomcat 5.5 as a service using Java 6. I try to connect
jconsole locally but it can't seem to find tomcat. Anyone know how I can
do this?

thanks


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: tomcat 5.5, java 6 and jconsole not working as service

2007-01-09 Thread Jess Holle
Tomcat 5.5.20 runs fine with Java 6, though I'm not sure if I tried it 
as a service.


Martin Dubuc wrote:

I haven't been successful running Tomcat on Java 6. My guess is that
Tomcat can't run yet on Java 6.

Martin

On 1/9/07, teknokrat <[EMAIL PROTECTED]> wrote:

I am running Tomcat 5.5 as a service using Java 6. I try to connect
jconsole locally but it can't seem to find tomcat. Anyone know how I can
do this?

thanks


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat 5.5, java 6 and jconsole not working as service

2007-01-09 Thread Caldarale, Charles R
> From: Martin Dubuc [mailto:[EMAIL PROTECTED] 
> Subject: Re: tomcat 5.5, java 6 and jconsole not working as service
> 
> I haven't been successful running Tomcat on Java 6. My guess is that
> Tomcat can't run yet on Java 6.

5.5.20 runs fine for me with JDK 6 on XP, both as a service and from the
startup script.  No issues at all when installed from the .zip file;
haven't tried the .exe with JDK 6.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: tomcat 5.5, java 6 and jconsole not working as service

2007-01-09 Thread David Smith
I've had some interesting issues with Maven 2 and Java 6, but Tomcat
5.5.20 has run great on Java 6.

--David

Martin Dubuc wrote:

> I haven't been successful running Tomcat on Java 6. My guess is that
> Tomcat can't run yet on Java 6.
>
> Martin
>
> On 1/9/07, teknokrat <[EMAIL PROTECTED]> wrote:
>
>> I am running Tomcat 5.5 as a service using Java 6. I try to connect
>> jconsole locally but it can't seem to find tomcat. Anyone know how I can
>> do this?
>>
>> thanks
>>
>>
>> -
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tomcat 5.5, java 6 and jconsole not working as service

2007-01-09 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of teknokrat
> Subject: tomcat 5.5, java 6 and jconsole not working as service
> 
> I am running Tomcat 5.5 as a service using Java 6. I try to connect 
> jconsole locally but it can't seem to find tomcat.

By default, JConsole only connects to local JVMs running under the same
userid.  Unless you've modified the Log On settings for the Tomcat
service, it's running under Local System Account, not your normal
userid.  Also, you have to add -Dcom.sun.management.jmxremote to the
Java Options for the service, using the tomcat5w.exe utility.  Once
those were done, I was able to connect to the Tomcat service using
JConsole running with JDK 6.

However, I am now noticing something very strange: most of the apps did
not deploy when running as a service.  Only ROOT, host-manager, manager,
and tomcat-docs show up in the application list.  When running with
startup.bat, everything's there.  More investigation needed.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]