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
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
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-
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
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
--
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.
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
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?
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
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
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
. 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
, 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]
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,
> 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
> 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
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
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
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
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
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
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
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:
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:[
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
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
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
27 matches
Mail list logo