You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Maciej Matuszewski (JIRA)" <ji...@apache.org> on 2013/10/28 13:24:30 UTC

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

Maciej Matuszewski created SLING-3208:
-----------------------------------------

             Summary: 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
             Fix For: Sling Eclipse IDE 1.0.0
         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. 
<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>



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