Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-1
-
None
-
$ uname --all
Linux 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 i686 i386 GNU/Linux
$ mvn -version
Apache Maven 3.0.3 (r1075438; 2011-02-28 14:31:09-0300)
Maven home: /home/veronez/install/java/apache-maven-3.0.3
Java version: 1.6.0_23, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.0.0-14-generic-pae", arch: "i386", family: "unix"$ uname --all Linux 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 i686 i386 GNU/Linux $ mvn -version Apache Maven 3.0.3 (r1075438; 2011-02-28 14:31:09-0300) Maven home: /home/veronez/install/java/apache-maven-3.0.3 Java version: 1.6.0_23, vendor: Sun Microsystems Inc. Java home: /usr/lib/jvm/java-6-openjdk/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.0.0-14-generic-pae", arch: "i386", family: "unix"
Description
Hello
I have created a file under ${basedir}/src/main/tomcatconf using the folder structure /Catalina/localhost/context#subcontext.xml
I expected to have this files copied to /target/tomcat/conf/Catalina/localhost/context#subcontext.xml but instead it is copied to /target/tomcat/conf/context#subcontext.xml.
My intention is to create subcontext to map resources to an folder located outside of my application. As explained at http://harkiran-howtos.blogspot.com/2009/08/map-external-directory-into-your.html.
Ps.: I'm not sure if it is a bug or expected behavior, i would sent this question to a mail list but i couldn't find it... sorry if i miss posted it here.