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 Akila Amarathunga
Hi Adam, well i did some searches in google and adjusted the JVM like below ./httpd.sh -Xmn100M -Xms500M -Xmx500M and test the application... After that i didn't get heap exceptions... Any ideas how to fine tune JVM memory..? Thanks, Akila On Fri, 2006-12-29 at 09:35 -0500, Adam Fletcher

Re: [Resin-interest] Resin java exception

2006-12-29 Thread Adam Fletcher
Hi Akila, There are lots of options for JVM tuning, and correct tuning really depends on how your application uses the heap. Which version of java are you using? If you are using JDK 1.5 (or higher), you should add these to your startup options: -Dcom.sun.management.jmxremote Which will allow

[Resin-interest] REST web servies using POST

2006-12-29 Thread Pablo Saavedra
Hi all, I'm using resin 3.1 snapshot (haven't upgraded yet), and I can't make rest web services work using post method. Is there any way it can be achieved? The service definitio is this: web-service class=example.HelloWorldImpl rest url-pattern/service/*/url-pattern

Re: [Resin-interest] viewing a php w. resin.

2006-12-29 Thread Steve Burrus
From: Steve Burrus [EMAIL PROTECTED] Reply-To: General Discussion for the Resin application serverresin-interest@caucho.com To: resin-interest@caucho.com Subject: [Resin-interest] viewing a php w. resin. Date: Thu, 28 Dec 2006 18:02:01 -0600 I would very much like to know just how I can see/view

Re: [Resin-interest] viewing a php w. resin.

2006-12-29 Thread Lucas Pereira
there's a pretty good tutorial on www.caucho.com that shows you how to run php scripts within resin. look for quercus - php over java - ! try to get the hello-world.php sample running:) Lucas From:"Steve Burrus" [EMAIL PROTECTED]Reply-To:General Discussion for the Resin application