Tomcat unzip war mysql datasource madness

B

bigbinc

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 -->
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top