Link to home
Start Free TrialLog in
Avatar of lilyyan
lilyyan

asked on

Tomcat with PHP

Hi, Experts,

I'm trying to use Tomcat 5.5.7 to run PHP. I just want to use one web server in my PC. And I found there is a link can help me : http://wiki.apache.org/jakarta-tomcat/UsingPhp

But I'm confused about the step 2. Can anyone explain what does that mean? i.e. 1.2. Configure and make PHP Installation:

Thanks in advance!
lilyyan
Avatar of trigger-happy
trigger-happy
Flag of Philippines image

This means that you are to build it from source. Since you don't understand it, i'm assuming that you're using windows. You'll have to look for a windows implementation if you really are running windows.

--trigger-happy
Avatar of lilyyan
lilyyan

ASKER

Hello, Thanks for your reply, I already installed php through php windows installer. should i configure php under dos? how ?

in step 2 it shows :

./configure --with-servlet=$TOMCAT_HOME --with-java=$JAVA_HOME
make
A jarfile and dynamic library are produced: sapi/servlet/phpsrvlt.jar and libs/libphp4.so.

anyway, i don't have clue about this, and i'm cosidering using IIS now.

Thanks for your attention,
lilyyan


ASKER CERTIFIED SOLUTION
Avatar of trigger-happy
trigger-happy
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial