RE: Setting PHP for Apache Tomcat

2004-08-18 Thread Keates, Mark
Hi, Cygwin isn't necessarily required, I have previously used php 4.2.2 with Apache 2.0.39, but other combinations should be straight forward enough to get up and running. http://www.php.net/downloads.php -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 18 August

RE: Setting PHP for Apache Tomcat

2004-08-18 Thread Keates, Mark
Sorry, my mistake, you weren't using Apache, just Tomcat :) -Original Message- From: Keates, Mark Sent: 18 August 2004 14:27 To: 'Tomcat Users List' Subject: RE: Setting PHP for Apache Tomcat Hi, Cygwin isn't necessarily required, I have previously used php 4.2.2 with Apache 2.0.39

RE: Tomcat and mod_webapp?

2004-06-28 Thread Keates, Mark
My mistake, it was Suse 8.0' Apache and an earlier version of Tomcat (4.0.1). These CDs didn't have Apache2 (and connectors) but Suse 8.2 does. -Original Message- From: Keates, Mark Sent: 25 June 2004 09:45 To: Tomcat Users List Subject: RE: Tomcat and mod_webapp? Hi, mod_webapp

RE: Tomcat and mod_webapp?

2004-06-25 Thread Keates, Mark
Hi, mod_webapp was setup by default when I installed Suse 8.2's Apache Tomcat. (apache-1.3.27 and jakarta-tomcat-4.1.18) Using the http://myhost:8080/examples/ reference brought up the expected tomcat page but removing the ':8080' results in nothing as Apache does not redirect this to Tomcat?

RE: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread Keates, Mark
What's the recommendation for Oracle JDBC drivers? I've opted to include this in the Tomcat service startup: %CATALINA_HOME%\bin\tomcat.exe -install Tomcat %JAVA_HOME%\jre\bin\hotspot\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.j

CORBA choice

2002-09-05 Thread Keates, Mark
Hi, I've recently got Apache 2.0.39 and Tomcat 4.0.4 integrated after a move from Apache 1.3 and JServ. I'm looking forward to updating my servlet to use DB pooling since I couldn't seem to do this under Apache 2.0.39 and Tomcat 3.3.1? In the mean time, does anyone have an idea on integrating