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

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, th

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

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

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

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

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

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

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

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

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 i