You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2013/10/29 09:36:33 UTC

[jira] [Resolved] (SLING-3208) Port number from server settings is not used for sling:install

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

Robert Munteanu resolved SLING-3208.
------------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: Sling Eclipse IDE 1.0.0)

We've moved away from using Maven for bundle deployment, so this no longer applies.

> Port number from server settings is not used for sling:install
> --------------------------------------------------------------
>
>                 Key: SLING-3208
>                 URL: https://issues.apache.org/jira/browse/SLING-3208
>             Project: Sling
>          Issue Type: Bug
>          Components: IDE
>    Affects Versions: Sling Eclipse IDE 1.0.0
>            Reporter: Maciej Matuszewski
>            Priority: Minor
>         Attachments: wrong_port.png
>
>
> In server setting you can set Port number in Connection section, however this port is not used for sling:install action. Maven uses default 8080. Changing this setting is available only via maven plugin configuration e.g. 
> {code:xml}
> <plugin>
>     <groupId>org.apache.sling</groupId>
>     <artifactId>maven-sling-plugin</artifactId>
>     <version>2.0.5-SNAPSHOT</version>
>     <configuration>
>         <user>admin</user>
>         <password>admin</password>
>         <slingUrl> http://localhost:5502/system/console </slingUrl>
>     </configuration>
> </plugin>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)