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 obviousl

Re: load server configuration file error

2016-08-09 Thread leonidprokopets
ead is going to be full of fun [😉] From: Konstantin Kolinko 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 : > It looks like a minor problem, but I'm u

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 Start\conf\server.x

Re: Finding proper jar archive

2016-08-01 Thread leonidprokopets
Thank you for your hint. It partly helped and gave me the direction. Appreciate it, man. Leonid. From: Mark Thomas Sent: Sunday, July 31, 2016 8:52 PM To: Tomcat Users List Subject: Re: Finding proper jar archive On 31/07/2016 16:20, leonidprokopets wrote

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 f