Skip to main content

Posts

Showing posts with the label logout

Change Confluence Logout Page

To change confluence logout page you need to edit the xwork.xml file located in confuence-x.x.x jar file. The jar file is normally located in installationdirectory [/atlassian-confluence-x.x.x/confluence/WEB-INF/lib/confluence-x.x.x.jar unjar the file as shown the below on the command prompt: jar xf  confluence-x.x.x.jar xwork.xml edit the file and replace the line: <result name="success" type="redirect">${logoutUrl}</result> With your new logout file location. save your work and then rejar xwork.xml to the jar file:  jar uf  confluence-x.x.x.jar xwork.xml Your Done!