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've made

[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: servlet servlet-name=directory servlet-class=com.caucho.servlets.DirectoryServlet init enable=true/ /servlet I uploaded a 5 GB file via scp, but

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 rm...@latencyzero.com wrote: I've got 4.0.6 running, and for one of the web apps, it uses the directory file list capabilities of: servlet servlet-name=directory

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

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

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? :)

[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 my:frame title=${title} c:set