Fix sso issue and copy sso-idp-configs.xml from src/repository to pack

application-manager-new
charithag 9 years ago
parent a2ffaf170d
commit 864ee63807

@ -78,7 +78,7 @@
<!--below dependency fails synapse startup--> <!--below dependency fails synapse startup-->
<exclude>**/repository/components/plugins/asm-all_4.1.0.wso2v1.jar</exclude> <exclude>**/repository/components/plugins/asm-all_4.1.0.wso2v1.jar</exclude>
<exclude>**/conf/identity/sso-idp-config.xml</exclude>
</excludes> </excludes>
</fileSet> </fileSet>

@ -45,12 +45,12 @@
This is will become part of the End Point Reference of the This is will become part of the End Point Reference of the
services deployed on this server instance. services deployed on this server instance.
--> -->
<!--HostName>www.wso2.org</HostName--> <HostName>localhost</HostName>
<!-- <!--
Host name to be used for the Carbon management console Host name to be used for the Carbon management console
--> -->
<!--MgtHostName>mgt.wso2.org</MgtHostName--> <MgtHostName>localhost</MgtHostName>
<!-- <!--
The URL of the back end server. This is where the admin services are hosted and The URL of the back end server. This is where the admin services are hosted and

Loading…
Cancel
Save