Ticket #47 (closed Task: fixed)

Opened 13 years ago

Last modified 13 years ago

change portsettings of webservice

Reported by: JuergeN Owned by:
Priority: Major Milestone:
Component: DeepaMehta Standard Distribution Version:
Keywords: Cc:
Complexity: 1 Area: Runtime
Module:

Description

How do I configure a different port for the webservice?

Change History

comment:1 Changed 13 years ago by JuergeN

For the enduser (binary distribution): edit ./conf/config.properties

org.osgi.service.http.port=8080

to a different port. Changes will be effective after restart of the service.

For developers who build DM from source: edit ./pom.xml

<profiles>
        <profile>
            <id>run</id>
            ...
            <properties>
                <org.osgi.service.http.port>8080</org.osgi.service.http.port>

comment:2 Changed 13 years ago by JuergeN

  • Status changed from new to closed
  • Resolution set to fixed
  • Area set to Runtime
Note: See TracTickets for help on using tickets.