Hello everybody,
I'm new to php with Java. I got the Sun
J2SE 1.4 installed in my RedHat Linux 7.2 box. And I have downloaded and compiled the 4.1.2 php. after make install. I found the
phpsrvlt.jar shown in my /usr/local/lib/php directory. I follow the step described to add
the jar file to my CLASSPATH and the libphp4.so directory to LD_LIBRARY_PATH.
and merge the web.xml with my original tomcat
one. And I copied the jinfo.php to my webapps/examples/ directory. After restart tomcat, I tried to access the jinfo.php but I got the error message as follows:
javax.servlet.ServletException: Wrapper cannot find servlet class net.php.servlet or a class it depends on
does anyone knows this should be related to php.ini ? I didn't see any php.ini installed in my /usr/local/lib/php directory or tomcat directory. How to fix this problem?