Re: Problem with get ROOT context in servlet on tomcat 8.0.30 (jdk 1.7.0_79)

2015-12-31 Thread Konstantin Kolinko
2015-12-31 12:41 GMT+03:00 Tomasz Macnar : > Thanks for answer. > I understand that application deploy order is the key to get context to > deployed applicaitons (when application isn't deployed i can't get it > context - it is clear). > But ROOT application is deployed before app1, but i can't get

Re: Problem with get ROOT context in servlet on tomcat 8.0.30 (jdk 1.7.0_79)

2015-12-31 Thread Tomasz Macnar
Thanks for answer. I understand that application deploy order is the key to get context to deployed applicaitons (when application isn't deployed i can't get it context - it is clear). But ROOT application is deployed before app1, but i can't get ROOT context from app1. *Is it in tomcat 8 possi

Re: Problem with get ROOT context in servlet on tomcat 8.0.30 (jdk 1.7.0_79)

2015-12-31 Thread Mark Thomas
On 31/12/2015 07:40, Tomasz Macnar wrote: > Hi, > > I have problem with get ROOT servlet context from other application (on > the same server) in tomcat 8.0.30. > My code look this: > > public class TestServlet extends HttpServlet { > > @Override > public void init() throws ServletExcept