[Resin-interest] class loader question on linux?

2008-01-11 Thread Vic Cekvenich
I wonder if someone on the list has an idea as to what to try in this situation. I used to in resin 2.x use the "class loader hack" config, not sure now why. I now have potentially a class loader issue loading native code, but ... no hints I get from logs. The code bellow I am using, works great

Re: [Resin-interest] new snapshot available

2008-01-11 Thread Vic Cekvenich
Great, thx. .V - Original Message From: Scott Ferguson <[EMAIL PROTECTED]> To: General Discussion for the Resin application server Sent: Friday, January 11, 2008 2:08:29 PM Subject: [Resin-interest] new snapshot available A new snapshot is available. We've just finished week 4 of th

Re: [Resin-interest] mod_rewrite question

2008-01-11 Thread Arthur Naylor
hello !! i've read elsewhere that this should work fine but am not able to get the mod_rewrite condition and rule to affect the serving of resin's 404 instead of my default image ... any leads would be very helpful thanks !! On Jan 11, 2008, at 9:10 AM, Arthur Naylor wrote: hello !! a

[Resin-interest] new snapshot available

2008-01-11 Thread Scott Ferguson
A new snapshot is available. We've just finished week 4 of the 8- week release cycle for 3.1.5, so there's another 4 weeks to go. The snapshot is still a bit unstable do to the configuration changes, but a number of people have been asking for it to check on some bug fixes. The snapshot is

Re: [Resin-interest] 3.1.4 fails to compile on OSX Leopard 10.5

2008-01-11 Thread ries van Twisk
Hey, the compilation works just fine here. If you want to compile resin itself, then use ant to build it. Ries On Jan 11, 2008, at 9:23 AM, Vinny wrote: Hello All, After running configure for resin 3.1.4 . I get the following compile error running make: $ make (cd modules/c/src; make) fo

[Resin-interest] LDAP and resin

2008-01-11 Thread Vinny
Do any of the 2 authentication schemes for LDAP (JndiLoginModule or LdapAuthenticator) support either "simple" or "anonymous" authentication? The docs are kind of thin in that regard. -- The Street Programmer http://streetprogrammer.com ___ resin-intere

[Resin-interest] 3.1.4 fails to compile on OSX Leopard 10.5

2008-01-11 Thread Vinny
Hello All, After running configure for resin 3.1.4 . I get the following compile error running make: $ make (cd modules/c/src; make) for dir in common resin_os; do (cd $dir; make); done gcc -c -I/usr/include -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DHAS_SOCK_TIMEOUT stream.c /var/folders/Z8/Z80

[Resin-interest] (no subject)

2008-01-11 Thread Arthur Naylor
hello !! am trying to use apache's mod_rewrite for missing JPGs using a default JPG ... my .htaccess file has ... RewriteEngine on RewriteBase / # missing images RewriteCond %{REQUEST_URI} !-U RewriteRule .*\.jpg$ /assets/default.jpg [L,PT] but resin is still sending back its 404 ... when i