RE: question about PS Old Gen memoy

2006-09-12 Thread MW Janssen
, Maarten Janssen -Oorspronkelijk bericht- Van: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 12 september 2006 16:48 Aan: Tomcat Users List Onderwerp: RE: question about PS Old Gen memoy > From: MW Janssen [mailto:[EMAIL PROTECTED] > Subject: RE: question about PS O

RE: question about PS Old Gen memoy

2006-09-12 Thread MW Janssen
memoy > From: MW Janssen [mailto:[EMAIL PROTECTED] > Subject: question about PS Old Gen memoy > > How can I avoid (the best solution) that the old gen is filling until > 70% of the total memory allocation by the jvm and what causes this? Why do you think this is a problem?

question about PS Old Gen memoy

2006-09-12 Thread MW Janssen
Hello all,   I am reading a lot on JVM garbage collection tuning but i cant figure out what the best situation is for me. I run a very large application without any problems except one remarks. I see (i am using lambda probe) that my old generation memory is growing until the 70% (is defau

RE: clustering problem

2006-08-01 Thread MW Janssen
I have a question of the architecture you created..i am interseting in it. Do you have a document how you did this? thx Maarten -Oorspronkelijk bericht- Van: Sharma, Siddharth [mailto:[EMAIL PROTECTED] Verzonden: maandag 31 juli 2006 23:06 Aan: Tomcat Users List Onderwerp: clustering

RE: out of memory error

2006-07-20 Thread MW Janssen
- Original Message - From: "MW Janssen" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Wednesday, July 19, 2006 8:39 AM Subject: RE: out of memory error > i dont see a memory tab when i right click.. > > -Oorspronkelijk bericht- &g

RE: out of memory error

2006-07-20 Thread MW Janssen
, MW Janssen <[EMAIL PROTECTED]> wrote: > > thx for the fact that you want to look into it..i set those parameters > and restarted tomcat..are GC details printed in stout.log?? > > Maarten > > -Oorspronkelijk bericht- > Van: Suresh babu [mailto:[EMAIL PROTEC

RE: out of memory error

2006-07-19 Thread MW Janssen
of help (emphasis on may): > > > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4765019 > > > > Has a bit about tuning Xss for a high number of threads. > > > > MW Janssen wrote: > >> Hi, > >> > >> These are my parameters: >

RE: out of memory error

2006-07-19 Thread MW Janssen
ich version are you using, Maarten? -Original Message- From: MW Janssen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 10:40 AM To: 'Tomcat Users List' Subject: RE: out of memory error i dont see a memory tab when i right click.. -Oorspronkelijk bericht-

RE: out of memory error

2006-07-19 Thread MW Janssen
other day. Go to startup.bat, right click and change (under the Memory tab) properties in the Initial Environment box from Auto to 4096 or higher. -Original Message- From: MW Janssen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 9:01 AM To: 'Tomcat Users List' Subject:

RE: out of memory error

2006-07-19 Thread MW Janssen
swap: 3.87Gb (from lambdaprobe) Maarten -Oorspronkelijk bericht- Van: David Tonhofer [mailto:[EMAIL PROTECTED] Verzonden: woensdag 19 juli 2006 16:57 Aan: Tomcat Users List Onderwerp: Re: out of memory error MW Janssen wrote: "java.lang.OutOfMemoryError: unable to create new n

RE: out of memory error

2006-07-19 Thread MW Janssen
d. but if you are on 2.4.x kernel, you're lost, since it can't create many threads (max 500-600). leon > > HTH, > > Jon > > MW Janssen wrote: > > Hi, > > > > Can anyone explain and suggest a solution on error below: > > > > Jul 19, 2006 1

out of memory error

2006-07-19 Thread MW Janssen
Hi, Can anyone explain and suggest a solution on error below: Jul 19, 2006 12:49:18 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exception (java.lang.OutOfMemoryError: unable to create new native thread) executing HYPERLINK "mailto:[EMAIL PROTECTED]"org.apa [

RE: cluster manual

2006-07-05 Thread MW Janssen
there thing to know if not 1 physical 1 server?) thx in advanced Maarten -Oorspronkelijk bericht- Van: Hassan Schroeder [mailto:[EMAIL PROTECTED] Verzonden: woensdag 5 juli 2006 15:18 Aan: Tomcat Users List Onderwerp: Re: cluster manual On 7/5/06, MW Janssen <[EMAIL PROTECTED]>

cluster manual

2006-07-05 Thread MW Janssen
Hello, Is there a good and detailed manual (thus not the manual on Tomcat website) or any other documentation/info for clustering 2 tomcat servers? What I want is 2 servers with tomcat installed to be clustered for failover and loadbalancing. We are using now tomcat 5.5.7 on a windows platform.

RE: tomcat startup problem

2006-06-29 Thread MW Janssen
Starting Coyote HTTP/1.1 on http-9099 so 9099 -Oorspronkelijk bericht- Van: Edoardo Panfili [mailto:[EMAIL PROTECTED] Verzonden: donderdag 29 juni 2006 19:39 Aan: Tomcat Users List Onderwerp: Re: tomcat startup problem IMRANKHAN ha scritto: > I am facing problem regarding tomcat st

RE: Template tool

2006-06-14 Thread MW Janssen
i use velocity.. Maarten -Oorspronkelijk bericht- Van: Leonel [mailto:[EMAIL PROTECTED] Verzonden: donderdag 15 juni 2006 0:55 Aan: users@tomcat.apache.org Onderwerp: Template tool Hello What's the simplest template engine or tool to use with tomcat servlets ?? thanks Leonel

[OT] htmlparser

2006-05-11 Thread MW Janssen
Hi, has someone classes (source) for spidering with the use of org.htmlparser? My spider has memory leaks I cant solve... thx in advanced. Maarten -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.5.6/336 - Release Date: 10-5-200

RE: classloader problem

2006-05-01 Thread MW Janssen
he, i had the same problem...what i did was removing axis.jar from my jdk libary directory and put it just in common/lib directory of tomcat (not in WE-INF-lib). SO in fact its there once on my server, and then it works great. Maarten -Oorspronkelijk bericht- Van: A srivani [mailto:[E

RE: Managing sessions - Object destruction

2006-03-30 Thread MW Janssen
set the session timeout in web.xml or kill the session manually -Oorspronkelijk bericht- Van: Victor Hugo Germano [mailto:[EMAIL PROTECTED] Verzonden: donderdag 30 maart 2006 15:35 Aan: users@tomcat.apache.org Onderwerp: Managing sessions - Object destruction Hello, We are having some

RE: error calling servlet (in Tomcat)

2006-03-23 Thread MW Janssen
i think its the .de.ini -Oorspronkelijk bericht- Van: Lothar Krenzien [mailto:[EMAIL PROTECTED] Verzonden: donderdag 23 maart 2006 11:35 Aan: Tomcat Users List Onderwerp: error calling servlet (in Tomcat) Hi, I've developed several servlets (with Tomcat) in the past without any proble

RE: classloader problem

2006-03-13 Thread MW Janssen
s[0]) upon stop(), you would get a ClassNotFoundException as there is nothing to load from. I'd be interested to see if this was reproducable, if so, open a defect and attach the test case. Filip MW Janssen wrote: > Hi, > > Tomcat version 5.5.7 and axis 1.3... > > regards,

RE: classloader problem

2006-03-10 Thread MW Janssen
your axis versions Filip MW Janssen wrote: > Hi all, > > Some strange thing. I am using axis SOAP jars. When I start Tomcat my > SOAP messages are ok..when I restart the webapps via the Tomcat > Manager I get a null pointer exception, see below. After restart > Tomcat it

classloader problem

2006-03-10 Thread MW Janssen
Hi all, Some strange thing. I am using axis SOAP jars. When I start Tomcat my SOAP messages are ok..when I restart the webapps via the Tomcat Manager I get a null pointer exception, see below. After restart Tomcat it works ok. So seems wrong with classloading but why only when I restart via the t

RE: error count

2006-03-10 Thread MW Janssen
Thx for your quick answer...i saw a lot of favicon.ico 404's Maarten -Oorspronkelijk bericht- Van: Markus Schönhaber [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 10 maart 2006 13:47 Aan: Tomcat Users List Onderwerp: Re: error count MW Janssen wrote: > My application (producti

error count

2006-03-10 Thread MW Janssen
Hi, My application (production) runs fine. However in the Tomcat Manager I see a parameter Error count. Normally I would think this should be 0. See no errors in my logs. So what does this parameter measure? On 784000 request counts I have 12000 error counts. Maarten -- No virus found in th

JAASRealm and MemoryRealm

2006-03-06 Thread MW Janssen
Hi, I am busy with installing the manager and admin application on my production server (thats running fine). The admin and manager applications works but I cant login. I checked the error logs and i find the error Mar 6, 2006 5:39:56 PM org.apache.catalina.realm.JAASRealm authenticate SEVERE: Un

RE: Moving a file

2005-12-13 Thread MW Janssen
try creating new file at the new location and the delete the old file. File myFile1 = new File(filename); File myFile2 = new File(newpath+filename); boolean succes = myFile1.renameTo(myFile2); if(success){ myFile1.delete(); } suc6 Maarten -Oorspronkelijk bericht- Van: Martin Gai

RE: Web -service

2005-12-02 Thread MW Janssen
are you using log4j? I had problems with the commons-logging package of axis in combination with log4j. I didn't see any log info in my logfiles anymore. How did I solve this? I found that the classloader hierarchy gives problems if u are using log4j and commons-logging.jar. I replaced commons-lo

RE: web client running out of ports! (timeout exception)

2005-11-29 Thread MW Janssen
i had the same. The database connection pool was not right implemented so each new connection was opened. What you can do is to set the time-out shorter (in the registry, google it) and als to numbers of ports using (up to 6 or something, also in registry, google it). But better is to find out

RE: Google Map of active users on this list

2005-11-04 Thread MW Janssen
the same for me...i am not living in nijmegen...my isp is...:) -Oorspronkelijk bericht- Van: Peter Crowther [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 4 november 2005 11:33 Aan: Tomcat Users List Onderwerp: RE: Google Map of active users on this list > From: Allistair Crossley [mailto

RE: Tomcat 5.5.12 Refresh/Cache problem

2005-11-01 Thread MW Janssen
that's what i meant. regards. -Oorspronkelijk bericht- Van: Stephan van Loendersloot [mailto:[EMAIL PROTECTED] Verzonden: woensdag 2 november 2005 4:39 Aan: Tomcat Users List Onderwerp: Re: Tomcat 5.5.12 Refresh/Cache problem Samit Paul wrote: > Arlene, > Thanks for the reply. My file

RE: Tomcat 5.5.12 Refresh/Cache problem

2005-10-31 Thread MW Janssen
is IE caching problem. To avoid caching of images in IE put an extra unique parameter behind the image source, i.e. the time in milliseconds. So the browser can never find it again in the cache. regards, maarten -Oorspronkelijk bericht- Van: Samit Paul [mailto:[EMAIL PROTECTED] Verzonde