java.lang.IllegalArgumentException: addChild: Child name 'default' is not unique

2003-06-26 Thread Gregory, Carlton
Has anyone encountered the problem listed as my subject line before? I do believe my tags are in the right order. I printed out the dtd frm Sun. I just keep recieving http 404 Im running Tomcat 4.1.24 on Win3k Pro and Apache 2.0.45. I have cleared my logs. Stopped Tomcat and Apache then

JDBC Pooling Clarification

2003-06-27 Thread Gregory, Carlton
After googling to countless pages on connection pooling I figured I should ask the list for some clarification. According to this doc: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html DBCP is what Tomcat uses to perform connection pooling.

RE: JDBC Pooling Clarification

2003-06-27 Thread Gregory, Carlton
thanks Yoav, Oracle has some good example on there technet.oracle.com site but the use OC4J instead of Tomcat. With the many docs I was coming across on the web it became confusing as to what is a MUST and what is a CHOICE. -Original Message- From: Shapira, Yoav [mailto:[EMAIL

RE: JDBC Pooling Clarification

2003-06-30 Thread Gregory, Carlton
: Gregory, Carlton [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 12:54 PM To: 'Tomcat Users List' Subject: RE: JDBC Pooling Clarification thanks Yoav, Oracle has some good example on there technet.oracle.com site but the use OC4J instead of Tomcat. With the many docs I was coming

RE: Tomcat 4.1.24 with Oracle8i

2003-07-01 Thread Gregory, Carlton
Im new to Tomcat and Oracle too. There is some good info out on technet.oracle.com on Servlets and JSPs BUT all the examples use OC4J (Oracle Containers for J2EE) not Tomcat. I am trying to learn the best way to use connection pooling. Ive been told that Oracles implementation of connection

RE: connection pooling - how to verify it's in use

2003-07-02 Thread Gregory, Carlton
Are you trying to see the (total connections available -- total connections used) info? -Original Message- From: Christopher Prince [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 10:54 AM To: Tomcat Users List Subject: Re: connection pooling - how to verify it's in use I had

Adherence to DTD issue

2003-07-17 Thread Gregory, Carlton
I have altered a web.xml file in my \webapps\test\WEB-INF directory. Upon startup I get a parse error about the structure of the file. I opened the file in XML spy and it said it was an servlet tag unexpected child element. I then downloaded the DTD from sun and printed it out. I am adhering to

RE: Adherence to DTD issue-RESOLVED

2003-07-17 Thread Gregory, Carlton
the DTD differences is the fact all servlet declarations must come before any servlet-mapping declarations. You're violating this requirement. Yoav Shapira Millennium ChemInformatics -Original Message- From: Gregory, Carlton [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 1:43 PM

Image loading

2003-12-05 Thread Gregory, Carlton
Good Day all, I refer to any images in my web application by using /images/image name which has been working fine for weeks. I tried to refer to a new image that I wanted to use on a page and referred to it the same way and it did not load. I fully qualified the path

RE: Image loading

2003-12-05 Thread Gregory, Carlton
nevermind problem solved -Original Message- From: Gregory, Carlton [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 1:23 PM To: '[EMAIL PROTECTED]' Subject: Image loading Good Day all, I refer to any images in my web application by using /images/image name which has