Tomcat and PHP?

2005-05-18 Thread Chris Holden
Hi, I was wondering if anyone knows if it's possible to configure Tomcat to run PHP 5? I have Tomcat 5.5.9 installed and it's all running fine with my MySQL etc, but I'd really like to be able to test just a few php pages without having to install Apache to handle php seperately (everything

RE: Tomcat and PHP?

2005-05-18 Thread Fritz Schneider
Try this: http://tools.herberlin.de/phpservlet/index.shtml Fritz -Original Message- From: Chris Holden [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 3:52 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat and PHP? Hi, I was wondering if anyone knows if it's possible

Jakarta Tomcat + Windows + PHP

2005-05-11 Thread Janet Fraser
Hi All, I'm running Jakarta Apache Tomcat 5.0.19 (successfully) on a Windows 2003 Server. I've been trying to figure out how to add PHP to the mix, but everything I've read says that I need to add a LoadModule directive to my httpd.conf and I don't have one. I didn't do the install for Tomcat,

RE: Jakarta Tomcat + Windows + PHP

2005-05-11 Thread Dale, Matt
The simple thing that you have missed is that you are following instructions to add PHP to Apache HTTPD, not Apache Tomcat. I think you can install PHP in Tomcat but I don't personally know how. Apache is an organisation, which makes many applications, it is not the name of a particular

Re: Jakarta Tomcat + Windows + PHP

2005-05-11 Thread Janet Fraser
Matt, Thanks - I guess i knew that. Maybe my question should have been simpler, ie How do I install PHP to Tomcat? Dale, Matt wrote: The simple thing that you have missed is that you are following instructions to add PHP to Apache HTTPD, not Apache Tomcat. I think you can install PHP

RE: Jakarta Tomcat + Windows + PHP

2005-05-11 Thread Dale, Matt
A quick google brought back http://wiki.apache.org/jakarta-tomcat/UsingPhp. Should get you started. Ta Matt -Original Message- From: Janet Fraser [mailto:[EMAIL PROTECTED] Sent: 11 May 2005 10:02 To: Tomcat Users List Subject: Re: Jakarta Tomcat + Windows + PHP Matt, Thanks

Re: Jakarta Tomcat + Windows + PHP

2005-05-11 Thread Lutz Zetzsche
to use PHP with Tomcat. Your keyword ist: Java Servlet SAPI - http://de3.php.net/manual/en/ref.java.php#java.servlet Best wishes Lutz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Jakarta Tomcat + Windows + PHP

2005-05-11 Thread d~l
On 11 May 2005 at 19:01, Janet Fraser jlfraser-at-infotech.monash. wrote: Maybe my question should have been simpler, ie How do I install PHP to Tomcat? Here is my installation of PHP on tomcat 5.0.28 (on WinXP) .. * install PHP (preferably PHP5) into c:\PHP\ * place php.ini in c

Tomcat with PHP?

