Hello Marcello,
Yes, it can be done. You need to modify the file global-web-application.xml
in your config directory.There is a servlet used for serving pages
using a CGI interpreter (like php). Below is an example of the servlet
definition I use(change php4 with the path to the php exec)

<servlet>
         <servlet-name>php</servlet-name>
         <servlet-class>com.evermind.server.http.CGIServlet</servlet-class>
         <init-param>
                     <param-name>interpreter</param-name>
                     <param-value>php4/php</param-value>
         </init-param>
</servlet>

It as worked of so far. You can even have jsp and php pages served in
the same app, but there will be separate session for the jsp and php
pages.

Monday, September 03, 2001, 4:44:25 PM, you wrote:

MM> Is it possible to serve PHP pages with Orion ?
MM> If yes, is there any kind of document ?

MM> TIA,
MM>  Marcello





-- 
Best regards,
 Rafael                            mailto:[EMAIL PROTECTED]



Reply via email to