You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Shavindri Dissanayake (JIRA)" <ji...@apache.org> on 2015/07/20 08:58:04 UTC

[jira] [Resolved] (STRATOS-1330) Wrong Application ID in - undeploy.sh for Tomcat SSO sample

     [ https://issues.apache.org/jira/browse/STRATOS-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shavindri Dissanayake resolved STRATOS-1330.
--------------------------------------------
    Resolution: Fixed

> Wrong Application ID in - undeploy.sh for Tomcat SSO sample
> -----------------------------------------------------------
>
>                 Key: STRATOS-1330
>                 URL: https://issues.apache.org/jira/browse/STRATOS-1330
>             Project: Stratos
>          Issue Type: Bug
>          Components: Stratos Samples
>    Affects Versions: 4.1.0 Alpha
>            Reporter: Shavindri Dissanayake
>
> The command to delete the application in the undeploy.sh file [1] of the Tomcat SSO sample has the wrong application ID defined [2]. Therefore an error is given when trying to delete the application. 
> This needs to be rectified [3].
> [1] <STRATOS_SOURCE_HOME>/samples/applications/tomcat-single-signon/scripts/common
> [2] echo "Deleting application..."
> curl -X DELETE -H "Content-Type: application/json" -k -v -u admin:admin https://${host_ip}:${host_port}/api/applications/single-cartridge-app
> [3] echo "Deleting application..."
> curl -X DELETE -H "Content-Type: application/json" -k -v -u admin:admin https://${host_ip}:${host_port}/api/applications/tomcat-single-signon



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)