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: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Caldarale, Charles R
From: Nelson, Tracy M. [mailto:[EMAIL PROTECTED] Subject: RE: apache-tomcat on an ia64 rhel4? Sun shows a 1.5 JDK for RHAS3.0 on Itanium2 at http://java.sun.com/j2se/1.5.0/system-configurations.html. Yup - but there's no IA64 entries on the actual download page. Bait and switch

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
I couldn't find the binary to download either like Charles. Thanks for the link though On 3/21/07, Nelson, Tracy M. [EMAIL PROTECTED] wrote: | From: Jeff Sadowski [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 20 March, 2007 16:44 | | I would like to run apache-tomcat on an dual Itanium server I

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
I'm still really unclear about what tomcat is. I have never used it I play mostly with php and html. I have another engineer that would like to use it. Is there a fully open source alternative? I guess tomcat itself is open source but it depends on java development kit? is that right? I'm more

RE: 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? I'm still really unclear about what tomcat is. Many books and tutorials are available, most of them freely available on the web. I guess tomcat itself is open source but it depends on java

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread David Smith
Tomcat is really a whole service environment for running java servlets and jsp. Don't think if it in terms of CGIs that just run for the request and close down. Tomcat is more akin to Apache's httpd, listening ports and responding to client requests on the http or https protocol. It can be

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread vamsee movva
How about installing everything from source ?? On 3/21/07, David Smith [EMAIL PROTECTED] wrote: Tomcat is really a whole service environment for running java servlets and jsp. Don't think if it in terms of CGIs that just run for the request and close down. Tomcat is more akin to Apache's

RE: 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? How about installing everything from source ?? Are you talking about building a JVM from the Sun source? That's a decidedly non-trivial exercise, and still doesn't resolve the problem of not having

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread vamsee movva
my english. On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: vamsee movva [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat on an ia64 rhel4? How about installing everything from source ?? Are you talking about building a JVM from the Sun source? That's a decidedly non

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: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
until it could be entirely built with gcj so my guess is someone in sun is also betting on it. Maybe the designers of the language. On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jeff Sadowski [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat on an ia64 rhel4? I'm still

Re: apache-tomcat on an ia64 rhel4?

2007-03-21 Thread Jeff Sadowski
IBM's JRE is jikes I think I'll look into it it might also be an opensource project. Might I'll check it out. Thanks On 3/21/07, David Smith [EMAIL PROTECTED] wrote: Tomcat is really a whole service environment for running java servlets and jsp. Don't think if it in terms of CGIs that just run

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

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

apache-tomcat on an ia64 rhel4?

2007-03-20 Thread Jeff Sadowski
I would like to run apache-tomcat on an dual Itanium server I have at work. I cannot find JDK for it nor can I find anything besides gcj Is it possable to build tomcat with gcj? has anyone gotten tomcat to run on a ia64 linux machine? or ia64 windows even(I think MS stoped support for the ia64