Can't get DB Pooling to Work

2005-02-18 Thread Karl Coleman
I've tried word for word what the documentation says to do to use DBCP with Tomcat but I can't get it to work. Here's the exception I am getting: javax.servlet.ServletException: Unable to get connection, DataSource invalid: java.sql.SQLException: No suitable driver

RE: Can't get DB Pooling to Work

2005-02-18 Thread Karl Coleman
] Sent: Friday, February 18, 2005 4:00 PM To: Tomcat Users List Subject: Re: Can't get DB Pooling to Work Making a guess that you are on Linux, who owns the jar file? Where did you put it? Are you wanting global or context resource? Doug From: Karl Coleman I've tried word for word what

RE: Can't get DB Pooling to Work

2005-02-18 Thread Karl Coleman
and how big is it? Doug - Original Message - From: Karl Coleman [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, February 18, 2005 4:06 PM Subject: RE: Can't get DB Pooling to Work XP Pro. I want a context resource if that means I want it applied to just

RE: restarting tomcat

2004-03-30 Thread Karl Coleman
I don't know the why's. I just know that a change to a JSP doesn't require a restart but a change to a class file does. Karl That's a great question! I was about to ask a very similar question myself. If you make changes to a JSP file, that means that file has to be recompiled, first to a

RegExp issues with Tomcat 5

2004-03-02 Thread Karl Coleman
We upgraded tomcat running one of our applications from 4 to 5 this past = Friday, March 27th. Since, one of our regular expressions is not = functioning properly. Here is the expression: s/(\\|')/\\$1/g Instead of escaping the apostrophe with another apostrophe for SQL = purposes, it is

RE: RegExp issues with Tomcat 5

2004-03-02 Thread Karl Coleman
We are using the regexp tag library in our jsp's. Yes, it worked fine with Tomcat 4. The rest of the application is working fine. Users just started noticing that where they are putting apostrophes and saving, when they bring the information back up it shows as $1. Mary's purse is being brought

RE: RegExp issues with Tomcat 5

2004-03-02 Thread Karl Coleman
Using the regexp tag library I think it is still at version 1.0. Because INSERT into tablename (field1) values ('I CAN'T DO THIS') generates an error in SQL Server. Karl -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 12:03 PM To:

RE: RegExp issues with Tomcat 5

2004-03-02 Thread Karl Coleman
Thanks a lot. I will check into it further. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 1:14 PM To: Tomcat Users List Subject: RE: RegExp issues with Tomcat 5 Hi, Using the regexp tag library I think it is still at version 1.0. You

RE: RegExp issues with Tomcat 5

2004-03-02 Thread Karl Coleman
Is there a regexp library people recommend? I saw there is one on the Jakarta site. Karl -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 1:14 PM To: Tomcat Users List Subject: RE: RegExp issues with Tomcat 5 Hi, Using the regexp tag

RE: RegExp issues with Tomcat 5

2004-03-02 Thread Karl Coleman
Either. I'll look at the java.util.regex one. I posted at taglib-user earlier and still waiting for response. Thanks again. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 2:52 PM To: Tomcat Users List Subject: RE: RegExp issues with Tomcat

RE: Windows Serive Permissions?

2003-12-02 Thread Karl Coleman
It seems the problem with this lies with JRE1.4. When we loaded 1.3 and ran it, it worked. Anyone know of a workaround for the exec method hanging when using JRE 1.4 (besides using 1.3). Karl -Original Message- From: Karl Coleman Sent: Monday, December 01, 2003 11:02 AM To: [EMAIL

Windows Serive Permissions?

2003-12-01 Thread Karl Coleman
I have a command-line utility I am running that converts files into PDF. Here is the line we're using to run the program: Process proc = Runtime.getRuntime().exec(cmd.exe /c C:\\BatchPDF.exe +rtfFile.getAbsolutePath()+ +pdfFile.getAbsolutePath()); The problem is, it only runs if Tomcat was

RE: Listening to Session Creation... Need Access to Session

2003-12-01 Thread Karl Coleman
Why would that be wasting time? Isn't this a tomcat list? Karl -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 2:39 PM To: Tomcat Users List Subject: RE: Listening to Session Creation... Need Access to Session I'm not going to waste time

Running a Service

2003-11-18 Thread Karl Coleman
I need to run a process at a specific time every day, say 3:00am. How do you configure Tomcat to have a service running in the background.

RE: Running a Service

2003-11-18 Thread Karl Coleman
to happen at 3am? A tool like Quartz (quarts.sf.net) would help... Yoav Shapira Millennium ChemInformatics -Original Message- From: Karl Coleman [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 3:02 PM To: [EMAIL PROTECTED] Subject: Running a Service I need to run a process

RE: Running a Service

2003-11-18 Thread Karl Coleman
... Yoav Shapira Millennium ChemInformatics -Original Message- From: Karl Coleman [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 3:02 PM To: [EMAIL PROTECTED] Subject: Running a Service I need to run a process at a specific time every day, say 3:00am. How do you configure