On 16 Jun 2008 at 14:37, Jonathan Mast wrote:

Date sent:      Mon, 16 Jun 2008 14:37:55 -0400
From:   Jonathan Mast <[EMAIL PROTECTED]>
Subject:        Re: Using PHP4 with Tomcat5.5
To:     Tomcat Users List <users@tomcat.apache.org>, 
[EMAIL PROTECTED]
Send reply to:  Tomcat Users List <users@tomcat.apache.org>

> Thanks, but I've tried them both and no luck.  The Tomcat wiki tells
> me how
> to compile php for tomcat, which i have no intention of doing.  The
> second
> one tells me i must unjar the phpservlet.jar file and fiddle with
> some
> properties.  But I know I don't have to do this.  My work computer
> has been
> set up to use PHP and Tomcat and it works fine. 

If it works fine then what is the problem?


> But I (and everyone
> else at
> work) can't find whatever magic was performed to get it to
> function.
> 

Get what to function? PHP? Just make a php file in a webapp dir. For example

TOMCAT_DIR/webapps/webappname/test.php

If you mean you are trying to recreate the already existing setup that you have 
then you will 
have to ask the person who did the setups. Noone on this list will be able to 
tell you how that 
person did the setup with 100% certainity.

> BTW: does Tomcat have an equivalent to phpinfo(); ?  I would like

No.

> some way
> to exam the internals of Tomcat.

Not sure what you mean by that. Tomcat is written in Java and is primarily a 
Java servlet 
container.

If you run a php app in tomcat with phpinfo() you will get details about the 
php install not 
Tomcat

> 
> How difficult is it to set up apache on windows? 


By apache I'm guessing you mean apache webserver whic is very easy to install, 
IMO.



> It doesn't come as
> a
> binary as i recall, and i'm loath to go about compiling C/C++ on a
> windoze
> contraption :-[

It comes as a binary install.


BTW please configure your e-mail client to follow reply-to headers.




-Steve O.




> 
> 
> On Sun, Jun 15, 2008 at 9:37 PM, Steve Ochani <[EMAIL PROTECTED]>
> wrote:
> 
> > Date sent:      Sun, 15 Jun 2008 23:12:42 -0100
> > From:   Jonathan Mast <[EMAIL PROTECTED]>
> > Subject:        Using PHP4 with Tomcat5.5
> > To:     Tomcat Users List <users@tomcat.apache.org>
> > Send reply to:  Tomcat Users List <users@tomcat.apache.org>
> >
> > > I can't figure out how to use php4 with tomcat 5.5 on my
> windows
> > > system.  I searched the internet and I can't find a straight
> forward
> > > guide to using these 2 programs.  If anyone could point me to
> a
> > > step-by-step guide it would be great.
> > >
> > > thanks
> > >
> >
> > Here are the first two links from google search of "php tomcat"
> >
> > http://wiki.apache.org/tomcat/UsingPhp
> >
> >
> >
> http://blog.taragana.com/index.php/archive/running-php-5x-on-windows
> -using-tomcat-4x-or-
> >
> 5x/<http://blog.taragana.com/index.php/archive/running-php-5x-on-win
> dows-using-tomcat-4x-or-5x/>
> >
> >
> > I personally use apache httpd for php and cgi and Tomcat for
> servlets with
> > mod_jk on Linux
> > and Solaris and I'd recommend it for Windows as well.
> >
> >
> >
> > -Steve O.
> >
> >
> >
> >
> --------------------------------------------------------------------
> -
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to