Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Stephanie Wullbieter
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_loader:$CLASSPATH to 
$CATALINA_HOME/bin/setclasspath.sh and unzipped the propery file in the 
directory $CATALINA_BASE/system_class_loader. Now it works.

Any suggestions to this solutions?

I would appreciate not to change anything in $CATALINA_HOME, but the CLASSPATH 
is unset in catalina.sh as You know...

Thanks again,

Stephanie


 Original-Nachricht 
 Datum: Thu, 12 Mar 2009 15:33:22 +
 Von: Mark Thomas ma...@apache.org
 An: Tomcat Users List users@tomcat.apache.org
 Betreff: Re: howto clear Tomcat 6.0 ServerInfo.properties ?

 Do the same thing but just unpack the jar to $CATALINA_HOME/lib
 
 common/classes and common/lib have been merged into $CATALINA_HOME/lib
 in Tomcat 6.
 

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Stephanie Wullbieter
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/org/apache/catalina/util/


Thanks,

Stephanie


 Original-Nachricht 
 Datum: Thu, 12 Mar 2009 15:33:22 +
 Von: Mark Thomas ma...@apache.org
 An: Tomcat Users List users@tomcat.apache.org
 Betreff: Re: howto clear Tomcat 6.0 ServerInfo.properties ?

 Do the same thing but just unpack the jar to $CATALINA_HOME/lib
 
 common/classes and common/lib have been merged into $CATALINA_HOME/lib
 in Tomcat 6.
 
 Mark

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-13 Thread Stephanie Wullbieter
Thanks Markus,

setting

common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar

and unzipping to ${catalina.base}/lib did solve it. 

