RE: Facing problem in integration of PHP and tomcat

2008-02-07 Thread Goldstein, Barry A
I looked on google and it looks like these shared libraries mysql.so, mcrypt.so, and mbstring.so are php extensions for communicating with mysql, doing encryption and decryption, etc. You probably need to download these extensions and follow some kind of installation to use them. Thank you,

RE: Facing problem in integration of PHP and tomcat

2008-02-07 Thread YogeshArora
Hi, Thanks for the reply ! Actually, I am not able to find these dependencies on the internet. Could you please help me in finding these dependencies or provide some links from where I can download it. Thanks, Yogesh Goldstein, Barry A wrote: I looked on google and it looks like these

RE: Facing problem in integration of PHP and tomcat

2008-02-06 Thread YogeshArora
Hi Barry, Thanks a lot for the reply ! I am getting the following error: Fatal error: Call to undefined function mb_language() in /usr/oki_software/tomcat/apache-tomcat-6.0.14/config.php on line 403 Could you please tell me from where I can get the shared objects? I need the follwoing Shared

Re: Facing problem in integration of PHP and tomcat

2008-02-05 Thread YogeshArora
Hi, Thanks for the response ! I tried the below URL sent by you. I have successfully setup the JSR 223 reference implementation on my Linux, but when I tried to deploy the WAR fille containing the PHP code, I am getting the errors in the following environment. Here are the environment details

RE: Facing problem in integration of PHP and tomcat

2008-02-05 Thread Goldstein, Barry A
In Linux you need to put the directory containing these shared libraries in your LD_LIBRARY_PATH environment variable and export the variable. These are the directories that the loader searches to dynamically load modules at runtime. Thank you, Barry -Original Message- From: puneetjain

Facing problem in integration of PHP and tomcat

2008-02-04 Thread puneetjain
Hi, I am trying to integrate PHP with tomcat server i.e. trying to running PHP in servlet container. Environment: = Operating System: RedHat Enterprize Linux 3 Tomcat Version: 6 PHP version: 5.2.5 Java: 1.5 Steps Performed: 1. Install the tomcat. 2. Install the php 3.