diff --git a/client/pom.xml b/client/pom.xml
index e98257a26d4..fb259ffb0b6 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -122,7 +122,7 @@
/client
${basedir}/WEB-INF/web.xml
- ${basedir}/target/generated-webapp
+ ${project.build.directory}/${project.build.finalName}
@@ -130,7 +130,7 @@
tomcat7-maven-plugin
${basedir}/WEB-INF/web.xml
- ./target/generated-webapp
+ ${project.build.directory}/${project.build.finalName}
diff --git a/client/tomcatconf/components-nonoss.xml.in b/client/tomcatconf/components-nonoss.xml.in
index e31506d3760..fbfc5cc2726 100755
--- a/client/tomcatconf/components-nonoss.xml.in
+++ b/client/tomcatconf/components-nonoss.xml.in
@@ -82,6 +82,9 @@ under the License.
+
+ true
+