Greetings,
Stephanie


 Original-Nachricht 
 Datum: Fri, 13 Mar 2009 14:32:20 +0100
 Von: Markus Schönhaber tomcat-us...@list-post.mks-mail.de
 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.properties
  
  and unzipping the SystemInfo.properties from
 $CATALINA_HOME/server/lib/catalina.jar to 
 $CATALINA_BASE/lib/org/apache/catalina/util/
 
 Seems to me that this is to be expected, since ${catalina.base}/lib
 is searched *after* ${catalina.home}/lib/*.jar (i. e. after
 catalina.jar) when common.loader is set as above.
 
 Regards
   mks
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger01

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-12 Thread Stephanie Wullbieter
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 is no common/classes directory anymore. How can I achieve 
the above with Tomcat 6.0 ? Especially when CATALINA_BASE is different from 
CATALINA_HOME.

Thank You.
-- 
Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem für nur 
17,95 ¿/mtl. + 1 Monat gratis!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



tomcat announce / tomcat security mailing list

2008-12-22 Thread Stephanie Wullbieter
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.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: RE: tomcat announce / tomcat security mailing list

2008-12-22 Thread Stephanie Wullbieter

 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 security:
 http://tomcat.apache.org/security.html

I want to be informed passively because i have other things to than hunting.

I use digest mailing list tomcat user so i cannot configure a subject filter.

I would have to register a second mail account.

That's all too complicated.

Why don't You just create one more mailing list.
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
http://www.gmx.net/de/go/multimessenger

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



concurrent JkMount entries? Order relevant?

2008-08-11 Thread Stephanie Wullbieter
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   routerInt4
JkMount /app/* routerInt4


Do I have to write the special contextes first, so that only when they do not 
match, the general mount option is used?

Thank You very mutch.

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



TCP/AJP KeepAlive on Tomcat side?

2008-07-24 Thread Stephanie Wullbieter
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 new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jk manager: what means CE (client errors) ?

2008-06-16 Thread Stephanie Wullbieter
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

-
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: Java VM slowly eats all memory up - without JVM heap OutOfMemory

2008-05-29 Thread Stephanie Wullbieter
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 a lot of code using 
File.deleteOnExit(), e.g. commons-fileupload and others.

See:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4513817
https://issues.apache.org/jira/browse/FILEUPLOAD-95
http://blogs.sun.com/chegar/#diagnosing_deleteonexit_issues

Regards,

Rainer
-- 
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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



what exactly is resetted on action reset in jk status worker?

2008-05-23 Thread Stephanie Wullbieter
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 server).

But I see that e.g. the activation status (disabled/active) does not change on 
resetting a balanced worker allthough it differs from workers.properties.

Could You please say what exactly is meant by runtime information?

Thanks!
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

-
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: What means the second number of Next Maintenance status ?

2008-05-22 Thread Stephanie Wullbieter
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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Please review this worker timeout configuration

2008-05-22 Thread Stephanie Wullbieter
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.vorlagedummy.connection_pool_timeout=30

We switch from mod_jk 1.2.5 to 1.2.23
And with 1.2.5 we had a socket_timeout (now named connection_pool_timeout) of 
30s and the other timouts are new. So first I want to set high timeouts because 
our network is unstable with sometimes big latency (e.g. 20s) because the 
firewall is sometimes overloaded.

Is this ok ?
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



What means the second number of Next Maintenance status ?

2008-05-21 Thread Stephanie Wullbieter
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 Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



change disabled worker parameter via jkstatus persists only short time

2008-05-15 Thread Stephanie Wullbieter
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.

Maybe the changes are undone in the maintenance run?

Why is this behaviour? I thought one shall be able to manage the workers not 
only for a few seconds but until shutting down the web server? That would be 
very helpful.

my mod_jk version: 1.2.18 (the version shipped with current stable Debian Etch).

Thank You!
-- 
249 Spiele für nur 1 Preis. Die GMX Spieleflatrate schon ab 9,90 Euro.
Neu: Asterix bei den Olympischen Spielen: http://flat.games.gmx.de

-
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: can the mount directive be used for load balancers?

2008-05-08 Thread Stephanie Wullbieter
Thank You very much.
I can confirm that it works with balancers with mod_jk 1.2.18 too, allthough 
that is not as clearly documented as in the docs for the current mod_jk version.

 Original-Nachricht 
 Datum: Wed, 07 May 2008 20:20:34 +0200
 Von: Rainer Jung [EMAIL PROTECTED]
 An: Tomcat Users List users@tomcat.apache.org
 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 that in the docs. For example does this work:
  
  worker.balancer.type=lb
  worker.balancer.balanced_workers=worker1,worker2
  worker.balancer.mount=/context
 
 Yes, that's how it works. But this will only map the exact URL 
 /context, not /context/myservlet. So usually you also want to mount 
 /context/*. The mount directive can be used multiple times.
 
 If you use a load balancer worker, in fact you should mount via the 
 balancer and *not* via its member workers.
 
 On the docs page
 
 http://tomcat.apache.org/connectors-doc/reference/workers.html
 
 in the table, where the mount attribute is explained, the seconds 
 columns says AJP,LB, which means, you can use it for workers of type 
 LB (if you don't use an LB) or for LB workers. The missing SUB 
 indicates, that you should not use it for sub workers of an LB.
 
 Using the mount atribute is not common. Most people either use a 
 uriworkermap.properties file (and JkMountFile in Apache httpd), or 
 directly JkMount in httpd. But those ways of defining mounts are 
 basically equivalent. JkMountFiles contents can be changed without web 
 server restart and JkMount directives in httpd.conf are a little closer 
 to the other context related httpd configuration items.
 
  
  Thank You
 
 Regads,
 
 Rainer
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

-
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: which directives are for which worker types?

2008-05-08 Thread Stephanie Wullbieter
 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 worker doc (column worker type):

http://tomcat.apache.org/connectors-doc/reference/workers.html

 can I use the mount directive for a balancer worker (type=lb) ?

With mod_jk 2.1.18 (Debian Etch) You can and have to.
-- 
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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



can the mount directive be used for load balancers?

2008-05-07 Thread Stephanie Wullbieter
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 MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JkMount Syntax for complete directory mounting

2008-05-06 Thread Stephanie Wullbieter
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
JkMount /servlet/* worker1
(both together)

?

Many 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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



mod_jk 1.2.5: workers are not balanced in the defined relation

2008-05-05 Thread Stephanie Wullbieter
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.host=hostname{1|2}.domain
worker.worker1.type=ajp13
worker.worker1.lbfactor=5
worker.worker1.socket_keepalive=1
worker.worker1.socket_timeout=30

so the load balancing should be in the relation 5:5 = 1:1

But in fact it's 14:10 (1,4)
The one worker gets 1,4x more requests than the other. The two workers are 
identically both hardware and software and webapps.

Is this a known bug within mod_jk or what might I have done false?

Thanks!

P.S. Yes, I know Woody is a little bit out of date...
-- 
249 Spiele für nur 1 Preis. Die GMX Spieleflatrate schon ab 9,90 Euro.
Neu: Asterix bei den Olympischen Spielen: http://flat.games.gmx.de

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



MaxThreads - max. users ?

2008-04-30 Thread Stephanie Wullbieter
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 specified, this attribute is set to 200.

Could You please tell me what exact a request is?

Does it mean that when I have e.g. MaxThreads=20, 100 users can use my webapp 
if only 20 of them at the same time request data from the webapp and the others 
drink coffee?

Is it the same when i have session based sso login?

Thank You kindly
-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.gmx.net/de/entertainment/games/free

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Stephanie Wullbieter
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.31

java ist started with the command /home/tomcatp/prod/java2/bin/java 
-Dtomcat.worker=2 -server -Djava.library.path=/home/tomcatp/prod/dctm5/dfc 
-Xmx768m -verbose:gc -Dcom.sun.jndi.ldap.connect.pool.timeout=6 
-Dcom.sun.jndi.ldap.connect.pool.maxsize=5000 -Djava.awt.headless=true 
-Djava.endorsed.dirs=/home/tomcatp/prod/tomcat4/common/endorsed -classpath 
/home/tomcatp/prod/dctm5/dfc/dfc.jar:/home/tomcatp/prod/dctm5/dfc/bsf.jar:/home/tomcatp/prod/dctm5/dfc/log4j.jar:/home/tomcatp/prod/dctm5/dfc/xalan.jar:/home/tomcatp/prod/dctm5/dfc/xml-apis.jar:/home/tomcatp/prod/dctm5/dfc/workflow.jar:/home/tomcatp/prod/dctm5/dfc/subscription.jar:/home/tomcatp/prod/dctm5/dfc/xforms.jar:/home/tomcatp/prod/dctm5/dfc/All-MB.jar:/home/tomcatp/prod/dctm5/dfc/ci.jar:/home/tomcatp/prod/dctm5/dfc/bpmutil.jar:/home/tomcatp/prod/dctm5/dfc/mail.jar:/home/tomcatp/prod/dctm5/dfc/activation.jar:/home/tomcatp/prod/dctm5/config:/home/tomcatp/prod/java2/lib/tools.jar:/home/tomcatp/prod/tomcat4/bin/bootstrap.
 jar -Dcatalina.base=/home/tomcatp/prod/tomcat4 
-Dcatalina.home=/home/tomcatp/prod/tomcat4 
-Djava.io.tmpdir=/home/tomcatp/prod/tomcat4/temp 
org.apache.catalina.startup.Bootstrap start

After e.g. 14 days running (200 application users), the java applications on 
the tomcat get instable, i think due to memory problems because the memory of 
the host gets eaten slowly but constantly up. In the end it looks like this:

free -k
 total   used   free sharedbuffers cached
Mem:   15558281522108  33720  0  71984  78676
-/+ buffers/cache:1371448 184380
Swap:   265064 265064  0

So the host seems to be under memory pressure and it's a question of time that 
it comes to instability.

ps aux
tomcatp  19814  0.7 85.5 1860356 1330700 ? Sl   Apr08 152:48 
/home/tomcatp/prod/java2/bin/java -Dtomcat

The Java VM has no OutOfMemory failures, the JVM usage is about 600 MiB, and 
does not go over 700 MiB (768 MiB JVM Heap).
So it looks like Java VM is using about 700 MiB for itself. Is that normal?

Yesterday the tomcat got problems with one application. So I switched to a 
fallback server and did not restart the tomcat but only reloaded the little 
application that did not work properly anymore. So there were no users anymore 
on that tomcat. And now, after 12h, the memory usage of java is still the same, 
it has not decreased. So what's up there? Why is there no memory freed if the 
applications are not used anymore? When the tomcat is started, java only uses 
300 MiB overall, then it increases constantly.

It would be fine, if someone could help me or give me a tip how to analyze the 
tomcat to get more info what could be the problem.

Could it be a solution to decrease the JVM heap?


Many Thanks!

Stephanie
-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.gmx.net/de/entertainment/games/free

-
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: TC 5.5: stdout_YYYYMMDD.log gets too big - howto limit/rotate?

2008-04-22 Thread Stephanie Wullbieter
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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE: Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Stephanie Wullbieter
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 variant of UNIX you're
 running, but most have some way of monitoring a process' system calls.  If
 you have the /proc filesystem on your system, looking through /proc for your
 process may also help.

-- 
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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: TC 5.5: stdout_YYYYMMDD.log gets too big - howto limit/rotate?

2008-04-07 Thread Stephanie Wullbieter
 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_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?
 

-- 
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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



TC 5.5: stdout_YYYYMMDD.log gets too big - howto limit/rotate?

2008-04-04 Thread Stephanie Wullbieter
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/log4j.jar

Here is the content of $CATALINA_HOME/conf/logging.properties:

handlers = 1catalina.org.apache.juli.FileHandler, 
2localhost.org.apache.juli.FileHandler, 3manager.org.apache.juli.FileHandler, 
4admin.org.apache.juli.FileHandler, 5host-manager.org.apache.juli.FileHandler, 
java.util.logging.ConsoleHandler

.handlers = 1catalina.org.apache.juli.FileHandler, 
java.util.logging.ConsoleHandler


# Handler specific properties.
# Describes specific configuration info for Handlers.


1catalina.org.apache.juli.FileHandler.level = FINE
1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
1catalina.org.apache.juli.FileHandler.prefix = catalina.

2localhost.org.apache.juli.FileHandler.level = FINE
2localhost.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
2localhost.org.apache.juli.FileHandler.prefix = localhost.

3manager.org.apache.juli.FileHandler.level = FINE
3manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
3manager.org.apache.juli.FileHandler.prefix = manager.

4admin.org.apache.juli.FileHandler.level = FINE
4admin.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
4admin.org.apache.juli.FileHandler.prefix = admin.

5host-manager.org.apache.juli.FileHandler.level = FINE
5host-manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
5host-manager.org.apache.juli.FileHandler.prefix = host-manager.

java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter



# Facility specific properties.
# Provides extra control for each logger.


org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 
2localhost.org.apache.juli.FileHandler

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level 
= INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers
 = 3manager.org.apache.juli.FileHandler

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/admin].level = 
INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/admin].handlers 
= 4admin.org.apache.juli.FileHandler

org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level
 = INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].handlers
 = 5host-manager.org.apache.juli.FileHandler

# For example, set the com.xyz.foo logger to only log SEVERE
# messages:
#org.apache.catalina.startup.ContextConfig.level = FINE
#org.apache.catalina.startup.HostConfig.level = FINE
#org.apache.catalina.session.ManagerBase.level = FINE

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



latest mod_jk version compatible with Apache 1.3.26

2008-03-14 Thread Stephanie Wullbieter
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 EAPI extensions and 
works with Apache 1.3.39 and later.


So it seems that mod_jk-1.2.26 does not work with Apache 1.3.26 ?

And no, unfortunateley I am not allowed to update the Apache itself...

Thanks
Stephanie
-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.gmx.net/de/entertainment/games/free

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]