Re: Tomcat JVM using 99.9% cpu

2005-09-23 Thread Jost Richstein
with String.trim() and substring at hand? cheers, Ingo Jost Richstein schrieb: Most likely the garbage collector causes your CPU load. At some point there is not enough memory and the collector tries to free some of it and tries and tries and tries. Usually your server runs fine even with this

Re: Tomcat JVM using 99.9% cpu

2005-09-23 Thread Jost Richstein
Most likely the garbage collector causes your CPU load. At some point there is not enough memory and the collector tries to free some of it and tries and tries and tries. Usually your server runs fine even with this CPU load, it even sends quick responses (the collector has a low priority), but it

Re: How can i change the http 500 error page

2005-08-16 Thread Jost Richstein
503 /errors/503.html in web.xml Ebru KAYA wrote: Can anyone help me how can i change the error page http1.1 500 on tomcat ? Ebru KAYA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: AW: Using appelts with different clients

2005-06-08 Thread Jost Richstein
Tomcat 5.5.9 generates the following code snippet, requesting version 1.2.2 of the plugin: http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0";> Firefox requires version 1.3.0_01 or better (http://www.mozilla.org/support/firefox/faq#q2.2). Maybe it's that ver

Re: and firefox

2005-06-01 Thread Jost Richstein
Maybe it's not the server generating a wrong page...your browser is just not able to load the plugin. I would install the plugin for Firefox first! [EMAIL PROTECTED] wrote: Hi there, I'm using an applet, with the following line: I've assumed, that this works fine for any client. Loading th

IIS and Tocmat

2005-05-30 Thread Jost Richstein
Hi, I have the following situation: - 2 IIS virtual websites. One for internet and one for intranet. running on Port 80. Internet is available via Internet and Intranet and Intranet only via Intranet (surprise!). - a Tomcat 5.0.28 instance running on the same machine, JK1.2 connector conne