Re: Capturing System.out on a Mac

2012-04-27 Thread Derek Beauregard
in the foreground of your current shell. (I wouldn't do this in production) -Derek Derek Beauregard - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Load balancing & session affinity (QUERY)

2012-04-26 Thread Derek Beauregard
Have you defined the jvmRoute on your Engine element in tomcat's server.xml? E.g., The value for jvmRoute should match the route defined in your apache balancer config. -Derek Derek Beauregard On 4/26/12 9:37 AM, "GIORGI Olivier" wrote: >Hello to all, > >I am usin

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
On Thu, July 16, 2009 10:22 am, Mark Thomas wrote: > Of the top of my head - probably. This is *open* source... :) thanks very much - I'll try it and see! Derek -- Derek C In Ireland - To unsubscribe, e-mail: users-

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
out of 0?) thanks very much for this info Derek -- Derek C In Ireland - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
s NEVER timeout from their point of view (i.e. if the user goes off for 30 minutes / 2 hours / etc and then returns to their browser then their session would be loaded back from the DB)? thanks very much for any information! Derek --

Resource with custom factory

2009-03-08 Thread Derek Potts
I still receive the same NamingException, thrown by ResourceEnvFactory. I was hoping to at least get an exception from my custom factory. The fact that tomcat is still calling the ResourceEnvFactory is why I thought that my question is for the Tomcat mailing list and not the OpenJPA list.

Tomcat and HugeTLB best practices for a 16GB machine

2008-03-03 Thread Derek Fedel
to what (if anything) -Xms and -Xmx should be set to either, so if anyone has any suggestions there I'd be eternally grateful. :) Thanks! Derek - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-ma

Re: generic way of checking servlet status?

2007-11-26 Thread Derek Alexander
Have considered this a bit further, seems the first step would be to mark the Servlet as unavailable by ensuring init throws an UnavailableException. But then what? As far as I can see there is no way to check if a Servlet is unavailable using Tomcat's built in MBeans. Is this true?

generic way of checking application status?

2007-11-21 Thread Derek Alexander
Deploying an app with a runtime dependency missing resulted in Servlet.init() throwing a ServletException caused by a ClassNotFoundException. Tomcat manager however reported the application as running. I guess it was to a certain extent, however it would have been more useful to me to know that t

Re: synchronous stop of tomcat

2007-09-07 Thread Derek Alexander
ould get the job done though. you > you could touch a file or something like that. That would be a nice simple way of doing it. Will give that a shot on Monday. Cheers, Derek -- View this message in context: http://www.nabble.com/synchronous-stop-of-tomcat-tf4392954.html#a12558158 Sent from

Re: synchronous stop of tomcat

2007-09-07 Thread Derek Alexander
Have been looking at the source, although not documented (for TC5.5), it seems that it is possible to nest a Listener element (org.apache.catalina.LifecycleListener) under the Server element as http://tomcat.apache.org/tomcat-5.5-doc/config/context.html described here for nesting within Context e

synchronous stop of tomcat

2007-09-06 Thread Derek Alexander
. one that won't return until the ports have been released at least? Cheers, Derek -- View this message in context: http://www.nabble.com/synchronous-stop-of-tomcat-tf4392954.html#a12525265 Sent from the Tomcat - User mailing list archive at

Pipelining Problem after Form Authentication with Firefox and Status Code 408

2007-08-08 Thread Derek
, thats another question Any help is appreciated, Derek - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error reported when starting app in cluster

2007-08-06 Thread Derek Alexander
Filip Hanik - Dev Lists wrote: > > Derek Alexander wrote: >>> the same app would have to run on both instances, >>> >> >> You mean this error is normal when starting the first server in a >> cluster? >> > if it was the first server,

Re: Error reported when starting app in cluster

2007-08-03 Thread Derek Alexander
> the same app would have to run on both instances, You mean this error is normal when starting the first server in a cluster? -- View this message in context: http://www.nabble.com/Error-reported-when-starting-app-in-cluster-tf4212847.html#a11985035 Sent from the Tomcat - User mailing list a

Re: Error reported when starting app in cluster

