To all,

I am trying to integrate PHP into a struts/tiles website. The website is running fine, and has been.

When I put the month.php file in my struts.xml file, like this,

<definition name="site.index.page.monthf" extends="site.index.page.online" >
 <put name="title" value="Calendar" />
 <put name="body" value="/pages/month.php" />
</definition>

...the php code comes back to the browser. I can deploy PHP pages no problem but I can't get it working with Struts.

I can start and restart the bridge successfully. What do I need to configure?


I have the following configuration,
PHP 5.0.5
Fedora 4
Apache 2.0.54
Tomcat 4.?
the jave-php bridge 2.0.8 (the latest version)


Jim



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to