Skip to content

Commit

Permalink
Merge pull request #7999 from ashendes/deployment-update
Browse files Browse the repository at this point in the history
Tomcat session manager changed to StandardManager in context.xml
  • Loading branch information
malithie authored Apr 1, 2020
2 parents 90a9534 + edc523d commit e4d4977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
<replace file="../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/resources/conf/templates/repository/conf/carbon.xml.j2" token="${product.key}" value="IS" />

<replace file="../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/context.xml" token="&lt;Context crossContext=&quot;true&quot;&gt;" value="&lt;Context crossContext=&quot;true&quot; useHttpOnly=&quot;true&quot;&gt;" />
<replace file="../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/context.xml" token="&lt;Manager className=&quot;org.wso2.carbon.webapp.mgt.CarbonTomcatSessionManager&quot;&gt;" value="&lt;Manager className=&quot;org.apache.catalina.session.StandardManager&quot;&gt;" />
<replace file="../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/catalina-server.xml" token="clientAuth=&quot;false&quot;" value="clientAuth=&quot;want&quot;" />

<replace file="target/wso2carbon-core-${carbon.kernel.version}/repository/conf/carbon.xml" token="&lt;ServerURL&gt;https://${carbon.local.ip}" value="&lt;ServerURL&gt;https://localhost" />
Expand Down

0 comments on commit e4d4977

Please sign in to comment.