Re: Finding proper jar archive

2016-08-01 Thread leonidprokopets
16:20, leonidprokopets wrote: > Hi everybody > > I'm trying to run a project, written by other developer, under Tomcat 8.0.36. > I need to find a jar archive which contains > org.apache.tomcat.util.digester.Digester class WITH setRulesValidation > method. Those versions of to

Finding proper jar archive

2016-07-31 Thread leonidprokopets
Hi everybody I'm trying to run a project, written by other developer, under Tomcat 8.0.36. I need to find a jar archive which contains org.apache.tomcat.util.digester.Digester class WITH setRulesValidation method. Those versions of tomcat-util.jar and apache-tomcat.util.jar that I managed to

org.apache.catalina.startup.Bootstrap.getCatalinaHomeFile()Ljava/io/File;

2016-08-12 Thread leonidprokopets
Does anyone know which version of tomcat-catalina.jar contains a Bootstrap class with getCatalinaHomeFile() method? I'm using Tomcat 8.0 and Eclipse Neon 4.6.0 I'm getting an error java.lang.NoSuchMethodError: org.apache.catalina.startup.Bootstrap.getCatalinaHomeFile()Ljava/io/File; So

load server configuration file error

2016-08-08 Thread leonidprokopets
It looks like a minor problem, but I'm unable to solve it. :( Eclipse Neon 4.6 returns this warning when I try to compile a web project org.apache.catalina.startup.Catalina load WARNING: Unable to load server configuration from [C:\Program Files (x86)\Hewlett-Packard\HP Quick

Re: load server configuration file error

2016-08-09 Thread leonidprokopets
g to be full of fun [] From: Konstantin Kolinko <knst.koli...@gmail.com> Sent: Tuesday, August 9, 2016 3:51 AM To: Tomcat Users List Subject: Re: load server configuration file error 2016-08-08 17:36 GMT+03:00 leonidprokopets <ago-ukra...@hotmail.com>: