Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-19 Thread Mihamina Rakotomandimby
>> On Sunday 13 December 2009 01:35:54 pm Pid Ster wrote: >>> Out of curiosity, why are you compiling Tomcat? >> is copulation just for making babies? > Oh. What wit. > I was intrigued to know if you had some unannounced but interesting > reason. I understand why he reppported his compilation b

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-15 Thread lux-integ
On Sunday 13 December 2009 10:54:10 am Zacheusz Siedlecki wrote: > Right - I meant native APR (with IO functionality) not connectors in jars >Regards, > Zacheusz > thanks for your comments, perhaps you et al could help with a little decryption?. ..

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread Pid
On 14/12/2009 00:47, lux-integ wrote: On Sunday 13 December 2009 07:34:26 pm Mark Thomas wrote: Configure more heap space for the compilation via ANT_OPTS. Mark thanks a million. The build is successful.I found this url http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-j

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread lux-integ
On Sunday 13 December 2009 07:34:26 pm Mark Thomas wrote: > Configure more heap space for the compilation via ANT_OPTS. > > Mark thanks a million. The build is successful.I found this url http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html very helpful On Su

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread Mark Thomas
On 13/12/2009 12:52, lux-integ wrote: > On Sunday 13 December 2009 10:00:36 am lux-integ wrote: > >>> Perhaps you don't have enough RAM plus swap space for the total space >>> required by all processes on the machine. >>> >>> - Chuck >> >> I dont as a rule use swap, I have ~ 5 GByte of free disk

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread Pid Ster
On 13 Dec 2009, at 12:52, lux-integ wrote: > On Sunday 13 December 2009 10:00:36 am lux-integ wrote: > >>> Perhaps you don't have enough RAM plus swap space for the total >>> space >>> required by all processes on the machine. >>> >>> - Chuck >> >> I dont as a rule use swap, I have ~ 5 GByte of

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread lux-integ
On Sunday 13 December 2009 10:00:36 am lux-integ wrote: > > Perhaps you don't have enough RAM plus swap space for the total space > > required by all processes on the machine. > > > > - Chuck > > I dont as a rule use swap, I have ~ 5 GByte of free disk space. I will > put another GByte or RAM i

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread Zacheusz Siedlecki
Right - I meant native APR (with IO functionality) not connectors in jars Regards, Zacheusz On Sun, Dec 13, 2009 at 11:27 AM, Pid Ster wrote: > On 13 Dec 2009, at 10:01, lux-integ wrote: > >> On Sunday 13 December 2009 04:40:23 am Zacheusz Siedlecki wrote

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread Pid Ster
On 13 Dec 2009, at 10:01, lux-integ wrote: > On Sunday 13 December 2009 04:40:23 am Zacheusz Siedlecki wrote: >> Don't compile jar files. If you prefer, you may compile native >> connectors. >>Regards, >>Zacheusz >> >> On Sun, Dec 13, 2009 at 3:54 AM, Caldarale, C

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread lux-integ
On Sunday 13 December 2009 02:54:39 am Caldarale, Charles R wrote: > > Very strange - I have no problem compiling Tomcat 6.0.20 on a 64-bit system > using the default heap settings (it's Windows, not Linux, but that > shouldn't make a difference for the heap). Monitoring the build with > JConsole

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-13 Thread lux-integ
On Sunday 13 December 2009 04:40:23 am Zacheusz Siedlecki wrote: > Don't compile jar files. If you prefer, you may compile native connectors. > Regards, > Zacheusz > > On Sun, Dec 13, 2009 at 3:54 AM, Caldarale, Charles R Thanks but I find the advice a bit cryptic.

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-12 Thread Zacheusz Siedlecki
Don't compile jar files. If you prefer, you may compile native connectors. Regards, Zacheusz On Sun, Dec 13, 2009 at 3:54 AM, Caldarale, Charles R wrote: >> From: lux-integ [mailto:lux-in...@btconnect.com] >> Subject: compiling tomcat6020 from source on modern amd

RE: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-12 Thread Caldarale, Charles R
> From: lux-integ [mailto:lux-in...@btconnect.com] > Subject: compiling tomcat6020 from source on modern amd64-bit linux > > I am attempting to compile tomcat-6.0.20 on a linux-box Why? Tomcat is pure Java, so it will run on any platform with a JVM. Recompilation is only needed if you're apply