Re: How to Disable JSP in Embedded Tomcat

2018-09-22 Thread Igal Sapir
On Sat, Sep 22, 2018 at 2:10 AM Mark Thomas wrote: > > On 22/09/2018 01:11, Igal Sapir wrote: > > Mark, > > > > On Fri, Sep 21, 2018 at 12:54 AM Mark Thomas wrote: > > > >> On 21/09/18 05:57, Igal Sapir wrote: > >>> I want to embed Tomcat in a simple application that does not use JSP, > and > >>

Re: How to Disable JSP in Embedded Tomcat

2018-09-22 Thread Mark Thomas
On 22/09/2018 01:11, Igal Sapir wrote: Mark, On Fri, Sep 21, 2018 at 12:54 AM Mark Thomas wrote: On 21/09/18 05:57, Igal Sapir wrote: I want to embed Tomcat in a simple application that does not use JSP, and that sets the default servlet's listings initParam to true. When I use the Stand

Re: How to Disable JSP in Embedded Tomcat

2018-09-21 Thread Igal Sapir
On Fri, Sep 21, 2018 at 5:11 PM Igal Sapir wrote: > Mark, > > On Fri, Sep 21, 2018 at 12:54 AM Mark Thomas wrote: > >> On 21/09/18 05:57, Igal Sapir wrote: >> > I want to embed Tomcat in a simple application that does not use JSP, >> and >> > that sets the default servlet's listings initParam to

Re: How to Disable JSP in Embedded Tomcat

2018-09-21 Thread Igal Sapir
Mark, On Fri, Sep 21, 2018 at 12:54 AM Mark Thomas wrote: > On 21/09/18 05:57, Igal Sapir wrote: > > I want to embed Tomcat in a simple application that does not use JSP, and > > that sets the default servlet's listings initParam to true. > > > > When I use the StandardContext, Tomcat.initWebapp

Re: How to Disable JSP in Embedded Tomcat

2018-09-21 Thread Mark Thomas
On 21/09/18 05:57, Igal Sapir wrote: > I want to embed Tomcat in a simple application that does not use JSP, and > that sets the default servlet's listings initParam to true. > > When I use the StandardContext, Tomcat.initWebappDefaults() [1] is called > and adds the default servlet and the JSP se

How to Disable JSP in Embedded Tomcat

2018-09-20 Thread Igal Sapir
I want to embed Tomcat in a simple application that does not use JSP, and that sets the default servlet's listings initParam to true. When I use the StandardContext, Tomcat.initWebappDefaults() [1] is called and adds the default servlet and the JSP servlet. I would like to prevent that, but hopef