I believe these config lines only specify logging for Container-specific
message (such as webapp initialization-related messaging):
org.apache.catalina.core.ContainerBase.[Catalina].[localhost]...
What you could do is specify a named handler like this:
com.nmi.handlers=6mmi.org.apache.juli.Fil
A quick read through the source code
(org/apache/catalina/connector/Request.java) reveals -
The first read of getParameter() will consume the request body form
params and store them in a cache so that subsequent calls don't need to
iterate over the request a second time. (This definitely seems li
Re: init() methods, not knowing if this is the cause of the errant
behavior but FYI just in case:
Per the API documentation:
http://java.sun.com/javaee/5/docs/api/javax/servlet/GenericServlet.html
If you override: public void init(ServletConfig config), you MUST call
super.init(config). If you d
One thing that can help is to increase the PermGen space memory
allocation in the JVM startup. To do this, add the following flag to
the Tomcat JAVA_OPTS:
-XX:MaxPermSize=256m
(or another suitable value for you.)
Note however, that this is a workaround and does not solve the core
issue of a le
> once you know the PID number. On Windows, use Task Manager or netstat
-ao to find that.
Another handy way to get it is to run JAVA_HOME/bin/jps - which prints
out the PID's of all java procs running on the machine (Tomcat's will be
the one that says Bootstrap next to it)
Chris
-Original
Hi all,
I'm wondering how to point Tomcat to an expanded webapp location whose
resources are served from a different location.
It's easy to point Tomcat to external resources by providing a
deployment descriptor; for example, if I have the following in
${CATALINA_BASE}/conf/Catalina/localhost/im
Hi all,
We use a "global message" .tag file to display any important updates to
users - by default it is blank but can be updated to say, e.g. "Site
will be going down for maintenance in one hour.". We push these updates
by deploying an updated .tag file to our system.
We just switched to Tomcat
some changes in it.
Have fun,
Rainer
Chris Hut schrieb:
> Hi Rainer, thanks for the reply!
>
>> interesting use case :)
>
> Just trying to keep things entertaining around here :)
>
>> are you writing something back during the wait time, or are you
>> simply
> do
ent abort detection of
mod_jk then): Can you reproduce the behaviour for a single request on a
test system using JkLogLevel debug?
Please make sure, that the clocks on the mod_jk system and on the Tomcat
system are in sync.
Regards,
Rainer
Chris Hut wrote:
> Hi all,
>
> We're u
Hi all,
We're using Apache 2.0.61 with mod_jk 1.2.25 and Tomcat 6.0.14.
We have a simple (non-load-balanced) apache/tomcat configuration using a
single worker to forward requests from apache to tomcat.
(workers.properties is below)
Our problem is: Some client requests kick off an expensive, long
10 matches
Mail list logo