Re: After parsing the custom server.xml file, catalinaBase is set to null

2015-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/6/15 5:48 PM, Konstantin Kolinko wrote: > 2015-04-02 14:01 GMT+03:00 Thusitha Thilina Dayaratne > : >> Hi, >> >> I'm using embedded-tomcat 8.0.20 in my project. In that I'm >> parsing a custom server.xml file. After the parsing Cat

Re: After parsing the custom server.xml file, catalinaBase is set to null

2015-04-06 Thread Thusitha Thilina Dayaratne
Hi, 2015-04-02 14:01 GMT+03:00 Thusitha Thilina Dayaratne : > Hi, > > I'm using embedded-tomcat 8.0.20 in my project. In that I'm parsing a > custom server.xml file. After the parsing CatalinaBase value of the Server > is set to null. > Could someone tell me why would be the reason? > Before parsi

Re: After parsing the custom server.xml file, catalinaBase is set to null

2015-04-06 Thread Konstantin Kolinko
2015-04-02 14:01 GMT+03:00 Thusitha Thilina Dayaratne : > Hi, > > I'm using embedded-tomcat 8.0.20 in my project. In that I'm parsing a > custom server.xml file. After the parsing CatalinaBase value of the Server > is set to null. > Could someone tell me why would be the reason? > Before parsing th

After parsing the custom server.xml file, catalinaBase is set to null

2015-04-02 Thread Thusitha Thilina Dayaratne
Hi, I'm using embedded-tomcat 8.0.20 in my project. In that I'm parsing a custom server.xml file. After the parsing CatalinaBase value of the Server is set to null. Could someone tell me why would be the reason? Before parsing the file it is set to the correct path. Here is the code segment Exten