t; Von: "Markus Schönhaber"
> An: users@tomcat.apache.org
> Betreff: Re: howto clear Tomcat 6.0 ServerInfo.properties ?
> Stephanie Wullbieter:
>
> > I mean what did not work was adding
> >
> >
> >
> > to $CATALINA_BASE/conf/catalina.proper
I mean what did not work was adding
common.loader=${catalina.home}/lib,${catalina.home}/lib/*.jar,${catalina.base}/lib,${catalina.base}/lib/*.jar
to $CATALINA_BASE/conf/catalina.properties
and unzipping the SystemInfo.properties from
$CATALINA_HOME/server/lib/catalina.jar to
$CATALINA_BASE/lib
Thanks Mark,
I want to avoid modifying the files in $CATALINA_HOME. But it seems that in
this case the CLASSPATH has to be modified, to unzip the property file there,
because unzipping to the common class loader dirtectory does not work. So I
appended CLASSPATH=$CATALINA_BASE/system_class_loade
Hi,
to edit/clear the ServerInfo.properties (Version etc.) with Tomcat 5.5 I did
the following:
cd $CATALINA_HOME/common/classes
unzip $CATALINA_HOME/server/lib/catalina.jar
org/apache/catalina/util/ServerInfo.properties
vi org/apache/catalina/util/ServerInfo.properties
With Tomcat 6.0 there
> Because there isn't one. You can use one of the searchable lists to find
> announcements (e.g., http://marc.info/?l=tomcat-user, search for ANN), or
searching for a subject "ann" does not work for me on the above link. the
results are from other lists.
> look on the appropriate web page for
Hello,
did not find a tomcat announce and/or tomcat security mailing list. That would
be fine, because there is so much noise on this users mailing list. What's
about that?
Best regards,
Stephanie
--
Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!*
Hi, what to do when I want generally mount a context and it's subdirectories
with mod_jk to one worker/router, but a special subdirectory of it to a
different worker/router?
Does this work in mod_jk.conf?
JkMount /app/web/indexer worker42
JkMount /app/web/indexer/* worker42
JkMount /app ro
Hello,
on mod_jk side one can define keepalive=true for OS TCP KeepAlice Activation
for the (AJP) Connections to the tomcats.
Is there a possibility to activate tcp or ajp keepalive on the tomcat side?
Thank You!
-
To start a
Hi,
in jk manager there is
CE Number of client errors
shown.
What means "client error" ? When happens this?
Thank You,
Stephanie
--
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
After updating tomcat from 4.1 to 5.5 the problem disappeared so it might have
been the bug you mentioned.
"Just a shot in the dark (since you are using somewhat old versions of
everything): there was a bug in java.io.File.deleteOnExit() that lead to
a leak in native memory. This problem hit
Hi,
on
http://tomcat.apache.org/connectors-doc/reference/status.html
there is written
"reset: reset all runtime information for a load balancer or one of its
members."
So I thought, that means a reset to the file based workers.properties
configuration (that is active after restarting web serv
Please have a look at this reference worker timeouts:
worker.vorlagedummy.port=8009
worker.vorlagedummy.type=ajp13
worker.vorlagedummy.sticky_session=True
worker.vorlagedummy.socket_keepalive=True
worker.vorlagedummy.connect_timeout=5
worker.vorlagedummy.prepost_timeout=5
worker.vorlagedum
E.g. what means
"Next Maintenance 42/104" ?
Thanks
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]
-
To start a new topic, e-mail: users@tomca
Hello,
with mod_jk 1.2.23 status worker there is the output
Next Maintenance
The first seems to be the countdown until next maintenance. But what does the
second number stand for? Could not find it in the docs.
Thank You,
Stephanie
--
GMX startet ShortView.de. Hier findest Du Leute mit Deine
Hello,
I have successfully installed the JK Status Manager page.
When I there click on a worker and change the "disabled" status (mark or unmark
it) and then click "update worker", after one minute or so the changes are gone
and the workers are disabled like defined in workers.properties again.
> I will update to mod_jk 1.2.18 and in the documentation there are the
> directives
> (doku/apache/mod_jk/tomcat-connectors-1.2.18-src/docs/config/workers.html)
>
> What is not really clear to me is what directives are _only_ for what
> worker types.
That is clearly documeted in the current worke
PROTECTED]>
> An: Tomcat Users List
> Betreff: Re: can the mount directive be used for load balancers?
> Stephanie Wullbieter wrote:
> > Hello,
> >
> > can the mount directive be used for load balancing workers, too?
> > I found nothing about
Hello,
can the mount directive be used for load balancing workers, too?
I found nothing about that in the docs. For example does this work:
worker.balancer.type=lb
worker.balancer.balanced_workers=worker1,worker2
worker.balancer.mount=/context
Thank You
--
Pt! Schon vom neuen GMX MultiMesse
Hello,
thanks for Your helpful answers in the past.
Unfortunately I have one again...:
I will update to mod_jk 1.2.18 and in the documentation there are the
directives
(doku/apache/mod_jk/tomcat-connectors-1.2.18-src/docs/config/workers.html)
What is not really clear to me is what directives
Hello,
if I want the whole apache directory tree /servlet/ and all the files and
directories within to be routed to Tomcat worker1, what of the following is
correct in mod_jk.conf?
JkMount /servlet/ worker1
JkMount /servlet worker1
JkMount /servlet/* worker1
JkMount /servlet worker1
JkMo
Hello,
with Apache 1.3.26 and mod_jk 1.2.5 (Debian Woody) and two workers on Tomcat
5.5.20 I defined a load balancing worker:
worker.router.type=lb
worker.router.balanced_workers=worker1,worker2
with both workers like this (they are on different hosts):
worker.worker1.port=8009
worker.worker1.
Hello,
on
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html
is for parameter MaxThreads written:
"The maximum number of request processing threads to be created by this
Connector, which therefore determines the maximum number of simultaneous
requests that can be handled. If not specifi
Thank You for the tip!
The OS is
SUSE LINUX Enterprise Server 9 (i586)
Linux-Kernel 2.6.5-7
> Can you monitor the system calls made by the application over a period of
> time, looking for systematic mismatches between resources that are opened
> and resources that are closed? I'm not sure which v
Found this:
How do I rotate catalina.out?
http://www.apache-korea.org/tomcat/faq/misc.html#catalina.out
--
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
-
To s
Dear list members,
a tomcat machine has a problem because java eats the memory up. Here some data:
1.555.828 KiB host RAM
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
Tomcat Version 4.1.
> What is filling it? Is an app logging to stdout/stderr?
An application is using the Documentum Foundation Classes (DFC-API) and the
DFC-API reports errors to the stdout.log
> Stephanie Wullbieter wrote:
> > Hi,
> >
> > tomcat 5.5 on windoze creates a file stdout
Hi,
tomcat 5.5 on windoze creates a file stdout_MMDD.log (=Year, MM=Month,
DD=Day) in $CATALINA_HOME/logs when it's started. But over weeks this file gets
several hundrets of mebibytes big. How can I limit the size or init a rotation
on that file?
There is no $CATALINA_HOME/common/lib/
Hi,
when running Apache 1.3.26 (from Debian Woody), what is the latest mod_jk
version compatible to that apache version?
On
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.26/i386/
for example is written:
mod_jk-1.2.26-httpd-1.3.39-eapi.so is for Apache 1.3.x with
28 matches
Mail list logo