On 24/10/2018 19:01, Robert J. Carr wrote:
Hi Mark-
Thanks again for the response.
I fixed the credential handler config, it just had a superfluous attribute,
so the WARNING went away and as you predicted didn't change the session
outcome. Now when stopping and starting tomcat I'm not seeing a
Hi Mark-
Thanks again for the response.
I fixed the credential handler config, it just had a superfluous attribute,
so the WARNING went away and as you predicted didn't change the session
outcome. Now when stopping and starting tomcat I'm not seeing any log
higher than an INFO, it is appears to
On October 24, 2018 3:50:59 PM UTC, "Robert J. Carr" wrote:
>> > * if the server is shut down and restarted then everything seems to
>> >disappear, as I then get a 403 when trying to access the protected
>page
>>
>> Expected behaviour here will depend on whether a server shutdown
>shuts
>down Tom
Hi Mark-
Thanks for the response.
> > * if the application is undeployed and redeployed (while the server
> >remains running) a new session is silently generated, and any contents
> >disappear, but the user maintains her authentication
>
> As expected. Redeploy (undeploy+deploy) != reload (stop+
On October 23, 2018 9:19:50 PM UTC, "Robert J. Carr" wrote:
>Actually, there's a small correction to my session persistence
>description
>from before. From the doc I referenced here:
>
>
>https://tomcat.apache.org/tomcat-8.5-doc/config/manager.html#Special_Features
>
>It says:
>
>> Whenever Apac
Actually, there's a small correction to my session persistence description
from before. From the doc I referenced here:
https://tomcat.apache.org/tomcat-8.5-doc/config/manager.html#Special_Features
It says:
> Whenever Apache Tomcat is shut down normally and restarted, or when an
application r
I've read around the docs and various help sites trying to figure this out,
by my situation isn't matching anything I've read, so looking for a little
extra help.
Here's my config: [tomcat 8.5.24 | java 8.0 | macos 10.14]
According to here:
https://tomcat.apache.org/tomcat-8.5-doc/config/manager.