Re: DBCP Please Help Get Working Properly

2005-04-11 Thread David Smith
Ok, define 'no results'. In reality, the naming import isn't the only thing that changed. Your web.xml file *looks* like 2.3 spec from what I can see and you are using JSP 2.x spec syntax in your jsp. If you want the JSP 2.x spec features, you need to declare your web.xml file for servlet 2.4

RE: DBCP Please Help Get Working Properly

2005-04-11 Thread Scott Purcell
Subject: Re: DBCP Please Help Get Working Properly Ok, define 'no results'. In reality, the naming import isn't the only thing that changed. Your web.xml file *looks* like 2.3 spec from what I can see and you are using JSP 2.x spec syntax in your jsp. If you want the JSP 2.x spec features, you need

Re: DBCP Please Help Get Working Properly

2005-04-11 Thread David Smith
that displays when you go to localhost. So, is there any good documentation that shows how to do this, step by step? Thanks, Scott -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 8:18 AM To: Tomcat Users List Subject: Re: DBCP Please Help Get

RE: DBCP Please Help Get Working Properly

2005-04-08 Thread Jay Burgess
Do you have anything in your Tomcat log files that might help? If not, you can bump up the debug levels in server.xml and you might get some more info. I also found that adding one of the two following listeners in my server.xml helped me debug my DBCP problems (I don't remember which one I

Re: DBCP Please Help Get Working Properly

2005-04-08 Thread Robert Harrison
Aren't debug levels in TC 5.5 inactive? Will need to set up log4j. Bob On Apr 8, 2005 5:15 PM, Jay Burgess [EMAIL PROTECTED] wrote: Do you have anything in your Tomcat log files that might help? If not, you can bump up the debug levels in server.xml and you might get some more info. I

RE: DBCP Please Help Get Working Properly

2005-04-08 Thread Jay Burgess
PM To: Tomcat Users List Subject: Re: DBCP Please Help Get Working Properly Aren't debug levels in TC 5.5 inactive? Will need to set up log4j. Bob On Apr 8, 2005 5:15 PM, Jay Burgess [EMAIL PROTECTED] wrote: Do you have anything in your Tomcat log files that might help? If not, you can bump