hello

{$TOMCAT_HOME = /usr/share/tomcat
 $JAVA_HOME = /usr/j2sdk1.4.0
$PHP_HOME=/root/php4.3.3}

i configured php but before configuring php i made
changes in the configure file
  if test "$withval" = "yes"; then
        SERVLET_CLASSPATH=.
      else
  if test -f $withval/common/lib/servlet-api.jar; then
       
SERVLET_CLASSPATH=$withval/common/lib/servlet-api.jar
      fi

        if test -f $withval/lib/servlet.jar; then
          SERVLET_CLASSPATH=$withval/lib/servlet.jar
       fi
........
./configure --with-servlet=$TOMCAT_HOME
--with-java=$JAVA_HOME
 make


this has created a file phpsrvlt.jar in
php/sapi/servlet
i copied this file to tomcats common/libs dir

i copied the part of file from
$PHP_HOME/sapi/servlet/web.xml the servlet and
servlet-mapping and paste into the file
$TOMCAT_HOME/conf/web.xml

then set 
LD_LIBRARY_PATH=$PHP_HOME/libs
export LD_LIBRARY_PATH

but the problem is my libphp4.so is not created in
$PHP_HOME but its gets created in /etc/httpd/modeuls

I restarted tomcat but still by php page is not
visible



                
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      (plug-mail@plug.org.in)
List Information:  http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to