Rainer,
> No, the design of mod_jk is stateless w.r.t. sessions. There are only the
> obvious solutions, i.e. assuming that after some time of disabling (time
> depending on typical session use cases like 10 minutes or an hour) you stop
> the worker and thereby redirect users that still try to
yes, most proxies will wait until they receive the end of the response,
before passing it on.
that's what you are seeing, a regular servlet, ends the response right away
Filip
Peter Warren wrote:
What is interesting to me is that the exact same client code only
using a different url (i.e. to a
setting a timeout doesn't mean you're gonna get a timeout in exactly 5
seconds, it means that after 5 seconds the server can time it out.
the server is still only checking for timeouts at certain intervals.
the way you describe it, like connectionTimeout drives your timeout,
that would mean you
now I get it. I just ran through a test case, and an END event was not
thrown just because there was an end chunk.
the response is very much still open at that point
Filip
Peter Warren wrote:
What java.net.HttpURLConnection has to do with Tomcat and comet is
that HttpURLConnection is Java's
> From: David Brown [mailto:[EMAIL PROTECTED]
> Subject: Tomcat 4.x, 5.x Client mode vs Server mode and
> JAVA_OPTS, how-to-know which is running?
Martin's comment about not being able to run in server mode on a Windows
box is, of course, fallacious. A HotSpot JVM will run in server or
client m
yes..can you also display you configuration for default Virtual Host appBase
attribute?
In other words %TOMCAT_HOME%\conf\server.xml you should see appBase that
looks like
Sent: Sunday, January 20, 2008 6:19 PM
Subject: Re: web.xml problems outside tomcat webapp folder
> On Jan 20, 2008 1:41 PM,
On Jan 20, 2008 1:41 PM, Frank Habermann <[EMAIL PROTECTED]> wrote:
> i am using tomcat 6.0.14 on windows and create projects with eclipse.
> For my own projects i do not use the webapps folder from the original package
> of tomcat. I use a different location. But with this solution i have some
>
Martin Gainty schrieb:
I dont believe you can force JAVA VM to run in 'server-mode' configuration
on any windows box
perhaps if you try to use -server option configured in the %JAVA_OPTS%
with a AMD64 bit processor?
http://java.sun.com/j2se/1.5.0/docs/guide/vm/server-class.html
C:\Programme\J
Hi,
i am using tomcat 6.0.14 on windows and create projects with eclipse.
For my own projects i do not use the webapps folder from the original package
of tomcat. I use a different location. But with this solution i have some
problems. Tomcat is not using all values from the web.xml. Perhaps jsp
Okay, sounds good. Thanks. Now if I could just figure out how to cause
it to happen...
> If you are on a UNIX jvm, issue a signal 3 (SIGQUIT) to the jvm process
> when tomcat stops responding. It will dump on standard-out (normaly
> redirected to catalina.out) the list of Threads with a stacktra
If you are on a UNIX jvm, issue a signal 3 (SIGQUIT) to the jvm process
when tomcat stops responding. It will dump on standard-out (normaly
redirected to catalina.out) the list of Threads with a stacktrace for
each. By invstigating stacktrace you will get clues as where the problem
is. I don't
I dont believe you can force JAVA VM to run in 'server-mode' configuration
on any windows box
perhaps if you try to use -server option configured in the %JAVA_OPTS%
with a AMD64 bit processor?
http://java.sun.com/j2se/1.5.0/docs/guide/vm/server-class.html
M
> - Original Message -
> From
Hi Thomas,
Thomas Glanzmann schrieb:
Hello,
I have mod_jk version 1:1.2.18-3etch1 (which comes with Debian Etch) as
loadbalancer in front of four tomcats version 5.5.20-2etch2 that do not
duplicate sessions because of their size (100Mbyte per session; 120 -
500 users). My workers.property looks
Hello TC committers, contributors and users. I am a long time TC user and it is
the reason I have my current gig. In spite of the length of time using Tomcat I
was not aware of the Client vs Server mode using the JAVA_OPTS variable in
catalina or the startup script. Currently, I am using JMeter
Hello,
I have mod_jk version 1:1.2.18-3etch1 (which comes with Debian Etch) as
loadbalancer in front of four tomcats version 5.5.20-2etch2 that do not
duplicate sessions because of their size (100Mbyte per session; 120 -
500 users). My workers.property looks the following:
worker.list=router, jkst
I have been asked to investigate a tomcat/java application.
The basic problem is that this application sometimes becomes unresponsive
if more than one user uses it at a time. Restarting Tomcat clears the
problem. I don't think it has ever occurred when only one person was
using the app.
It is a
Hi Chris,
Chris Baty schrieb:
Hi Guys, I'm running Tomcat 5.5 and Apache 2, with Tomcat connector
(Kind of a newbie). I got my Tomcat working fine at
/usr/share/tomcat5.5-webapps/ROOT/cwrecyclers. When I point the
browser (locally) at localhost:8180/cwrecyclers/ I see exactly what I
expect.
Hi Chris
is your webserver is forwarding/redirecting or retunfing in the response
anything other than html?
if so could you display these pages and your configuration from web.xml
M--
- Original Message -
From: "Chris Baty" <[EMAIL PROTECTED]>
To:
Sent: Sunday, January 20, 2008 7:35 AM
S
Hi Guys,
I'm running Tomcat 5.5 and Apache 2, with Tomcat connector (Kind of a newbie).
I got my Tomcat working fine at /usr/share/tomcat5.5-webapps/ROOT/cwrecyclers.
When I point the browser (locally) at localhost:8180/cwrecyclers/ I see
exactly what I expect. But when I look remotely also
19 matches
Mail list logo