[Resin-interest] Extending Quercus by providing new classes

2009-03-09 Thread Michael Ludwig
The Quercus documentation explains how to extend PHP with new functions by subclassing AbstractQuercusModule and registering the derived class as an extension provider by adding its name to the service information file classes/META-INF/services/com.caucho.quercus.QuercusModule. I was wondering if

Re: [Resin-interest] Problems finding jar files in orbeon web application

2009-03-09 Thread Emil Ong
Hi Alex, It sounds like your app-default.xml is not getting included in your resin.conf, which has those classloaders by default. You can either import it as is done in the default resin.conf (which is probably best) or add the class loaders to a web-app-default in resin.conf. Take care, Emil

Re: [Resin-interest] Problems finding jar files in orbeonweb application

2009-03-09 Thread Alex Sharaz
Thanks For this, I could have sworn that the app-default.xml was in there. Then again maybe it slipped out when i moved over to using a watchdog configuration supporting multiple VMS I'll check alex -Original Message- From: resin-interest-boun...@caucho.com

[Resin-interest] ip and auth constraint

2009-03-09 Thread gwen brandt
hi. is it possible to use multiple security-constraint to accomplish this? like if i want to give access w/o authentication to trusted IPs listed in an ip-constraint and then redirecting all others to an auth-constraint? thanks! ___ resin-interest