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
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
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