|
From: <php...@li...> - 2008-12-15 16:52:04
|
I am hoping that the php/java bridge will allow me to do what I think it will and would like confirmation from active users.. Thanks in advance. I will have a box at one location that will be running apache2/php5. I have another box at a remote location running tomcat with servlets that I need to access in order to query a back end database. I will be running a VPN pipe between the two for security purposes. My understanding so far is that I do not to need to use a usual mod_jk type of connection between the two. (?) The purpose of this project is to incorporate the functionality of the java servlets into an existing php site. I intend to pass php variable values to servlets on the tomcat box to retrieve information from the backend database and present it using php generated html on the apache box. Am I on the right track? |