From: <php...@li...> - 2010-12-23 18:05:18
|
Hello, I'm studying how to deploy a PHP web application as a war file, under Tomcat. The FAQ doc has 2 question about it, but I didn't got the point, as I didn't found a JavaBridge.war to download (just a JavaBridgeTemplate621.war file, that seems minimal). I am understanding for running a PHP app under Tomcat, I must have PHP installed (apart from JavaBridge) and JavaBridge will use this installation. Is it correct? The FAQ mentions to copy files to WEB-INF/cgi, but I am not finding such files. I'm using the last release available on site. My application is already running under JavaBridge, but the test.php shows my php.ini at c:\php\php.ini and not all extensions are loaded, in spite of available at c:\php\ext (I created a virtualhost with Apache using FastCGI pointing to same directory, and the test.php shows all the extensions from php.ini.) Can you clarify this point? Thanks! Ely Matos |