2007-08-03 Thread Derek Alexander
> Does this application run well in a tomcat that isn't clustered? Yes > Does your application have the element in web.xml? Yes > I'd recommend looking through the output in the other log files in > $CATALINA_HOME/logs/, especially localhost, to see whether there are > any exceptions / errors

Error reported when starting app in cluster

2007-08-03 Thread Derek Alexander
Getting an ERROR reported when starting webapp within a cluster. Note, at this time I am starting the first server in the cluster, which is the 192.168.0.1 mentioned in the error message. Can someone please explain if it is correct that I am receiving an error and if so, what is wrong. 2007-08

RE: Using manager to deploy with path="/123/456/789"

2007-08-02 Thread Derek Alexander
Thanks for the replies. Yes, we're doing it the manual way currently, but were hoping to use the manager to streamline our deployment processes. I've opened a couple of issues, first asking for a decent error message, second requesting this feature be added: http://issues.apache.org/bugzilla/sh

Using manager to deploy with path="/123/456/789"

2007-08-01 Thread Derek Alexander
Hi, I want to use the manager to deploy an app with the context path like /123/456/789 If I use the manager path="/123/456/789" war="file:789.war" it doesn't work. At the client end (ant) I'm seeing: FAIL - Failed to deploy application at context path /123/456/789 In the logs on server, there

Re: Tomcat randomly hangs

2007-01-25 Thread Derek Wormdahl
very much appreciate any advice. Thanks, -Derek Brian Cross wrote: Hello and thanks in advance for any advice. We have Tomcat 5.5.20 running standalone on the following system: Dual AMD Opteron 4 gig of memory Debian Linux 2.6.8 amd64 smp kernel latest sun java 1.5, 1.6, ibm 1.5 (happens

Re: Configure issue with jsvc

2006-10-18 Thread Derek Schaible
On Oct 18, 2006, at 11:42 AM, Steve Ochani wrote: You need to use sun's jdk only, try uninstalling gnu java alltogether and make sure you have sun's jdk (not just jre) installed. That did it! Thanks! Perhaps the Linux docs could be updated to reflect Sun's default JDK directory of ' /op

Configure issue with jsvc

2006-10-18 Thread Derek Schaible
Hi list, I am trying to install tomcat for the first time, version 5.5 with Sun's SDK 5, Redhat ES 4, which installed smoothly. My problem is trying to get the jsvc to get past configure: [EMAIL PROTECTED] jsvc-src]# ./configure --with-java=/usr/java/jre1.5.0_06 *** Current host *** checkin

Re: max_threads issue & blocked threads (*warning* long thread dump attached)

2006-10-18 Thread Derek Wormdahl
being used but the thread count is still increasing... just not as fast. -Derek Pascal Alberty wrote: Check your connectiontimeout value. May be it is too high ? Have you a heavy load on this server ? How many (concurent) users ? On 10/18/06, Derek Wormdahl <[EMAIL PROTECTED]> wrote:

Re: max_threads issue & blocked threads (*warning* long thread dump attached)

2006-10-17 Thread Derek Wormdahl
e Sun JVM since we've noticed these issues but it may be a tradeoff we need to make in order to see if the problem persists. So do you think it's more likely a JVM bug/issue opposed to an application issue? Thanks, -Derek Caldarale, Charles R wrote: From: Derek Wormdahl [mailto:[

tomcat4 and balancer app

2006-07-17 Thread Derek McEachern
Has anyone successfully run the balancer web app that ships with tomcat 5.0or higher to work with tomcat4? So far I haven't been able to make it work and was wondering if it even works in tomcat4. Thanks, Derek

Tomcat shutdown Problems - Process Does Not Die

2006-06-21 Thread Derek McEachern
the shutdown script those ports are no longer being listened to and it is possible to start another tomcat. Anyone have any idea on why the actual process would not be dieing? Derek

Re: UserTransaction, JOTM and Tomcat 5.5.x

2006-04-12 Thread Derek Hulley
The "java.lang.NoSuchMethodError" goes away if you recompile the carol library using JDK 1.5. The JOTM uses the carol stubs, I presume. Anyway, I got the hint from this location: http://jira.ofbiz.org/browse/OFBIZ-737 I compiled JOTM for good measure as well. All seemed to work fine after tha