[Resin-interest] Resin 3.1.0's bug in html charset

2007-01-05 Thread askxuefeng
Hi, I just upgrade Resin 3.0.21 to Resin 3.1.0, and the html output encoding is not set correct, browser (both IE Firefox) cannot display UTF-8-encoding html page correctly: index.html with encoding UTF-8: html head meta http-equiv=Content-Type content=text/html; charset=utf-8 / /head body

Re: [Resin-interest] resin jvm problem

2007-01-05 Thread Adam Fletcher
Akila, Check gc.log and see if it is reporting Full GC in it during the time of the 50x error - it could be pausing the application during the full GC, causing your front end web server to not be able to connect. Thanks, Adam Fletcher Director, Information Technology PowerSteering Software,

Re: [Resin-interest] Quercus and Java Exceptions

2007-01-05 Thread Scott Ferguson
On Jan 5, 2007, at 8:00 AM, Markus Wolf wrote: Hi, is there a way to catch a JavaException (e.g. QuercusException) in PHP? I have webservice throwing an exception which is wrapped in an QuercusException, but I cannot handle it in the PHP script. It's an open bug currently:

Re: [Resin-interest] resin jvm problem

2007-01-05 Thread akila
Hi Bill, I use jdk 1.5. yeah gives by the apache. I didn't get a chance to check the gc.log. Also i found 'tto many files open' error in resin log...? does it have any connection with '5xx' error ? Thanks, Akila As you increase the heap size, the time it takes to do a full gc will also

[Resin-interest] STILL Need Help w. php and resin.

2007-01-05 Thread Steve Burrus
well I guess that I must really/truly want a response from someone with this group to my problem about seeing a php file with the resin server thus this is my third time now that I have posted this problem! I am having extreme difficulty in trying to do this for a while now. and aLSO how do I

Re: [Resin-interest] STILL Need Help w. php and resin.

2007-01-05 Thread Mattias Jiderhamn
Your question is so general, it is easy to assume you have not read the documentation yet, or do not know the basic concepts about web/J2EE servers. (Re-)Read the documentation. Try the out-of-the-box settings. Try a static HTML page. If your still having trouble, try to be more specific. (For

Re: [Resin-interest] resin jvm problem

2007-01-05 Thread Akila Amarathunga
Hi Adam, I checked the gc.log and it happens if there's a full gc dump. After that user has to restart the browser to access the site, refresh won't work... Thanks, Akila On Fri, 2007-01-05 at 10:30 -0500, Adam Fletcher wrote: Akila, Check gc.log and see if it is reporting Full GC in it