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]

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: 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

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:

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

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

RE: classloader problem

2006-03-10 Thread MW Janssen
and 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 works ok. So seems wrong

RE: classloader problem

2006-03-13 Thread MW Janssen
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, Maarten -Oorspronkelijk bericht- Van: Filip

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

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: classloader problem

2006-05-02 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

[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:

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

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

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: cluster manual

2006-07-05 Thread MW Janssen
(are 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] wrote

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 native

RE: out of memory error

2006-07-19 Thread MW Janssen
the 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

RE: out of memory error

2006-07-19 Thread MW Janssen
, 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- Van: Propes, Barry L [mailto:[EMAIL

RE: out of memory error

2006-07-19 Thread MW Janssen
: 1.02Gb Total swap: 4.00Gb Free 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

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 PROTECTED] Verzonden: donderdag 20 juli 2006 7:32

RE: out of memory error

2006-07-20 Thread MW Janssen
- Original Message - From: MW Janssen [EMAIL PROTECTED] To: 'Tomcat Users List' users@tomcat.apache.org 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- Van: Propes, Barry L [mailto:[EMAIL

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:

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

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? This is how the HotSpot

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 Old Gen