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: mod_jk all endpoints are disconnected

2009-12-13 Thread peter.shen
Oh,thank u very much ke...@newsgroupstats.hk wrote: > > Hi All, > > My Apache 2.2 (win32) + Tomcat 6 are running very well in my production > environment but I am noticed that jk are sometime spend unexpected long > time to response. (4-5 seconds, it's too long. Those pages are very static >

Re: AW: mod_jk and session stickyness of images requests

2009-12-13 Thread Mladen Turk
On 12/11/2009 06:55 PM, Kockert, Timo wrote: The image links are pure html img tags. But they are handled by another servlet then the one serving the html pages. The context however is the same. Example: Content url: http://domain.tld/myapp/ Image url: http://domain.tld/myapp/img/image.png

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

AW: mod_jk and session stickyness of images requests

2009-12-13 Thread Kockert, Timo
> > Just to clarify: I know the EncodeUrlTransformer does the encoding for me. The problem seems to be > > that some devices do not send session ID cookies with image requests. > > Hmmm, sounds a bit confusing. You'll need either working URL encoding or > working cookies. You can support both at t

AW: mod_jk and session stickyness of images requests

2009-12-13 Thread Kockert, Timo
> On Fri, Dec 11, 2009 at 12:38, Kockert, Timo wrote: > > Just to clarify: I know the EncodeUrlTransformer does the > > encoding for me. The problem seems to be that some > > devices do not send session ID cookies with image > > requests. > > Do you know what type of devices they are? Your log fil

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.