| Jim Douglas 2005-09-18, 9:56 pm |
| I want to be able to add a .PHP file to the struts-config.xml, for
example... Use a show_ads.php file instead of show_ads.jsp as below.
<action path="/ClassAdResponse"
type="app.model.AdsRespAction"
name="SendAdResponse"
scope="request"
input="/pages/show_ads.jsp">
<forward name="success" path="site.index.page.clas email"/>
<forward name="failure" path="site.index.page.clas email"/>
</action>
I found out there is a java-php bridge but ther are configuration issues
with my OS. The bridge info is at....
http://cvs.sourceforge.net/viewcvs....README?rev=1.19
Jim
>From: Tim Van Wassenhove <timvw@users.sourceforge.net>
>To: php-install@lists.php.net
>Subject: [PHP-INSTALL] Re: Integrating PHP with Struts?
>Date: Sun, 18 Sep 2005 20:53:07 -0400
>
>On 2005-09-17, "Jim Douglas" <jdz99@hotmail.com> wrote:
>WebCalendar
>
>I believe resin can run php through fastcgi.. Might want to specify what
>you are exactly trying to integrate..
>
>--
>Met vriendelijke groeten,
>Tim Van Wassenhove <http://timvw.madoka.be>
|