Author: remy.maucherat(a)jboss.com
Date: 2008-11-18 07:54:46 -0500 (Tue, 18 Nov 2008)
New Revision: 858
Modified:
trunk/java/org/apache/catalina/startup/HostConfig.java
trunk/webapps/docs/changelog.xml
Log:
- port minor deployer patch.
Modified: trunk/java/org/apache/catalina/startup/HostConfig.java
===================================================================
--- trunk/java/org/apache/catalina/startup/HostConfig.java 2008-11-17 12:45:06 UTC (rev
857)
+++ trunk/java/org/apache/catalina/startup/HostConfig.java 2008-11-18 12:54:46 UTC (rev
858)
@@ -950,6 +950,7 @@
digester.reset();
}
}
+ configBase.mkdirs();
File xmlCopy = new File(configBase, file + ".xml");
InputStream is = null;
OutputStream os = null;
Modified: trunk/webapps/docs/changelog.xml
===================================================================
--- trunk/webapps/docs/changelog.xml 2008-11-17 12:45:06 UTC (rev 857)
+++ trunk/webapps/docs/changelog.xml 2008-11-18 12:54:46 UTC (rev 858)
@@ -39,6 +39,9 @@
<fix>
If throwing an exception for a non serializable attribute, mention the attribute
name in the exception. (mturk)
</fix>
+ <fix>
+ Create configBase also when dealing with directory deployment. (markt)
+ </fix>
</changelog>
</subsection>
</section>
Show replies by date