Tomcat unzip war mysql datasource madness

  • Follow


With a Mysql global datasource, tomcat will not unzip my war file but
when I remove the datasource tag it will, I do remove the .war text
below, but ideally I would like the tomcat to unzip the file
automatically, normally it does.

	<!-- BEGIN NEW MySQL Pool -->
			<Context path="/TomcatCreatePool" docBase="TomcatCreatePool.war"
debug="0"
						crossContext="true" reloadable="true">

				<Logger className="org.apache.catalina.logger.FileLogger"
						prefix="localhost_TomcateCreate_log." suffix=".txt"
								timestamp="true"/>

				<ResourceLink global="jdbc/MySQLDefaultDS"
name="jdbc/MySQLDefaultDS"
						type="javax.sql.DataSource"/>
								
							
			</Context>
			<!-- END NEW MySQL Pool -->
0
Reply bigbinc (173) 7/23/2004 2:27:29 AM


0 Replies
19 Views

(page loaded in 0.031 seconds)


Reply: