SSDD and taglib definition

2014-08-25 Thread Tarun Reddy
I've recently updated my deployment environment to centos 7 and the built in tomcat 7.0.42. Previously I had been running on 7.0.33 and in between this section of the web.xml went from a ignored error to a fatal error: /WOtaglib /WEB-INF/tlds//WEB-INF/tlds/WOtaglib_1_0.tld Wit

Re: SSDD and taglib definition

2014-08-25 Thread John Huss
Unless you're actually using JSPs (if so, God help you) you can just add a replace call in the build.xml file at the bottom of the ssdd target to remove that whole section from the web.xml file. I don't have an example on this machine, but here is the doc: https://ant.apache.org/manual/Tasks/repl