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] Resin java exception

2006-12-29 Thread Adam Fletcher
Hi, What JVM options are you using when you start up resin? Typically, an out of heap error means you're running out of virtual machine memory. You can tune the VM with the options you pass to resin in the httpd.sh script. Thanks, Adam Fletcher Director, Information Technology PowerSteering

Re: [Resin-interest] Resin java exception

2006-12-29 Thread Adam Fletcher
generation to require that I size the generation beyond the JVM defaults. Thanks, Adam Fletcher Director, Information Technology PowerSteering Software, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Akila Amarathunga Sent: Friday, December 29

Re: [Resin-interest] Multiple SSL Certificates with Resin Pro 3.0.21

2006-12-28 Thread Adam Fletcher
Hi, Because SSL works on the socket layer, you cannot use multiple certificates on one IP address (well, on one ip/port pair). You'll have to setup multiple IP addresses, each with a different http tag with a corresponding id attribute. Thanks, Adam Fletcher Director, Information Technology