reload vs restart

2021-02-26 Thread Rob Sargent
Given a single webapp, what's the difference between server restart and webapp reload in terms of current open sessions?

Re: reload vs restart

2021-02-26 Thread Christopher Schultz
Rob, On 2/26/21 16:47, Rob Sargent wrote: Given a single webapp, what's the difference between server restart and webapp reload in terms of current open sessions? That depends upon a few things. If you do not have session-persistence enabled, then you will lose all your sessions in either ca

Re: reload vs restart

2021-02-27 Thread Rob Sargent
Chris, Thank you, yet again. On 2/26/21 9:31 PM, Christopher Schultz wrote: Rob, On 2/26/21 16:47, Rob Sargent wrote: Given a single webapp, what's the difference between server restart and webapp reload in terms of current open sessions? That depends upon a few things. If you do not have s

Re: reload vs restart

2021-03-02 Thread Christopher Schultz
Rob, On 2/27/21 23:34, Rob Sargent wrote: Chris, Thank you, yet again. On 2/26/21 9:31 PM, Christopher Schultz wrote: Rob, On 2/26/21 16:47, Rob Sargent wrote: Given a single webapp, what's the difference between server restart and webapp reload in terms of current open sessions? That depe

Re: reload vs restart

2021-03-02 Thread Rob Sargent
Chris, > On Mar 2, 2021, at 9:46 AM, Christopher Schultz > wrote: > > So you just have a single Tomcat node? Yeah, you are going to want to use > parallel deployment unless you can be VERY careful about your JVM restarts. > > You will also need to familiarize yourself with using the Manager