Tomcat error at run-time.

2018-07-30 Thread noel joseph
Hi, I am rather new to tomcat, I've been trying to embed tomcat in a java application. I further want to convert this into a java web start file so that on deploying it I can have a separate tomcat server for my application. The error I am facing is... org.apache.catalina.LifecycleException: A c

Re: Possible bug in HttpServletRequest#getRequestDispatcher()

2018-07-30 Thread Michael Osipov
Am 2018-07-25 um 22:13 schrieb Michael Osipov: Hi folks, I might have found a bug and looking for someone to confirm. (Tested in Tomcat 8.5.32). Consider the following servlet: @WebServlet("/request-dispatcher") public class TestServlet extends HttpServlet { private static final long ser

Re: Documentation for Catalina Base

2018-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marek, On 7/30/18 3:22 AM, Marek Czernek wrote: > Hi there, > > recently, we noticed the lack of documentation for Catalina Base, > and I wanted to find out more about it. Other than a strangely > obscure txt file [1], I did not find the concept an

Re: Persist authenticated sessions across tomcat restarts

2018-07-30 Thread Tim K
On Mon, Jul 30, 2018, 4:26 AM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am 27.07.2018 13:36, schrieb Tim K: > > Hello, > > > > I'm creating a new app under Tomcat 9.0.8 (local dev: windows, live > > servers: linux). > > > > I have successfully created a custom JAAS authenticat

Re: Persist authenticated sessions across tomcat restarts

2018-07-30 Thread Felix Schumacher
Am 27.07.2018 13:36, schrieb Tim K: Hello, I'm creating a new app under Tomcat 9.0.8 (local dev: windows, live servers: linux). I have successfully created a custom JAAS authentication, which works just fine. I have SSO enabled at the moment, but not sure if I really need it. I left the def

Re: Re: FW: HttpServletResponse.sendError - missing message in error page

2018-07-30 Thread Michael Osipov
> [...] > > “It is implied but it could be clearer.” > > [...] > > I agree that default ErrorReportValve is not something that has to be > backward compatible as the apps should have provided their own. Yet, > we were using the default as it was working very well and was covering > our needs.

Documentation for Catalina Base

2018-07-30 Thread Marek Czernek
Hi there, recently, we noticed the lack of documentation for Catalina Base, and I wanted to find out more about it. Other than a strangely obscure txt file [1], I did not find the concept and usage of Catalina Base documented in the Tomcat docs. My questions are: 1) Did I overlook it being