delta.echo
User
 Fresh Boarder
| Posts: 1 |   | Karma: 0
|
web server to app server - 2008/03/20 06:22
I'm not a complete newbie, but I don't regularly code in PHP. My question stems from a project in which my user wants to manage url extensions via the backend database.
We currently use a Sun One Web Server 6.1 and WebLogic application server. I've tired doing this with Java and got it to work on the Sun One 7.0, but 6.1 isn't cooperating. PHP to the rescue, I hope.
Is there a way, using PHP and FastCGI, to stream in an extension to a servlet sitting on the app server and stream it back out to the php function sitting on the web server, and then redirect to the value retrieved?
Thanks.
|