Re: [Resin-interest] Change TimeZone

2008-06-09 Thread Laurent MAGNIEZ
Thanks But i just find an other method : I have modified the wrapper.pl file : the line $JAVA_ARGS= is now $JAVA_ARGS=-Duser.timezone=Europe/Paris and it works fine. Laurent MAGNIEZ Stargazer a écrit : Laurent MAGNIEZ wrote: Hello, I'm using Resin3.0.18 under Debian. All the dates

Re: [Resin-interest] jvm-classpath element

2008-06-09 Thread Scott Ferguson
On Jun 6, 2008, at 2:26 PM, Ryan wrote: The current documentation on caucho.com says that jvm-classpath is a valid attribute or child of server. Yet, when I attempt to add a classpath entry in resin.conf, I get the following: com.caucho.xml.XmlParseException: /lsurf/xoom/conf/resin.conf:77:

Re: [Resin-interest] j_use_cookie_auth

2008-06-09 Thread Scott Ferguson
On Jun 5, 2008, at 3:56 PM, Mktg. Incorporate Fast wrote: Hello, Is it possible to modify the expires date when using j_use_cookie_auth. I would like to have the cookie expire in about 3-7 days, and not only exist for a session. The docs say that the default expire is a session, but

Re: [Resin-interest] jvm-classpath element

2008-06-09 Thread Ryan
You'll need to upgrade to 3.1.6 for that feature. It looks like the docs didn't specify the version that tag was added. -- Scott So there is no way to add a directory to the jvm classpath in 3.1.2? I see how to add jars using tree-loader, simple-loader, etc..., but no way to add a directory.

Re: [Resin-interest] jvm-classpath element

2008-06-09 Thread Scott Ferguson
On Jun 9, 2008, at 10:14 AM, Ryan wrote: You'll need to upgrade to 3.1.6 for that feature. It looks like the docs didn't specify the version that tag was added. -- Scott So there is no way to add a directory to the jvm classpath in 3.1.2? I see how to add jars using tree-loader,