Re: ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread Gernot
2015-02-10 16:41 GMT+01:00 Konstantin Kolinko : > 2015-02-10 18:23 GMT+03:00 Gernot : > > Hi! > > > > I'm using Tomcat 8.0.18. > > I've following ant build.xml: > > > > > > > > > > > > &

ant task throws NoClassDefFoundError - Tomcat 8.0.18

2015-02-10 Thread Gernot
Hi! I'm using Tomcat 8.0.18. I've following ant build.xml: ... task works great, but task throws java.lang.NoClassDefFoundError: org/apache/catalina/Globals I have not found any documentation for task for Tomcat 8. Is there any additional configuration necessary (in contras

unpackWARs="false" securitymanager problem tomcat 8.0.18

2015-02-10 Thread Gernot
Hi! I'm using Tomcat 8.0.18. I've a webapp myapp.war which is deployed at context path "some/path/myapp" and unpackWARs is set to "false". That means, I have a conf/Catalina/localhost/some#path#myapp.xml with "..." Running this app with Tomcat 8.0.18 without security manager causes no problem. Ru

Re: jasper2 doesn't support the "validateXml" attribute

2014-01-15 Thread Gernot
2014/1/15 Mark Thomas > Gernot wrote: > >Hi, > > > >I did an upgrade from tomcat 7.0.29 to 7.0.50. > >In 7.0.50 jasper2 ant task quits with error 'jasper2 doesn't support > >the > >"validateXml" attribute' > >

jasper2 doesn't support the "validateXml" attribute

2014-01-15 Thread Gernot
Hi, I did an upgrade from tomcat 7.0.29 to 7.0.50. In 7.0.50 jasper2 ant task quits with error 'jasper2 doesn't support the "validateXml" attribute' Here's the mentioned code: I havn't found any information about this in tomcat's changelog. Is this a bug? Or a feature? What's the suggested