[Resin-interest] j_use_cookie_auth

2008-06-05 Thread Mktg. Incorporate Fast
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 didn't find how this is modifiable. Thanks, Joey

Re: [Resin-interest] How to remove new line preamble in JSP

2008-06-05 Thread bisoa
Thanks for the info. IMHO, it could be better to have white space removal is default and specify only in certain specific situations, viz; <[EMAIL PROTECTED] trimDirectiveWhitespaces="true"%> -- View this message in context: http://www.nabble.com/How-to-remove-new-line-preamble-in-JSP-tp176409

Re: [Resin-interest] mod_caucho not finding config?

2008-06-05 Thread Thilo Bangert
Hi all, just to finish this one of: after exhausting our knowledge and patience we ended up using mod_proxy_http instead. regards Thilo ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-intere

Re: [Resin-interest] Change TimeZone

2008-06-05 Thread Frank Liu
http://www.javaworld.com/javaworld/jw-10-2003/jw-1003-time.html?page=4 On Thu, Jun 5, 2008 at 5:44 AM, Laurent MAGNIEZ <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm using Resin3.0.18 under Debian. > > All the dates in my application are staggered by one hour, since the > transition to summer time.

Re: [Resin-interest] Change TimeZone

2008-06-05 Thread Chris Chen
I think this has to do with your system clock time. You need to change your server timezone through your system configuration commands. The way to change it depends on what operating system you're running on. -Chris On Jun 5, 2008, at 5:44 AM, Laurent MAGNIEZ wrote: > > Hello, > > I'm u

[Resin-interest] Change TimeZone

2008-06-05 Thread Laurent MAGNIEZ
Hello, I'm using Resin3.0.18 under Debian. All the dates in my application are staggered by one hour, since the transition to summer time. I explain : when i launch Resin, i can see in log : Starting Resin on Fri, 16 May 2008 16:44:16 +0100 (GMT+01:00) For all my other servers, TimeZone is +0

Re: [Resin-interest] How to remove new line preamble in JSP

2008-06-05 Thread Bill Au
Resin does support the trimDirectiveWhitespaces configuration parameter which is defined in the JSP 2.1 specifications. http://java.sun.com/developer/technicalArticles/J2EE/jsp_21/ Bill On Wed, Jun 4, 2008 at 6:05 AM, bisoa <[EMAIL PROTECTED]> wrote: > > It seems like I have to code without whi