Re: [PHP] PHP/Java/SOAP
> Is there a webserver (Tomcat?) that supports both servlets/JSP and PHP? If so, is it >possible to have PHP and servlet/JSP code collaborating? I'm looking into using SOAP >(apache project's implementation) but I need some of PHP's functionality. You can use Tomcat and Apache together. There's an Apache-Tomcat HOWTO somewhere around. I found it on Google. Then you can set up PHP to run on Apache as normal. The kewl way to do things is to create your XML files from a PHP script and redirect the user to the XML when your script is over. HTH, Matt > > thanks in advance, > thalis > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] PHP/Java/SOAP
We use iPlanet here, and it has Servlet support built in. (nice config menus, too). PHP works fine too, it just takes a little brain power to install it correctly.. Anyway, we do have a little servlet guarding a secure directory, and it uses the PHP engine to grab the templates, same as every other page on the site. I'm sorry I can't give you the servlet code, as I didn't develop it myself, but I just wanted to let you know that it's been done. It just needed a little code somewhere in the servlet telling it to push included .php files through the engine first, before displaying them.. -Original Message- From: Thalis A. Kalfigopoulos [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 1:24 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP/Java/SOAP Is there a webserver (Tomcat?) that supports both servlets/JSP and PHP? If so, is it possible to have PHP and servlet/JSP code collaborating? I'm looking into using SOAP (apache project's implementation) but I need some of PHP's functionality. thanks in advance, thalis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP/Java/SOAP
Is there a webserver (Tomcat?) that supports both servlets/JSP and PHP? If so, is it possible to have PHP and servlet/JSP code collaborating? I'm looking into using SOAP (apache project's implementation) but I need some of PHP's functionality. thanks in advance, thalis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php