Re: Tomcat/Ant/JNDI question

2003-06-17 Thread Garrett Dangerfield
locally as well as the name of the global resource. The resource-ref doesn't allow this. Any further thoughts? Thanks, Garrett Dangerfield. Tim Shaw wrote: This works for me ... web.xml : resource-ref description Resource reference to a factory for java.sql.Connection instances that may be used

Tomcat/Ant/JNDI question

2003-06-17 Thread Garrett Dangerfield
ways to resolve this: - have ant's deploy task inlcue the ResourceEnvRef - put the equivalent of ResourceEnvRef into the web.xml inside the web app Any idea on how to do either/both of these? Thanks, Garrett Dangerfield

Re: Tomcat/Ant/JNDI question

2003-06-17 Thread Garrett Dangerfield
server.xml, I have: Resource auth=Container name=jdbc/DataWarehouse scope=Shareable type=javax.sql.DataSource/ Am I missing something? Thanks Garrett Dangerfield. Shapira, Yoav wrote: Howdy, - put the equivalent of ResourceEnvRef into the web.xml inside the web app See the env-entry

Tomcat Performance Measuring

2003-02-12 Thread Garrett Dangerfield
I've looked through the documentation I could find, and I looked through the source for AccessLogValve and I didn't see the option for what I'm looking for. I'm looking for getting a measurement of page duration (the time, preferrably in milliseconds, between when the server originally