Re: run service in jdk 6

2007-01-13 Thread Jacob Rhoden
I have been using that configuration for a while with a medium traffic 
site no troubles so far. (:


Kobe wrote:

Hi -

Are you using Tomcat5.x with JDK6 in production?
Are there any problems to be concerned about?

Thanks,

Kobe


Caldarale, Charles R wrote:
  
From: kkus [mailto:[EMAIL PROTECTED] 
Subject: How to run tomcat service in JDK6?
  

Double-posting won't improve your chances of getting an answer, but it
will annoy people.



Has anyone used JDK 6 for 5.5.20? Any idea?
  

I'm using it right now, with no problems.  However, the JDK is installed
in C:\jdk1.6.0, rather than a directory with spaces embedded in the name
(another brilliant Microsoft innovation).

 - 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]






  



-
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: run service in jdk 6

2007-01-13 Thread Caldarale, Charles R
 From: Kobe [mailto:[EMAIL PROTECTED] 
 Subject: RE: run service in jdk 6
 
 Are you using Tomcat5.x with JDK6 in production?
 Are there any problems to be concerned about?

Not in production, just testing.  (Our production environment is a
mainframe, and we haven't ported Java SE 6 to it yet.)  On our
development boxes (Windows and Linux), we have tested Tomcat 5.5 on
Sun's JDK 1.4.2, 1.5.0, and 1.6.0 without any issues.

 - 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: run service in jdk 6

2007-01-13 Thread Leon Rosenberg

ported?
as in crosscompiled / reimplemented the vm?

Leon

On 1/13/07, Caldarale, Charles R [EMAIL PROTECTED] wrote:

 From: Kobe [mailto:[EMAIL PROTECTED]
 Subject: RE: run service in jdk 6

 Are you using Tomcat5.x with JDK6 in production?
 Are there any problems to be concerned about?

Not in production, just testing.  (Our production environment is a
mainframe, and we haven't ported Java SE 6 to it yet.)  On our
development boxes (Windows and Linux), we have tested Tomcat 5.5 on
Sun's JDK 1.4.2, 1.5.0, and 1.6.0 without any issues.

 - 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]




-
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: run service in jdk 6

2007-01-13 Thread Caldarale, Charles R
 From: Leon Rosenberg [mailto:[EMAIL PROTECTED] 
 Subject: Re: run service in jdk 6
 
 ported?
 as in crosscompiled / reimplemented the vm?

Much of the former, some of the latter (JIT, GC, threads, etc.).  That's
one of the things I get paid for.  Tomcat and some of its add-ons make
an excellent verification tool, and we run Tomcat as our departmental
web server on the mainframe.

 - 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: run service in jdk 6

2007-01-13 Thread Leon Rosenberg

awesome :-)
Leon

On 1/13/07, Caldarale, Charles R [EMAIL PROTECTED] wrote:

 From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
 Subject: Re: run service in jdk 6

 ported?
 as in crosscompiled / reimplemented the vm?

Much of the former, some of the latter (JIT, GC, threads, etc.).  That's
one of the things I get paid for.  Tomcat and some of its add-ons make
an excellent verification tool, and we run Tomcat as our departmental
web server on the mainframe.

 - 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]




-
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: run service in jdk 6

2007-01-13 Thread John McPeek

Hey Chuck,
That sounds like a cool job you have there, where do I sign up.
:-)

John

From: Leon Rosenberg [mailto:[EMAIL PROTECTED] 
Subject: Re: run service in jdk 6


ported?
as in crosscompiled / reimplemented the vm?
   



Much of the former, some of the latter (JIT, GC, threads, etc.).  That's
one of the things I get paid for.  Tomcat and some of its add-ons make
an excellent verification tool, and we run Tomcat as our departmental
web server on the mainframe.

- 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: run service in jdk 6

2007-01-12 Thread Kobe

Hi -

Are you using Tomcat5.x with JDK6 in production?
Are there any problems to be concerned about?

Thanks,

Kobe


Caldarale, Charles R wrote:
 
 From: kkus [mailto:[EMAIL PROTECTED] 
 Subject: How to run tomcat service in JDK6?
 
 Double-posting won't improve your chances of getting an answer, but it
 will annoy people.
 
 Has anyone used JDK 6 for 5.5.20? Any idea?
 
 I'm using it right now, with no problems.  However, the JDK is installed
 in C:\jdk1.6.0, rather than a directory with spaces embedded in the name
 (another brilliant Microsoft innovation).
 
  - 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]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/run-service-in-jdk-6-tf2897742.html#a8311922
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
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: run service in jdk 6

2006-12-31 Thread Nikola Milutinovic
Hi.

Just installed JDK 6 and Tomcat 6.0. JDK is installed under REGULAR path: 
C:\Program Files\Java\jre1.6.0. Runs fine.

Let me just say that I have always installed JDK on Windows under expected 
path, in Program Files. Both ZIP and service versions ran with no problem. This 
was true of 5. and 5.5 versions.

Nix.




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

-
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: run service in jdk 6

2006-12-31 Thread kkus

I figured out the problem.  I set JAVA_HOME under user variable rather than
system variable. Now I don't have any  problem with it in windows expected
path (with space in program files). Thanks!


Nikola Milutinovic-2 wrote:
 
 Hi.
 
 Just installed JDK 6 and Tomcat 6.0. JDK is installed under REGULAR path:
 C:\Program Files\Java\jre1.6.0. Runs fine.
 
 Let me just say that I have always installed JDK on Windows under expected
 path, in Program Files. Both ZIP and service versions ran with no problem.
 This was true of 5. and 5.5 versions.
 
 Nix.
 
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/run-service-in-jdk-6-tf2897742.html#a8108406
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
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: run service in jdk 6

2006-12-30 Thread Caldarale, Charles R
 From: kkus [mailto:[EMAIL PROTECTED] 
 Subject: How to run tomcat service in JDK6?

Double-posting won't improve your chances of getting an answer, but it
will annoy people.

 Has anyone used JDK 6 for 5.5.20? Any idea?

I'm using it right now, with no problems.  However, the JDK is installed
in C:\jdk1.6.0, rather than a directory with spaces embedded in the name
(another brilliant Microsoft innovation).

 - 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: run service in jdk 6

2006-12-30 Thread Dhaval Patel
I just installed 5.5.20 with JDK 1.6.0 on Windows XP. Run smooth as service. No 
problem at all.
Following is my configuration:

(1) Install java in c:\jdk1.6.0. Also set JAVA_HOME
(2) While installing tomcat, it detected jre from c:\Program 
Files\Java\jre1.6.0 and installed
Tomcat in c:\Tomcat5.5
(3) Start menu tomcat entries created as they were. Everything works out of 
box. Though my service
is manual. But I don't think that makes big difference.

Hope it helps. Try reinstalling java. Also please check your java installation 
is correct. One
good way to test is see if you can able to run Netbeans correctly.

Regards,
D
--- Caldarale, Charles R [EMAIL PROTECTED] wrote:

  From: kkus [mailto:[EMAIL PROTECTED] 
  Subject: How to run tomcat service in JDK6?
 
 Double-posting won't improve your chances of getting an answer, but it
 will annoy people.
 
  Has anyone used JDK 6 for 5.5.20? Any idea?
 
 I'm using it right now, with no problems.  However, the JDK is installed
 in C:\jdk1.6.0, rather than a directory with spaces embedded in the name
 (another brilliant Microsoft innovation).
 
  - 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]
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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