Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy

2002-01-04 Thread Ali Manji
I am trying to figure out what I would put for the WebAppDeploy entry in my apache httpd.conf file. I have the following configuration in my TC4.0.1 server.xml I have something like the following: ... Host name=star debug=0 appBase=webapps unpackWARs=true Context path=/myApp

RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy

2002-01-04 Thread Ali Manji
WebAppDeploy manager warpConnection /manager WebAppDeploy /../../../home/armbrust/webapps/test warpConnection /test /IfModule -Original Message- From: Ali Manji [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 10:34 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1 + Apache

RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy

2002-01-04 Thread Ali Manji
: Ali Manji [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 4.0.1 + Apache 1.3.22 + WebAppDeploy Thanks Daniel for your reply. Yes, I experienced the exact same problem with the infinite loop and the error log being pumped full

Is tomcat4 and jdk1.4beta2 combination okay?

2001-10-02 Thread Ali Manji
I recently upgraded my JDK to use jdk1.4 beta 2 and am running tomcat 4.0 the most recent release driver and I am haviing trouble running any of the shipped samples (like numberguess jsp). The error I get is just below, is this a known problem? A Servlet Exception Has Occurred Root Cause:

RE: Is tomcat4 and jdk1.4beta2 combination okay?

2001-10-02 Thread Ali Manji
such that JAVA_HOME/lib/tools.jar exists) Randy -Original Message- From: Ali Manji [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 8:39 AM To: [EMAIL PROTECTED] Subject: Is tomcat4 and jdk1.4beta2 combination okay? I recently upgraded my JDK to use jdk1.4 beta 2 and am

Is tomcat4 and jdk1.4beta2 okay?

2001-10-01 Thread Ali Manji
I recently upgraded my JDK to use jdk1.4 beta 2 and am running tomcat 4.0 the most recent release driver and I am haviing trouble running any of the shipped samples (like numberguess jsp). The error I get is just below, is this a known problem? A Servlet Exception Has Occurred Root Cause:

How to alias out port 8080?

2001-07-31 Thread Ali Manji
Hi, I am trying out a Tomcat 4.0 beta and was wondering if there is a way to alias out the port. So for instance, I would like to enter: http://myorg.org/stuff instead of http://myorg.org:8080/stuff Is this possible? Thanks in advance for any help!

RE: server.xml / dtd

2001-05-04 Thread Ali Manji
out there that anyone knows of with validators for web.xml or server.xml. Thanks in advance to all. Ali Manji From: Jann VanOver [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: server.xml / dtd Date: Fri, 4 May 2001 11:10:23 -0700 Hi Nathan

Tomcat 4.0 beta3

2001-05-04 Thread Ali Manji
under the WEB_INF directory which only contains a servlet tag and a servlet-mapping tag and nothing else. As far as I can see these should be the only required steps. Is there something I am missing? Thanks in advance to all, Ali Manji