Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff, Jeff Sadowski wrote: If all else fails I could run bochs and run linux on top of that boy that would be ugly. You should run a virtualization product instead of an emulation product, since you're actually on IA hardware. For instance, run

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-22 Thread Jeff Sadowski
Ugg when I went to compile JDK guess what it needs it needs JDK. But then it pointed to a link that actually has JDK http://java.sun.com/j2se/1.4.2/download.html and they have a ia64 build. On 3/22/07, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-22 Thread Jeff Sadowski
] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? http://java.sun.com/j2se/1.4.2/download.html and they have a ia64 build. Tomcat 6.0 requires a 1.5 or above JRE, so you'll have to use the 5.5 version of Tomcat. Make sure you get the JDK 1.4 Compatibility Package from the Tomcat website: http

RE: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Caldarale, Charles R
From: vamsee movva [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat on an ia64 rhel4? My project supervisor told me , he built Java SE on IA64 bit machine. Yes, it can be done, but that still doesn't address the lack of a JIT to convert byte codes into IA64 instructions. (The HotSpot

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread vamsee movva
Ok, I got it. Thanks On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: vamsee movva [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat on an ia64 rhel4? My project supervisor told me , he built Java SE on IA64 bit machine. Yes, it can be done, but that still doesn't

RE: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Caldarale, Charles R
From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat on an ia64 rhel4? What is the difference between Java Runtime Environment and having the java binary to run? A myriad of library API implementations provided with a proper JRE but not supported by gcj. I know swing

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
What about jikes will that work? On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat on an ia64 rhel4? What is the difference between Java Runtime Environment and having the java binary to run? A myriad of

RE: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Caldarale, Charles R
From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? What about jikes will that work? Jikes is just a Java compiler - not a runtime system. You still need a JRE to load and execute the generated class files and provide the APIs. Class files

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
to the directory created above. 3. Install tomcat? Is that what I need to run tomcat? On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? What about jikes will that work? Jikes is just a Java compiler

RE: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Caldarale, Charles R
From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? Yeah I was reading about this on the jikes sight I guess I need jdk? Actually, just a JRE for the current versions of Tomcat. 5.0 and below required a JDK. I should be able to get this from

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
Is there an open source JRE? On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? Yeah I was reading about this on the jikes sight I guess I need jdk? Actually, just a JRE for the current

RE: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Caldarale, Charles R
From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? Is there an open source JRE? The Sun JRE is at least partially open source as of sometime last year (maybe all of it is by now - it's not really a concern); why are you hung up about

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? Is there an open source JRE? The Sun JRE is at least partially open source as of sometime last year (maybe all of it is by now - it's not really a concern); why are you hung up about

Re: [OT] apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
did see an article on Sun releasing their JRE under the GPLv2 but I can not find the source code. On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: [OT] apache-tomcat on an ia64 rhel4? Is there an open source JRE? The Sun