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.classademail"/>
         <forward name="failure" path="site.index.page.classademail"/>
   </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.py/php-java-bridge/php-java-bridge/README?rev=1.19

Jim


From: Tim Van Wassenhove <[EMAIL PROTECTED]>
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" <[EMAIL PROTECTED]> wrote:
> I have a STRUTS base app and I just found agreat calendar called WebCalendar
> which is PHP based.  I have it up and running.
>
> Anyone know how to inteegrate PHP and JSP base apps?

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>

Reply via email to