|
From: Kevin K. <zi...@gm...> - 2005-11-03 19:11:45
|
I'm attempting to set up the php-java-bridge in the "load balancing and failover" approach. What access does Apache need to have to the .php files in my project? Should I expect the following to work unchanged? *install warfile *access http://myhost/JavaBridge/numberguess.php Or do I need to grant apache access to that directory, and map JavaBridge/**.php to the webcontent/JavaBridge directory? -Kevin |