Hi,

I don't think we support the ${RESIN} variable in php.ini at the moment,
but out of curiosity, why do you need the Resin root if you're using
Jetty?

Thanks,
Emil

On Wed, Aug 25, 2010 at 07:57:48PM -0400, Alexandre Bertails wrote:
> Hi all,
> 
> I have this worky partial web.xml:
> [[
>   <servlet>
>     <servlet-name>Quercus Servlet</servlet-name>
>     <servlet-class>com.caucho.quercus.servlet.QuercusServlet</servlet-class>
>     <init-param>
>       <param-name>ini-file</param-name>
>       <param-value>WEB-INF/php.ini</param-value>
>     </init-param>
>   </servlet>
> ]]
> 
> 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.
> 
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to