Re: tomcat 4.1.31 problem

2009-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jamez, On 9/3/2009 11:15 PM, jamez smith wrote: This is the exception when removing the context element from the server.xml: [ERROR] [Cannot create JDBC driver of class '' for connect URL 'null']org.apache.commons.dbcp.SQLNestedException:

Re: tomcat 4.1.31 problem

2009-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 9/4/2009 11:21 AM, Mark Thomas wrote: Christopher Schultz wrote: Jamez, On 9/3/2009 11:15 PM, jamez smith wrote: This is the exception when removing the context element from the server.xml: [ERROR] [Cannot create JDBC driver of class

Re: tomcat 4.1.31 problem

2009-09-04 Thread Mark Thomas
Christopher Schultz wrote: Mark, On 9/4/2009 11:21 AM, Mark Thomas wrote: Christopher Schultz wrote: Jamez, On 9/3/2009 11:15 PM, jamez smith wrote: This is the exception when removing the context element from the server.xml: [ERROR] [Cannot create JDBC driver of class '' for connect

Re: tomcat 4.1.31 problem

2009-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 9/4/2009 12:31 PM, Mark Thomas wrote: Christopher Schultz wrote: Sorry, it's been a while since I used Tomcat 4.1, but I was suggesting that he disable autoDeply, in which case using an XML file in webapps wouldn't help. Sorry missed

Re: tomcat 4.1.31 problem

2009-09-04 Thread Mark Thomas
Christopher Schultz wrote: Mark, On 9/4/2009 12:31 PM, Mark Thomas wrote: Christopher Schultz wrote: Sorry, it's been a while since I used Tomcat 4.1, but I was suggesting that he disable autoDeply, in which case using an XML file in webapps wouldn't help. Sorry missed that. In that case

Re: tomcat 4.1.31 problem

2009-09-03 Thread jamez smith
Hi Chris, If you want to deploy procurement from your webapps directory, simply remove the Context element entirely from your server.xml file and allow Tomcat to auto-deploy your webapp naturally. This is the exception when removing the context element from the server.xml: [ERROR] [Cannot

Re: tomcat 4.1.31 problem

2009-09-03 Thread Mark Thomas
jamez smith wrote: Hi Mark, Tomcat is only used for local development environment. In our production, we use Websphere application server on AIX. I am also new to this project and was told I can only use Tomcat 4.1 to setup my local development. So at least use 4.1.40 so you have the

Re: tomcat 4.1.31 problem

2009-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jamez, On 9/1/2009 10:20 PM, jamez smith wrote: 1. appBase Host appBase=webapps autoDeploy=true debug=0 name=localhost unpackWARs=true 2. working Context--- Context docBase=* C:\\ProcurementProject\\WebContent* path=/procurement

RE: tomcat 4.1.31 problem

2009-09-02 Thread Caldarale, Charles R
From: jamez smith [mailto:jamez...@gmail.com] Subject: Re: tomcat 4.1.31 problem This project was developed since 2002 and has a lot obsolete methods even under JDK 1.4. It won't be able to compile under higer version of JDK. Have you actually tried compiling under 1.5 or 1.6? You might

Re: tomcat 4.1.31 problem

2009-09-02 Thread jamez smith
Good day Chunk, Have you actually tried compiling under 1.5 or 1.6? You might be surprised at how few problems there are. I could try to compile under 1.5. But I dare not to use it in production box, as this project is well controlled by the company. Every step I do need to be

Re: tomcat 4.1.31 problem

2009-09-02 Thread Mark Thomas
jamez smith wrote: Good day Chunk, Have you actually tried compiling under 1.5 or 1.6? You might be surprised at how few problems there are. I could try to compile under 1.5. But I dare not to use it in production box, as this project is well controlled by the company. Every step I do

Re: tomcat 4.1.31 problem

2009-09-02 Thread jamez smith
Hi Mark, Tomcat is only used for local development environment. In our production, we use Websphere application server on AIX. I am also new to this project and was told I can only use Tomcat 4.1 to setup my local development. I like to clarify that the JVM 1.4 is no longer supported by Sun?

Re: tomcat 4.1.31 problem

2009-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jamez, On 8/31/2009 10:27 PM, jamez smith wrote: I have tried to type startup.bat in DOS under $CATALINA_HOME/bin, the window quickly closed itself again. Really? When you run startup.bat from the command-line, is EXITS CMD.EXE? That is very

Re: tomcat 4.1.31 problem

2009-09-01 Thread jamez smith
On Tue, Sep 1, 2009 at 11:26 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jamez, On 8/31/2009 10:27 PM, jamez smith wrote: Really? When you run startup.bat from the command-line, is EXITS CMD.EXE? That is very surprising.

RE: tomcat 4.1.31 problem

2009-09-01 Thread Caldarale, Charles R
From: jamez smith [mailto:jamez...@gmail.com] Subject: Re: tomcat 4.1.31 problem This application has to run on JDK 1.4. Why are you tying both hands behind your back and wearing a blindfold while crossing a room full of booby-traps? 1.4 has been a dead end for quite some time. My

Re: tomcat 4.1.31 problem

2009-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jamez, On 9/1/2009 1:10 PM, jamez smith wrote: Sorry I didn't make this clear. The DOS Window where I type startup.bat is not closed and showed below, but the DOS Window it opened is closed itself. C:\Tomcat 4.1\binstartup.bat Using

Re: tomcat 4.1.31 problem

2009-09-01 Thread jamez smith
Hi Chuck, Good to know that. I will definitely try the Tomcat 5 with JDK 1.4. Thanks, Jamez. On Wed, Sep 2, 2009 at 1:18 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: jamez smith [mailto:jamez...@gmail.com] Subject: Re: tomcat 4.1.31 problem This application has

Re: tomcat 4.1.31 problem

2009-09-01 Thread jamez smith
Hi Chris, Thanks for your patience with me. :-) What is your appBase for your Host in server.xml? Please re-post the Context definition that does work, and the one that does not work (no need to re-post the Resource within the Context). 1. appBase Host appBase=webapps autoDeploy=true

Re: tomcat 4.1.31 problem

2009-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jamez, On 8/30/2009 11:40 PM, jamez smith wrote: The strange thing I have is Tomcat 4.1 works when I set docBase tag to local, myApp's working directory. docBase = C:\myAppWokingDir, but it is not working when I set docBase = myApp. There is no

Re: tomcat 4.1.31 problem

2009-08-31 Thread jamez smith
Hi Chris, Thanks for helping. I have tried to type startup.bat in DOS under $CATALINA_HOME/bin, the window quickly closed itself again. I also tried to type catalina run, and saw the exception, but it does not look helpful too. C:\Tomcat 4.1\bincatalina run Using CATALINA_BASE: .. Using

tomcat 4.1.31 problem

2009-08-30 Thread jamez smith
Hi, I am using Tomcat 4.1.31 and jdk 1.4 for a legacy web application. I have spent two days trying to deploy myApp.war to $CATALINA_HOME/webapps, but no success. I searched the Web and found most of the solution is for Tomcat 5 and Tomcat 6. The strange thing I have is Tomcat 4.1 works when I