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 lux-in...@btconnect.com 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,

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 lux-in...@btconnect.com 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

Re: Control character in cookie value

2009-12-07 Thread Pid Ster
On 7 Dec 2009, at 19:26, itay sahar itay.sa...@gmail.com wrote: I add log for the following method: protected String encodeToken(String username, String value) { StringBuilder sb = new StringBuilder(); sb.append(username); sb.append(:); sb.append(value); return

Re: Newbie Question

2009-11-27 Thread Pid Ster
On 27 Nov 2009, at 06:55, Chinmoy Chakraborty cch...@gmail.com wrote: Hi All, I am trying to understand basic architecture of tomcat server and also started to look into the code. What should me my starting point (also source code wise) to understand basic workflow of tomcat server?

Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Pid Ster
On 17 Nov 2009, at 12:11, Imad Hachem hachem_i...@hotmail.com wrote: Dear Pid, I have tried that code and didn't helped, note that my context session variables are not coming as null in order to rely on to be able to differenciate between Tomcat Node shutdown session.invalidate(). I'm

Re: silent / unattended install - tomcat 5.5

2009-11-17 Thread Pid Ster
I'd IMAGINE that you could download the zip version and examine the contents of service.bat. The rest is generic batch file commands, I think. p On 17 Nov 2009, at 23:31, Beatty.Thomas thomas.bea...@igt.com wrote: Hi Can someone PLEASE tell me how to install tomcat 5.5 silently? I need to

Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Pid Ster
On 18 Nov 2009, at 00:07, Imad Hachem hachem_i...@hotmail.com wrote: Dear Pid, find below my explanation: 1. Manually set an attribute (e.g. MANUAL_STOP=1) in application scope 2. Manually shutdown Tomcat instance. 3. Tomcat expires all sessions 4. Tomcat fires

Re: Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-24 Thread Pid Ster
On 24 Oct 2009, at 17:57, Pete McNeil madscient...@microneil.com wrote: Caldarale, Charles R wrote: From: Pete McNeil [mailto:madscient...@microneil.com] Subject: Re: Tomcat6 - porting resin JSP app - does not exist or is not areadable directory The case of path made no difference to the

Re: Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-24 Thread Pid Ster
I meant put /home/someplace/www.someplace.com Into /home/someplace/webapps/ROOT p On 24 Oct 2009, at 17:57, Pete McNeil madscient...@microneil.com wrote: Caldarale, Charles R wrote: From: Pete McNeil [mailto:madscient...@microneil.com] Subject: Re: Tomcat6 - porting resin JSP app - does not

Re: Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-24 Thread Pid Ster
On 24 Oct 2009, at 19:29, Pete McNeil madscient...@microneil.com wrote: Pid Ster wrote: snip/ Any chance, just for kicks, you could put the contents of www.someplace.net into webapps/ROOT? I could, but it would be undesirable and shouldn't be necessary. That's the response I expected

Re: mod_jk don't work fine

2009-10-24 Thread Pid Ster
On 24 Oct 2009, at 19:38, frpll jose_lopez_r...@telefonica.net wrote: Hi everyone! I have installed Apache2.2 and mod_jk 1.2.25. I have configured httpd.conf workers.properties, uriworkermap.properties, etc... Apache 2.2 work fine, Tomcat 5.5.20 work fine but connector don't work fine.

Re: How to Map domain to a context using Mod_jk

2009-10-06 Thread Pid Ster
On 6 Oct 2009, at 05:56, gpike gop...@gmail.com wrote: I have Virtual Hosts defined in Apache for each domain. I want to map the domain to a context in Tomcat. For instance I would like mysite.com to map to /mysite_com in Tomcat. Would it be something like: VirtualHost *:80

Re: Tomcat hangs for minutes between ContextConfig and StandardContext (Starting the app)

2009-10-06 Thread Pid Ster
Does the app perform normally when it does start up? I recently experienced this when I inadvertently placed the same jar in two places - the app displayed other errors when it finally loaded. p -- On 6 Oct 2009, at 15:52, Law, Christopher chris@snapon.com wrote: Hello, I'm running

Re: alias problem in tomcat5.0 + apache1.3

2009-10-06 Thread Pid Ster
On 6 Oct 2009, at 14:49, partha_ctc partha_samanta...@rediffmail.com wrote: Hi, we have tomcat5.0 and apache1.3. my aim is instead of http://localhost:8085/DOMAIN, how can i call http://partha16/DOMAIN. for that i have mdified server.xml and httpd.conf file. but it says page not found. i

Re: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-05 Thread Pid Ster
What are your JAVA_OPTS? How much memory Is in the machine? OS? JVM version? Tomcat version? p -- pidster.com (mobile) On 5 Oct 2009, at 07:48, subrahmanyam venkata.ad...@genpact.com wrote: Hi, After tomcat running 3,4 days well with 75 users, suddenly we are facing

Re: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-05 Thread Pid Ster
On 5 Oct 2009, at 14:34, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 10/5/2009 6:26 AM, Pid Ster wrote: What are your JAVA_OPTS? How much memory Is in the machine? OS? JVM version? Tomcat version? ... and what makes

Re: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-05 Thread Pid Ster
On 5 Oct 2009, at 14:24, subrahmanyam venkata.ad...@genpact.com wrote: Hi PidSter, Out of 17 Users 5 users have reported that OutOfMemoryErrorException, Other 12 users working fine at that time also. After clearing the cookies from IE6 browser, 4 users got resolved and 1 user got the

[OT] Re: Alias URL

2009-10-05 Thread Pid Ster
... the real pros use text files, and a vi editor). The last time someone said that, the Argument ended with a discussion about electron microscopes... p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: Alias URL

2009-10-05 Thread Pid Ster
On 5 Oct 2009, at 23:47, Johnson, Rob E rob.john...@mms.gov wrote: Andre thanks for all your help that worked. I can use the alias, and I can still hit the other webapps. Also thanks to Martin Gainty and his help. YDHTVO p -Original Message- From: André Warnier