[Resin-interest] 4.0-SNAPSHOT: QuercusEngine is not a member of com.caucho.quercus

2010-05-08 Thread Alexandre Bertails
? Alexandre Bertails. [1] http://wiki.caucho.com/Quercus:_Command_Line_Interface_%28CLI%29 ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

[Resin-interest] php.ini and include_path

2010-08-25 Thread Alexandre Bertails
]] and this WEB-INF/php.ini: [[ include_path = .:${RESIN}/webapps/WEB-INF/php ]] The include_path value is set as expected. The question is: how can I make Quercus to interpret ${RESIN}? (I'm using Quercus 4.0.10 and Jetty.) Alexandre Bertails, W3C Systems Team

Re: [Resin-interest] php.ini and include_path

2010-08-26 Thread Alexandre Bertails
but none of them worked for me, I don't know why. If you have an example using ${RESIN}, that's of course a perfect workaround. Alexandre Bertails, W3C Systems, Team. Thanks, Emil On Wed, Aug 25, 2010 at 07:57:48PM -0400, Alexandre Bertails wrote: Hi all, I have this worky partial web.xml

Re: [Resin-interest] php.ini and include_path

2010-08-30 Thread Alexandre Bertails
or am I going to the wrong direction? Alexandre Bertails, W3C Systems Team. [1] http://www.php.net/manual/en/ini.core.php#ini.include-path This would pick up all the php files in your webapps WEB-INF/php directory. Hope that helps, Emil On Thu, Aug 26, 2010 at 07:29:11PM -0400, Alexandre

Re: [Resin-interest] php.ini and include_path

2010-08-30 Thread Alexandre Bertails
, so that's not a real solution. I've filed a bug to address the issue: http://bugs.caucho.com/view.php?id=4192 And the choice of the constant is perfect :-) Thanks for having filled this report (I was not sure if it was actually a bug). Alexandre Bertails, W3C Systems Team. Best, Emil

[Resin-interest] Best way to access compiled PHP code from within Java

2010-08-31 Thread Alexandre Bertails
quercus(include_path) = .:/home/betehess/php/ quercus.execute(phpfile) } } ]] My goal: * compile a bunch of PHP files * instantiating PHP objects from Java (these objects are defining in the compiled files) * calling the methods for these PHP objects Alexandre Bertails, W3C Systems Team