2005-04-19 Thread Cameron Sim
Does Tomcat support PHP scripting? I’ve tried installing PHP 4 5 but with no joy. I know Apache 2 supports PHP but what setup would I need to support JSP/Servlets and PHP? Hope you can help? - To unsubscribe, e-mail: [EMAIL

Re: Tomcat with PHP?

2005-04-19 Thread andrew
: Does Tomcat support PHP scripting? Ive tried installing PHP 4 5 but with no joy. I know Apache 2 supports PHP but what setup would I need to support JSP/Servlets and PHP? Hope you can help? - To unsubscribe, e-mail: [EMAIL

RE: Tomcat with PHP?

2005-04-19 Thread david joffrin
and calls then the php libraries... Good luck and hope that helps. David Joffrin @ http://www.etradinginnovations.co.uk From: Cameron Sim [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: Tomcat with PHP? Date: Tue, 19 Apr 2005 09

RE: Tomcat with PHP?

2005-04-19 Thread Cameron Sim
Thanks mate, found some good pages. From: david joffrin [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: RE: Tomcat with PHP? Date: Tue, 19 Apr 2005 09:11:02 + Hi, Yes, it is possible, however, I had a very bad experience

Re: Tomcat with PHP?

2005-04-19 Thread Cameron Sim
Thanks mate. From: andrew [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Tomcat with PHP? Date: Tue, 19 Apr 2005 11:04:41 +0200 Dear Cameron, You will need to use Apache with PHP, and use the Tomcat

Re: Tomcat with PHP?

2005-04-19 Thread Nikola Milutinovic
Cameron Sim wrote: Thanks mate. From: andrew [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Tomcat with PHP? Date: Tue, 19 Apr 2005 11:04:41 +0200 Dear Cameron, You will need to use Apache with PHP

Tomcat and PHP

2004-07-16 Thread Ryan McCain
I have PHP 3.x and Tomcat 4.x installed on a SLES box. What do I need to configure in Tomcat so that it knows what to do w/ .php files? Tomcat is acting as the webserver and not apache. thanks, ryan -- Ryan McCain Northrop Grumman Linux System

Re: Tomcat and PHP

2004-07-16 Thread QM
On Fri, Jul 16, 2004 at 11:15:58AM -0500, Ryan McCain wrote: : I have PHP 3.x and Tomcat 4.x installed on a SLES box. What do I need : to configure in Tomcat so that it knows what to do w/ .php files? : Tomcat is acting as the webserver and not apache. These instructions imply PHP v4: http

Re: Tomcat and PHP

2004-07-16 Thread Tim Funk
http://marc.theaimsgroup.com/?l=tomcat-userm=108481556529975w=2 -Tim Ryan McCain wrote: I have PHP 3.x and Tomcat 4.x installed on a SLES box. What do I need to configure in Tomcat so that it knows what to do w/ .php files? Tomcat is acting as the webserver and not apache

RE: Tomcat and PHP

2004-07-16 Thread Patrick Willart
grts, Patrick -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 9:26 AM To: Tomcat Users List Subject: Re: Tomcat and PHP On Fri, Jul 16, 2004 at 11:15:58AM -0500, Ryan McCain wrote: : I have PHP 3.x and Tomcat 4.x installed on a SLES box. What do I

RE: Wiki page on tomcat and PHP

2004-05-07 Thread Mike Curwen
Yoav, this is merely a way for Tomcat to serve php files, right? So for example, if someone had JSP pages and PHP pages within the same app, they're not going to share the same Session. ie: you couldn't access any JSP implicit objects from the PHP pages, or vica-versa ? -Original

RE: Wiki page on tomcat and PHP

2004-05-07 Thread Shapira, Yoav
Hi, Yoav, this is merely a way for Tomcat to serve php files, right? So for example, if someone had JSP pages and PHP pages within the same app, they're not going to share the same Session. ie: you couldn't access any JSP implicit objects from the PHP pages, or vica-versa ? I don't know, I

Wiki page on tomcat and PHP

2004-04-07 Thread Shapira, Yoav
Hi, I've just created a wiki page for integrating tomcat with PHP (without Apache): http://wiki.apache.org/jakarta-tomcat/UsingPhp. If you're interesting in this area, please try it out and report your findings. Yoav Shapira Millennium Research Informatics This e-mail, including any

how do I configure Tomcat for PHP?

2004-03-06 Thread Michael Osofsky
Could someone please explain how to configure Tomcat so that it can process PHP scripts? I am running on Windows XP. I do not want to go through CGI; I want Tomcat to process PHP scripts through the other method (is that called a plug-in?). The instructions that come with PHP do not explain

Re: how do I configure Tomcat for PHP?

2004-03-06 Thread Justin Stanczak
I found this. http://us2.php.net/manual/en/ref.java.php#java.servlet Michael Osofsky wrote: Could someone please explain how to configure Tomcat so that it can process PHP scripts? I am running on Windows XP. I do not want to go through CGI; I want Tomcat to process PHP scripts through

RE: Tomcat and PHP

2003-11-03 Thread Hart, Justin
Why not connect Tomcat to Apache, and use mod-php? -Original Message- From: Joao Medeiros [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 12:08 PM To: Tomcat Users List Subject: Tomcat and PHP Hi folks, I was wondering if anyone has any experience with Tomcat serving PHP

RE: Tomcat and PHP - It's possible

2003-11-03 Thread Patrick Willart
: Tomcat and PHP Hi folks, I was wondering if anyone has any experience with Tomcat serving PHP... I've looked in a lot of places so far but all I can get is pieces of information that I can't put together. Sure someone somewhere must have a 'How-To' that explains how to do this but I just can't

(tomcat) Integrating php with tomcat

2003-03-17 Thread Schalk
Hi there Does anyone know how to use the phpsrvlt to enable tomcat to serve both PHP and jsp/servlets? Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding .emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email: [EMAIL PROTECTED] url:

Tomcat and php

2002-11-06 Thread ben f
Hi I'm new to tomcat but not php. I'm trying to get tomcat to run php as a servlet on WINNT 4.0. Tomcat version 4.1.12 PHP version 4.2.3 I have amended my server.xml file to include an entry for a php servlet as below: Context path=/phpserver docBase=php-server debug=99 reloadable=true / I

AW: Tomcat and PHP-servlet?

2002-10-15 Thread Ralph Einfeldt
enough with this system. -Ursprüngliche Nachricht- Von: Sven Köhler [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 14. Oktober 2002 17:38 An: [EMAIL PROTECTED] Betreff: Tomcat and PHP-servlet? hi, in the PHP-docs, a servlet is mentioned, that makes .php pages runnable again

Tomcat and PHP-servlet?

2002-10-14 Thread Sven Köhler
hi, in the PHP-docs, a servlet is mentioned, that makes .php pages runnable again (somehow by loading PHP into the JavaVM). How stable can that be? I worry aout the following: PHP could internally produce a segmentation-fault. Does that also crash the process(thread?) of the JavaVM? If

Re: Tomcat and PHP-servlet?

2002-10-14 Thread Sven Köhler
forget this post ... i now know, that the php-servlet is still experimental ... Sven Köhler wrote: hi, in the PHP-docs, a servlet is mentioned, that makes .php pages runnable again (somehow by loading PHP into the JavaVM). How stable can that be? I worry aout the following: PHP

Tomcat and PHP

2002-07-24 Thread Ken Sanderson
Is it possible to setup Tomcat to run PHP without using Apache, IIS, etc? Ken Miistakis Institute for the Rockies c/o Faculty of Environmental Design 2500 University Drive NW Calgary, Alberta T2N 1N4 t 1 (403) 220-8968 1 (403) 220-2573 w www.rockies.ca facilitating ecosystem research

Tomcat 4 + PHP + CGI

2002-04-16 Thread Stefan Schwarzer
Hi all, before I installed recently Tomcat 4, I was running my GIS, CGI and PHP applications simply with the Apache Server. Now, running Tomcat, I have no idea how to get my cgi exe-files and PHP (as a module) running again. As far as I understand it is not anymore the httpd.conf file of

RE: Tomcat 4 + PHP + CGI

2002-04-16 Thread Chris Pheby
2002 12:15 To: [EMAIL PROTECTED] Subject: Tomcat 4 + PHP + CGI Hi all, before I installed recently Tomcat 4, I was running my GIS, CGI and PHP applications simply with the Apache Server. Now, running Tomcat, I have no idea how to get my cgi exe-files and PHP (as a module) running again. As far

AW: Tomcat 4 + PHP + CGI

2002-04-16 Thread Ralph Einfeldt
If you are using apache in front of tomcat you can keep your old configuration for PHP and CGI. It's all still defined in httpd.conf. server.xml just contains the informations that are needed to run tomcat. It's also possible to use CGI and PHP through tomcat. (Haven't heard about the last

Re: Tomcat 4 + PHP + CGI

2002-04-16 Thread James Williamson
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Stefan Schwarzer Sent: 16 April 2002 12:15 To: [EMAIL PROTECTED] Subject: Tomcat 4 + PHP + CGI Hi all, before I installed recently Tomcat 4, I was running my GIS, CGI and PHP applications simply with the Apache Server. Now

RE: Tomcat 4 + PHP + CGI

2002-04-16 Thread Chris Pheby
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of James Williamson Sent: 16 April 2002 13:30 To: Tomcat Users List Subject: Re: Tomcat 4 + PHP + CGI Chris, That won't work, the mod_webapp connector doesn't work on Windows platforms. Regards, James

Re: Tomcat 4 + PHP + CGI

2002-04-16 Thread James Williamson
OK). Regards, James Williamson www.nameonthe.net - Original Message - From: Chris Pheby [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 1:50 PM Subject: RE: Tomcat 4 + PHP + CGI Hi James, you can get a working binary with mod_webapp

RE: Tomcat 4 + PHP + CGI

2002-04-16 Thread Chris Pheby
Of James Williamson Sent: 16 April 2002 13:52 To: Tomcat Users List Subject: Re: Tomcat 4 + PHP + CGI Thanks Chris, We attempted this but this fairly recent e-mail from mod_webapp's author (attached) stopped us in our tracks. If you view the code you'll see it's not re-entrant, which with Windows

Tomcat, Apache PHP

2001-03-26 Thread Andy Barilla
I have a RedHat Linux box setup with Tomcat, Apache and PHP. Everything is working fine. I.E. If I go to to http://myserver.com/test.jsp it processes the jsp file and http://myserver.com/test.php it process the php file. However if I go to the Tomcat port it spits out the PHP code and doesn't

Install apache. tomcat, cocoon, php

2000-11-17 Thread Stamaths
Ihave tried to install apache1.3.12, tomcat3.1, cocoon1.7 and php4.0.1pl2 in a Solaris2.8. Those who have tried to install cocoon in Solaris must know that it's not easy at all, but at last guided by the install.case.solaris in the docs/ directory of cocoon1.8 I made it.What I can't make work is