Hi. Sir
I’m using Xwiki 12.10.2 (Tomcat 9)
The current Tomcat configuration was changed as follows.
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<Context path="" docBase="xwiki" reloadable="true"/>
Notifications profile image is not displayed after change…
what should I do?