[
https://issues.apache.org/jira/browse/SLING-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maciej Matuszewski updated SLING-3208:
--------------------------------------
Attachment: wrong_port.png
> 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)