[Resin-interest] resin 4.0.12

2010-10-18 Thread Jan Kriesten
Hi Scott, it seems like the Makefile for the Apache mod_caucho.so isn't fully build correct any more after 'configure'. There's a '@$(DESTDIR)apache_libexec@' in the Makefile.in which isn't replaced properly. Else 4.0.12 seems to run fine so far. Best regards, --- Jan.

Re: [Resin-interest] resin 4.0.12

2010-10-18 Thread Scott Ferguson
Jan Kriesten wrote: > Hi Scott, > > it seems like the Makefile for the Apache mod_caucho.so isn't fully > build correct any more after 'configure'. > > There's a '@$(DESTDIR)apache_libexec@' in the Makefile.in which isn't > replaced properly. > > Else 4.0.12 seems to run fine so far. > Thanks. I

[Resin-interest] 4.0.6 Can't handle files >2GB?

2010-10-18 Thread Rick Mann
I've got 4.0.6 running, and for one of the web apps, it uses the directory file list capabilities of: I uploaded a 5 GB file via scp, but now can't retrieve that file via HTTP Get. It reports the file size as 713 MB. Am I correct that this is the problem? Res

Re: [Resin-interest] 4.0.6 Can't handle files >2GB?

2010-10-18 Thread jkowall
What kind of OS and JVM are you using? On Mon, Oct 18, 2010 at 2:58 PM, Rick Mann wrote: > I've got 4.0.6 running, and for one of the web apps, it uses the directory > file list capabilities of: > > servlet-class="com.caucho.servlets.DirectoryServlet"> > > > > I

Re: [Resin-interest] 4.0.6 Can't handle files >2GB?

2010-10-18 Thread Rick Mann
Nexenta OpenSolaris, JVM 6 $ uname -a SunOS kepler 5.11 NexentaOS_20081207 i86pc i386 i86pc Solaris $ java -version java version "1.6.0_12" Java(TM) SE Runtime Environment (build 1.6.0_12-b04) Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode) My config file includes -server Which

Re: [Resin-interest] 4.0.6 Can't handle files >2GB?

2010-10-18 Thread Rick Mann
Hmm. Resin reports this on startup: [10-18 12:27:20.396] {main} INFO (com.caucho.server.cluster.Server) SunOS 5.11 x86 [10-18 12:27:20.396] {main} INFO (com.caucho.server.cluster.Server) Java(TM) SE Runtime Environment 1.6.0_12-b04, utf-8, en [10-18 12:27:20.397] {main} INFO (com.caucho.serve

Re: [Resin-interest] 4.0.6 Can't handle files >2GB?

2010-10-18 Thread Scott Ferguson
Rick Mann wrote: > I've got 4.0.6 running, and for one of the web apps, it uses the directory > file list capabilities of: > >servlet-class="com.caucho.servlets.DirectoryServlet"> > > > > I uploaded a 5 GB file via scp, but now can't retrieve that file via HTTP > Get

Re: [Resin-interest] 4.0.6 Can't handle files >2GB?

2010-10-18 Thread jkowall
Your JVM is definitely not 64-bit. Your OS may be : http://opensolaris.org/jive/thread.jspa?threadID=119527 Run this : isainfo -kv Didn't anyone tell you Opensolaris was dead? :) http://insidehpc.com/2010/08/16/opensolaris-dead-at-age-19/ ___ resin-inte

Re: [Resin-interest] 4.0.6 Can't handle files >2GB?

2010-10-18 Thread Tom Hintz
> > Your JVM is definitely not 64-bit. > > Your OS may be : http://opensolaris.org/jive/thread.jspa?threadID=119527 > Run this : isainfo -kv > > Didn't anyone tell you Opensolaris was dead? :) > http://insidehpc.com/2010/08/16/opensolaris-dead-at-age-19/ File size should be independent of CPU a

Re: [Resin-interest] 4.0.6 Can't handle files >2GB?

2010-10-18 Thread Rick Mann
$ isainfo -kv 64-bit amd64 kernel modules On Oct 18, 2010, at 12:48:44, jkowall wrote: > Your JVM is definitely not 64-bit. > > Your OS may be : http://opensolaris.org/jive/thread.jspa?threadID=119527 > Run this : isainfo -kv > > Didn't anyone tell you Opensolaris was dead? :) > http://insi

Re: [Resin-interest] 4.0.6 Can't handle files >2GB?

2010-10-18 Thread Rick Mann
On Oct 18, 2010, at 12:35:28, Scott Ferguson wrote: > Rick Mann wrote: >> I've got 4.0.6 running, and for one of the web apps, it uses the directory >> file list capabilities of: >> >> > servlet-class="com.caucho.servlets.DirectoryServlet"> >> >> >> >> I uploaded a 5 G

[Resin-interest] JSTL c:import on Resin 4.0

2010-10-18 Thread Matthew Serrano
I seem to have issues using JSTL c:import within Resin 4.0. Below is my code and the error. Any ideas? Does Resin 4.0 no longer support the import tag? FYI...my:frame is a custom tag that eventually executes jsp:doBody. matt < CODE > /common/termsAndConditions_en.jsp