<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Where is authentication-services-context.xml ? How to set the session timeout policy ? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/where-is-authentication-services-context-xml-how-to-set-the/m-p/14854#M6549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few things you need to do to change the session timeout for users:&lt;/P&gt;&lt;P&gt;1. create your authentication bean timeout xml file in tomcat/shared/classes/alfresco/extension/authentication-services-context.xml (or what ever other name you would like), shown in other posts&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.springframework.org/dtd/spring-beans.dtd" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.springframework.org/dtd/spring-beans.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;beans&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- The ticket component, Used for reauthentication&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="ticketComponent" class="org.alfresco.repo.security.authentication.InMemoryTicketComponentImpl"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="ticketsCache"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="ticketsCache"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- The period for which tickets are valid in XML duration format, default P1H is 1 Hour --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="validDuration"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;PT17H&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Do tickets expire or live for ever? --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="ticketsExpire"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Are tickets only valid for a single use? --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="oneOff"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- If ticketsEpire is true then how they should expire --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- AFTER_INACTIVITY, AFTER_FIXED_TIME, DO_NOT_EXPIRE&amp;nbsp; --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- The default is AFTER_FIXED_TIME --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="expiryMode"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;AFTER_INACTIVITY&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;/beans&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;2. modify tomcat/webapps/alfresco/WEB-INF/web.xml and tomcat/webapps/share/WEB-INF/web.xml such that &amp;lt;session-timeout&amp;gt;960&amp;lt;/session-timeout&amp;gt; is less than the timeout specified in your bean (e.g 16 hours)&lt;BR /&gt;You are right, with respect to these web.xml files being part of the war files. My method to replace these at the moment is to place my changes in two seperate .amp files which are placed in the amps and amps_share folder which then over write the system files when ever amps are applied (use bin/apply_amps.sh -force).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfresco Amp structure:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Alfresco/src/main&lt;BR /&gt;Alfresco/src/main/amp&lt;BR /&gt;Alfresco/src/main/amp/web&lt;BR /&gt;Alfresco/src/main/amp/web/WEB-INF&lt;BR /&gt;Alfresco/src/main/amp/web/WEB-INF/web.xml&lt;BR /&gt;Alfresco/src/main/amp/module.properties&lt;BR /&gt;Alfresco/src/main/amp/file-mapping.properties&lt;BR /&gt;Alfresco/pom.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pom.xml:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Share amp structure:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Share/src&lt;BR /&gt;Share/src/main&lt;BR /&gt;Share/src/main/amp&lt;BR /&gt;Share/src/main/amp/web&lt;BR /&gt;Share/src/main/amp/web/WEB-INF&lt;BR /&gt;Share/src/main/amp/web/WEB-INF/web.xml&lt;BR /&gt;Share/src/main/amp/module.properties&lt;BR /&gt;Share/src/main/amp/file-mapping.properties&lt;BR /&gt;Share/pom.xml&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Important Note, if your timeout in the bean expires before the timeout specified in the web.xml files you will hit an ugly bug in the Upload New Version action where by it looks like you have successfully uploaded a document but it has in fact failed. You can show this behavour if you set the bean timeout to 1 minute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the two pom.xml files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jun 2017 03:09:35 GMT</pubDate>
    <dc:creator>malcolmc</dc:creator>
    <dc:date>2017-06-16T03:09:35Z</dc:date>
    <item>
      <title>Where is authentication-services-context.xml ? How to set the session timeout policy ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/where-is-authentication-services-context-xml-how-to-set-the/m-p/14852#M6547</link>
      <description>Hi,I want to change the session timeout, and maybe change also the mode (I have seen in other subject that the timeout mode could be AFTER_INACTIVITY, AFTER_FIXED_TIME, or DO_NOT_EXPIRE).Several subjects here refer to authentication-services-context.xml.But I cannot find this file in my installation</description>
      <pubDate>Thu, 18 May 2017 14:05:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/where-is-authentication-services-context-xml-how-to-set-the/m-p/14852#M6547</guid>
      <dc:creator>mikefr38</dc:creator>
      <dc:date>2017-05-18T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where is authentication-services-context.xml ? How to set the session timeout policy ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/where-is-authentication-services-context-xml-how-to-set-the/m-p/14853#M6548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Alfresco 5 you may find this context file and many other default config files (such subsystem configuration files) inside a jar file. In my case, inside:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$TOMCAT/webapps/alfresco/WEB-INF/lib/alfresco-repository-5.2.e.jar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you commented, under&amp;nbsp;&lt;SPAN&gt;$TOMCAT/webapps/&lt;/SPAN&gt;alfresco/WEB-INF/web.xml you have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;session-config&amp;gt;&lt;BR /&gt; &amp;lt;session-timeout&amp;gt;60&amp;lt;/session-timeout&amp;gt;&lt;BR /&gt; &amp;lt;/session-config&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may change the war too, even do an AMP package if you want.&amp;nbsp;Regarding alfresco tickets, in&amp;nbsp;alfresco-global.properties you can set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# If authentication.ticket.ticketsExpire is true and&lt;BR /&gt;# authentication.ticket.expiryMode is AFTER_FIXED_TIME or AFTER_INACTIVITY,&lt;BR /&gt;# this controls the minimum period for which tickets are valid. &lt;BR /&gt;# The default is PT1H for one hour.&lt;BR /&gt;&lt;STRONG&gt;authentication.ticket.validDuration=PT4H&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 15:47:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/where-is-authentication-services-context-xml-how-to-set-the/m-p/14853#M6548</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2017-05-18T15:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Where is authentication-services-context.xml ? How to set the session timeout policy ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/where-is-authentication-services-context-xml-how-to-set-the/m-p/14854#M6549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few things you need to do to change the session timeout for users:&lt;/P&gt;&lt;P&gt;1. create your authentication bean timeout xml file in tomcat/shared/classes/alfresco/extension/authentication-services-context.xml (or what ever other name you would like), shown in other posts&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.springframework.org/dtd/spring-beans.dtd" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.springframework.org/dtd/spring-beans.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;beans&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- The ticket component, Used for reauthentication&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="ticketComponent" class="org.alfresco.repo.security.authentication.InMemoryTicketComponentImpl"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="ticketsCache"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="ticketsCache"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- The period for which tickets are valid in XML duration format, default P1H is 1 Hour --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="validDuration"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;PT17H&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Do tickets expire or live for ever? --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="ticketsExpire"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Are tickets only valid for a single use? --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="oneOff"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- If ticketsEpire is true then how they should expire --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- AFTER_INACTIVITY, AFTER_FIXED_TIME, DO_NOT_EXPIRE&amp;nbsp; --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- The default is AFTER_FIXED_TIME --&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="expiryMode"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;AFTER_INACTIVITY&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&amp;lt;/beans&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;2. modify tomcat/webapps/alfresco/WEB-INF/web.xml and tomcat/webapps/share/WEB-INF/web.xml such that &amp;lt;session-timeout&amp;gt;960&amp;lt;/session-timeout&amp;gt; is less than the timeout specified in your bean (e.g 16 hours)&lt;BR /&gt;You are right, with respect to these web.xml files being part of the war files. My method to replace these at the moment is to place my changes in two seperate .amp files which are placed in the amps and amps_share folder which then over write the system files when ever amps are applied (use bin/apply_amps.sh -force).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfresco Amp structure:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Alfresco/src/main&lt;BR /&gt;Alfresco/src/main/amp&lt;BR /&gt;Alfresco/src/main/amp/web&lt;BR /&gt;Alfresco/src/main/amp/web/WEB-INF&lt;BR /&gt;Alfresco/src/main/amp/web/WEB-INF/web.xml&lt;BR /&gt;Alfresco/src/main/amp/module.properties&lt;BR /&gt;Alfresco/src/main/amp/file-mapping.properties&lt;BR /&gt;Alfresco/pom.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pom.xml:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Share amp structure:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Share/src&lt;BR /&gt;Share/src/main&lt;BR /&gt;Share/src/main/amp&lt;BR /&gt;Share/src/main/amp/web&lt;BR /&gt;Share/src/main/amp/web/WEB-INF&lt;BR /&gt;Share/src/main/amp/web/WEB-INF/web.xml&lt;BR /&gt;Share/src/main/amp/module.properties&lt;BR /&gt;Share/src/main/amp/file-mapping.properties&lt;BR /&gt;Share/pom.xml&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Important Note, if your timeout in the bean expires before the timeout specified in the web.xml files you will hit an ugly bug in the Upload New Version action where by it looks like you have successfully uploaded a document but it has in fact failed. You can show this behavour if you set the bean timeout to 1 minute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the two pom.xml files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 03:09:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/where-is-authentication-services-context-xml-how-to-set-the/m-p/14854#M6549</guid>
      <dc:creator>malcolmc</dc:creator>
      <dc:date>2017-06-16T03:09:35Z</dc:date>
    </item>
  </channel>
</rss>

