Currently, we are having some issues with hot deploying wars from ant tasks and relying on our context being specified in the META-INF folder.
We are getting a connection = 'null' when a war is used, but if we expand the war, using the same context, into a folder, then it works fine. >From what we can tell, Tomcat is using DBCP (as specified) in instantiating a DataSource, but all of the ResourceParams are being set possibly? As to the reason why the context doesn't load the connection from a war, but does do it from an expanded directory from a war? Thanks! Jacob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
