|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
integrate php with tomcat in linux
i am trying to install php4.4.2 with tomcat 4.1.29 in Redhat linux9.
i have the JAVA_HOME,TOMCAT_HOME,PHP_HOME paths. when i do ./configure --with-servlet=$TOMCAT_HOME --with-java=$JAVA_HOME I see a confiure: error: unable to find servlet libraries please tell me what should i do? |
|
#2
|
|||
|
|||
|
RE: integrate php with tomcat in linux
I found the mistake
i am using tomcat 4.x . and my servlet.jar is in tomcat/common/lib dir. the config4.m4 looks servlet.jsr in tomcat/lib dir.. thats the problem.. |
|
#3
|
|||
|
|||
|
hELLO:
Please someone can help me this this problem, i want to know all the steps so i can run php scripts under tomcat in linux, because i already configured this for windows, but for linux is really hard. thanks |
|
#4
|
|||
|
|||
|
Hi please set the environment variable.
export SERVLET_CLASSPATH=$TOMCAT_HOME/lib/servlet-api.jar. it will work. Quote:
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > integrate php with tomcat in linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|