Re: Tomcat WADI under heaving load fails

2009-09-02 Thread Adam Ruggles
solid stable until I reach about 150 active connections. I did try bumping up the number of threads available to AJP but that didn't make a difference. Donald Woods-2 wrote: > > Which version of Geronimo? Which OS? > > -Donald > > Adam Ruggles wrote: >> I recently

Tomcat WADI under heaving load fails

2009-09-01 Thread Adam Ruggles
I recently begin enabling WADI clustering in our test environment with two Apache Geronimo Nodes behind a load balancer. My current setup does not have sticky sessions enabled. It seems to be working well until I start throwing a large load at the nodes. I start receiving the following errors:

Re: WADI Session invalidate causes an error

2008-09-09 Thread Adam Ruggles
lease of new geronimo-tomcat6-clustering-wadi > artifact and ping you as soon as it is released. > > Thanks, > Gianny > >> Adam Ruggles <[EMAIL PROTECTED]> wrote: >> >> >> I'm using a WADI Clustering with Geronimo 2.1.2/tomcat. >> >>

Re: Log4j Issues with 2.1.2

2008-09-08 Thread Adam Ruggles
g problem. That's going to take > some experimentation to find out why it doesn't work. Maybe we are > abusing log4j registration facilities? > > Can you file one or two jira issues about these problems? > > thanks > david jencks > > > On Sep 8, 20

WADI Session invalidate causes an error

2008-09-08 Thread Adam Ruggles
I'm using a WADI Clustering with Geronimo 2.1.2/tomcat. After I call Session.invalidate(); when a user logs out I receive the following exception: java.lang.IllegalStateException: Cannot release session [EMAIL PROTECTED] at org.apache.geronimo.clustering.wadi.WADISessionAdaptor.release(WADI

Log4j Issues with 2.1.2

2008-09-08 Thread Adam Ruggles
I'm having a couple of log4j issues with Geronimo/Tomcat 2.1.2. The following configuration doesn't seem to work with Geronimo/Tomcat in my plan file log4j.properties I've tried setting it to META-INF/log4j.properites. I've put my log4j.properties file in META-INF in my jar/ under classes/M

Re: Unable to deploy tomcat app with WADI Cluster

2008-09-08 Thread Adam Ruggles
j2ee-server > 2.1.2 > car > > > org.apache.geronimo.configs > tomcat6 > 2.1.2 > car > > > > org.apache.catalina.tribes. > > > > > > > > On 05/09/2008, at 10:23 AM, Adam Ruggles wrote: > &

Re: Re: Unable to deploy tomcat app with WADI Cluster

2008-09-04 Thread Adam Ruggles
the > week-end. > > Meanwhile, you can use the geronimo-jetty assembly which does not have > this problem. > > Thanks, > Gianny > >> Adam Ruggles <[EMAIL PROTECTED]> wrote: >> >> >> Adding that property produced this error message (repeated

Re: Unable to deploy tomcat app with WADI Cluster

2008-09-04 Thread Adam Ruggles
Adding that property produced this error message (repeated multiple times): INFO: Created a buffer pool with max size:104857600 bytes of type:org.apache.catalina.tribes.io.BufferPool15Impl 15:30:01,742 ERROR [BasicServiceSpaceDispatcher] See nested org.codehaus.wadi.group.MessageExchangeExceptio

Re: Unable to deploy tomcat app with WADI Cluster

2008-09-04 Thread Adam Ruggles
I'm still getting the same errors. -- View this message in context: http://www.nabble.com/Unable-to-deploy-tomcat-app-with-WADI-Cluster-tp19318948s134p19320687.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Unable to deploy tomcat app with WADI Cluster

2008-09-04 Thread Adam Ruggles
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1"; xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.2"; xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2";> myappgroupId support

Unable to deploy tomcat app with WADI Cluster

2008-09-04 Thread Adam Ruggles
I'm using the latest version of geronimo (2.1.2 with Tomcat 6) on Mac OS X 10.4.11. I added the attribute to my geronimo-web.xml and I added the to my web.xml. When I attempt to deploy the app I get the following errors: Sep 4, 2008 12:53:47 PM org.apache.catalina.tribes.io.BufferPool getBuffe

Re: Geronimo 2/Log4j question

2008-03-06 Thread Adam Ruggles
thanks > david jencks > > On Mar 6, 2008, at 9:22 AM, Adam Ruggles wrote: > >> >> I used Spring to create the listener like you've described here. >> It works, >> but the only problem is that I have multiple web apps and I'd like >> them

Re: Geronimo 2/Log4j question

2008-03-06 Thread Adam Ruggles
> If You manage to use Log4j without this workaround, let me know please ;) > > best regards > Ɓukasz > > On 27/02/2008, Jacek Laskowski <[EMAIL PROTECTED]> wrote: >> On Tue, Feb 5, 2008 at 11:10 AM, Adam Ruggles <[EMAIL PROTECTED]> >> wrote: >&g

Re: Geronimo 2/Log4j question

2008-03-06 Thread Adam Ruggles
I've tried both and neither works. Jacek Laskowski wrote: > > On Tue, Feb 5, 2008 at 11:10 AM, Adam Ruggles <[EMAIL PROTECTED]> wrote: >> >> I am also having this issue. In tomcat I just needed a log4j.xml in my >> classpath, however geronimo seems to

Re: Geronimo 2/Log4j question

2008-02-05 Thread Adam Ruggles
I am also having this issue. In tomcat I just needed a log4j.xml in my classpath, however geronimo seems to ignore it. The only solution I've found is to have Spring configure log4j through the web.xml but that takes over all logging in geronimo. I need to have separate logging for each of my w

Re: Geronimo Follow Symbolic Links

2008-01-08 Thread Adam Ruggles
enabled I could still through a web browser see the images in the images folder. I hope I explained that correctly. Apache Httpd also has a property in it's configuration to do that. djencks wrote: > > > On Jan 8, 2008, at 9:33 AM, Adam Ruggles wrote: > >> >>

Geronimo Follow Symbolic Links

2008-01-08 Thread Adam Ruggles
I'm using Geronimo 2.2 with tomcat. I'm trying to get Geronimo to follow symbolic links. I have a folder outside the webapp that I use a symlink to allow the user to browse that folder. In tomcat I was able to edit the server.xml file with . How can I accomplish this in Geronimo. Thanks, Adam