Re: Encrypting passwords in the connection pool setup

2007-05-01 Thread Richard DeGrande
Mark, The ability to store encrypted passwords doesn't necessarily have to be used to protect the system from hackers. This would be a GREAT feature to enforce the responsibilities between different roles in a development environment. Also, The encryption doesn't have to be full proof, it

Error listenerStart

2006-12-13 Thread Richard DeGrande
Has anyone seen the following error ?? I'm at a complete loss. thanks SEVERE: Error listenerStart Dec 13, 2006 1:12:54 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/omps] startup failed due to previous errors

Re: JDBC Pool exhaustion

2006-10-11 Thread Richard DeGrande
Martin, Isn't dbcp connection pooling ?? I think I am missing something, I am not clear on why you are advocating a separate pooling mechanism. Can you elaborate on this a little ? thanks rick Martin Gainty [EMAIL PROTECTED] 10/11/2006 9:15 AM If you have 1000 connections then you would be

Re: Best Practice for properties files

2006-06-23 Thread Richard DeGrande
We had a similar problem. We moved the properties files into the common/classes/app-path or shared/classes/app-path. This way the properties files can be changed in a production system without redeployment. [EMAIL PROTECTED] 06/23/06 10:46 AM I have a fairly normal application that I am

Re: web-jsptaglibrary_1_1.dtd

2006-06-14 Thread Richard DeGrande
Have you tried just using the http address... http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd [EMAIL PROTECTED] 06/14/06 1:15 PM !DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1 //EN file://C:\TEMP\web-jsptaglibrary_1_1.dtd taglib The error I receive now is

SEVERE: Error reading tld listeners javax.servlet.ServletException. HELP

2006-06-07 Thread Richard DeGrande
I've recently upgraded to tomcat 5.5.15. I'm migrating current apps the the new tomcat. I get this error when starting/deploying a specific app. I have one other app deployed, it too uses struts, I have no problems with it. thanks Jun 7, 2006 4:28:51 PM