Tomcat service dies

2005-10-11 Thread Joakim Ahlén
Hi! We're running Tomcat 5.5.9 as a service on Windows Server 2003. With high load on the server, the tomcat process simply dies spontaneously, with no message in the stderr or stdout-logs, but these lines in jakarta_service_xxx.log: -- [2005-10-07 12:55:38] [

Re: Webapp deploy on windows

2005-09-29 Thread Joakim Ahlén
im Mark Thomas wrote: Joakim Ahlén wrote: I'm not trying to blame anyone for not fixing this issue, (well, maybe i'm laying some blame on those who thinks this is _not_ a tomcat issue..) however, i am really interested in having this bug fixed, and i am prepared to put some effort and ti

Webapp deploy on windows

2005-09-28 Thread Joakim Ahlén
m. So.. how much is known about this problem, and is there any work being done to resolve it as of now? Kind regards Joakim Ahlén - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sharing non-session data in a cluster

2005-08-24 Thread Joakim Ahlén
Hi! Is there any way of sharing data within a cluster which is not stored in session? Think of this as sharing the application state or some cluster-wide global state. Regards Joakim - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Undeploying webapp on windows

2005-05-10 Thread Joakim Ahlén
Well, that didn't work. The screenshot is at: http://ebba.geosition.com/~joakima/temp/screenshot_procexp.jpg //j Joakim Ahlén wrote: Hi, I guess this question has come up a thousand times on this list, but i still have no workaround for it so i need to get a tip or two from you guys.

Undeploying webapp on windows

2005-05-10 Thread Joakim Ahlén
Hi, I guess this question has come up a thousand times on this list, but i still have no workaround for it so i need to get a tip or two from you guys. We're using Tomcat 5.5.9 on Windows 2003 Server, and we cannot hot-deploy webapps. The cause is one of our jar-files in WEB-INF being locked, s

Re: Clustering "application scope replication"

2005-04-22 Thread Joakim Ahlén
s Joakim On Fri, Apr 22, 2005 at 08:07:21AM -0500, Jess Holle wrote: > The servlet spec says this data is local to a given JVM. > > I suppose a servlet engine could expand beyond the spec, but I'd be > surprised if Tomcat did here. > > Joakim Ahlén wrote: > > >

Clustering "application scope replication"

2005-04-22 Thread Joakim Ahlén
Hi! We have a cluster of two tomcat 5.5.9-machines using session replication. However, we also have data in application scope (set with getServletContext().setAttribute(...)) which as far as i have found in the docs, is not replicated. Is there any way to accomplish this with tomcat? If not, i

RE: Passing environment variables from apache request

2002-04-09 Thread Joakim Ahlén
Im using the JkEnvVar in a setup right now, as follows, in apaches conf: JkEnvVar REDIRECT_URL REDIRECT_URL ...which passes the envvar REDIRECT_URL, calling it REDIRECT_URL on the java side. I later on fetch in java with: request.getAttribute("REDIRECT_URL") Works fine. When first wanting t

FW: Tomcat 4.0.1 / 4.0.2b2 + IIS +

2002-03-12 Thread Joakim Ahlén
ly, I don't have the time to test them myself, but feel free to update this list if you test the various setups. > -Original Message- > From: Joakim Ahlén [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 07, 2002 9:27 AM > To: 'Wojtek Piaseczny' > Subje

RE: Unpack WARs

2002-01-28 Thread Joakim Ahlén
Hi, I'm no professional user of tomcat, but i had the same problem in TC401. I had to unpack the war manually in the webapp-dir. It seemed to me to be a simple bug in tomcat, and was (almost) confirmed as the "bug" was fixed in TC402b2. Now, it could be some default setting changed between 401

Tomcat 4.0.1 / 4.0.2b2 + IIS +

2002-01-25 Thread Joakim Ahlén
#x27;ve tried setting the tomcatAuthenticating-parameter in the Ajp13Connector to both false and true with no result. I've tried both tomcat 4.0.1 and 4.0.1b2 with the same result. Please help. :) Many thanks in advance. //Joakim ____