[Resin-interest] Class loader issue finding resources in WEB-INF/lib .jar files

2008-12-11 Thread Mike McNally
Under Resin 3.1.6, I'm trying to get a Stripes-based project working. Stripes supports an auto-discovery mechanism whereby it searches the classpath for components that extend its functionality. I'm finding that when the mechanism tries to use the Resin EnvironmentClassLoader (which it plucks off

[Resin-interest] srun vs server ?

2008-12-11 Thread Vinny
Hello All, Still working on my Apache/Resin issues and looking through the docs I found : http://caucho.com/resin-3.1/doc/install-apache.xtp#Configuring%20resin.conf In the wild I have seen both this: cluster *srun server-id= host=127.0.0.1 port=6802/* /cluster and this: !--

[Resin-interest] Cant access Resin Admin page - 403 error Forbidden IP Address (Vista)

2008-12-11 Thread Javabeat
Hi all, i've installed Resin on XP and all seemed ok. I install over Vista and when i click the 'admin' link i just get a 403 error i.e 403 Forbidden IP Address Resin/3.1.8 anyone seen this one before? one person did.. http://bugs.caucho.com/print_bug_page.php?bug_id=1611 ...but the problem

Re: [Resin-interest] srun vs server ?

2008-12-11 Thread Scott Ferguson
On Dec 11, 2008, at 7:42 AM, Vinny wrote: Hello All, Still working on my Apache/Resin issues and looking through the docs I found : http://caucho.com/resin-3.1/doc/install-apache.xtp#Configuring%20resin.conf In the wild I have seen both this: cluster srun server-id= host=127.0.0.1

Re: [Resin-interest] Class loader issue finding resources in WEB-INF/lib .jar files

2008-12-11 Thread Scott Ferguson
On Dec 11, 2008, at 5:20 AM, Mike McNally wrote: Under Resin 3.1.6, I'm trying to get a Stripes-based project working. Stripes supports an auto-discovery mechanism whereby it searches the classpath for components that extend its functionality. I'm finding that when the mechanism tries to use

Re: [Resin-interest] Class loader issue finding resources in WEB-INF/lib .jar files

2008-12-11 Thread Mike McNally
I've filed it at http://bugs.caucho.com/view.php?id=3150 Do you know what the exact string for the getResources argument is? There have been problems in the past related to things like /foo vs foo. By convention the Stripes config here is based on package names (or package name prefixes; in

Re: [Resin-interest] Class loader issue finding resources in WEB-INF/lib .jar files

2008-12-11 Thread Mike McNally
Also: some people on the Stripes list have pointed out that .jar files lacking explicit directory entries might cause problems. That may be the case, but my .jar file has directory entries. (I suppose that, on the other hand, the *presence* of the directories might cause problems.) -- Turtle,

Re: [Resin-interest] srun vs server ?

2008-12-11 Thread Vinny
Ah, got it. Thanks The future is here. It's just not widely distributed yet. -William Gibson On Thu, Dec 11, 2008 at 11:53 AM, Scott Ferguson f...@caucho.com wrote: On Dec 11, 2008, at 7:42 AM, Vinny wrote: Hello All, Still working on my Apache/Resin issues and looking through the docs I