Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 10631 invoked from network); 5 Feb 2008 06:01:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2008 06:01:50 -0000 Received: (qmail 18225 invoked by uid 500); 5 Feb 2008 06:01:42 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 17291 invoked by uid 500); 5 Feb 2008 06:01:39 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 17280 invoked by uid 99); 5 Feb 2008 06:01:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 22:01:39 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 06:01:11 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JMGru-0006Pv-Vf for dev@tomcat.apache.org; Mon, 04 Feb 2008 22:01:18 -0800 Message-ID: <15283842.post@talk.nabble.com> Date: Mon, 4 Feb 2008 22:01:18 -0800 (PST) From: puneetjain To: dev@tomcat.apache.org Subject: Facing while running PHP in Tomcat Container MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: puneet.jain1@wipro.com X-Virus-Checked: Checked by ClamAV on apache.org 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. Create a web project. 4. Place the php5servlet.jar in the WEB_INF/lib directory. 5. Add the below entry in my web.xml. php net.php.servlet php-formatter net.php.formatter php *.php php-formatter *.phps 6. Create a war file and deployed on the tomcat. Exception: ======= When I tried to deploy this war file it says that the libphp5servlet.so and libphp5.so libraries are missing. I have tried these steps on Windows XP and used php5servlet.dll. PHP is working on tomcat in windows. I am unable to find the procedure to create/get the libphp5servlet.so and libphp5.so library to run PHP in Tomcat container in Linux Environment. Please help me to resolve this problem. Thanks, Puneet -- View this message in context: http://www.nabble.com/Facing-while-running-PHP-in-Tomcat-Container-tp15283842p15283842.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org