You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ha...@apache.org on 2016/09/18 06:31:01 UTC

incubator-eagle git commit: [EAGLE-548] Add eagle service host and port config in jpm web app

Repository: incubator-eagle
Updated Branches:
  refs/heads/master 0903ed2c9 -> 6e7236501


[EAGLE-548] Add eagle service host and port config in jpm web app

https://issues.apache.org/jira/browse/EAGLE-548

Author: Hao Chen <ha...@apache.org>

Closes #439 from haoch/AddServiceConfig.


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/6e723650
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/6e723650
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/6e723650

Branch: refs/heads/master
Commit: 6e723650117232f0a4c77fa8a7e5d9bb54910cc2
Parents: 0903ed2
Author: Hao Chen <ha...@apache.org>
Authored: Sun Sep 18 14:30:39 2016 +0800
Committer: Hao Chen <ha...@apache.org>
Committed: Sun Sep 18 14:30:39 2016 +0800

----------------------------------------------------------------------
 ...apache.eagle.app.jpm.JPMWebApplicationProvider.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/6e723650/eagle-jpm/eagle-jpm-web/src/main/resources/META-INF/providers/org.apache.eagle.app.jpm.JPMWebApplicationProvider.xml
----------------------------------------------------------------------
diff --git a/eagle-jpm/eagle-jpm-web/src/main/resources/META-INF/providers/org.apache.eagle.app.jpm.JPMWebApplicationProvider.xml b/eagle-jpm/eagle-jpm-web/src/main/resources/META-INF/providers/org.apache.eagle.app.jpm.JPMWebApplicationProvider.xml
index 6c4dccd..6620b21 100644
--- a/eagle-jpm/eagle-jpm-web/src/main/resources/META-INF/providers/org.apache.eagle.app.jpm.JPMWebApplicationProvider.xml
+++ b/eagle-jpm/eagle-jpm-web/src/main/resources/META-INF/providers/org.apache.eagle.app.jpm.JPMWebApplicationProvider.xml
@@ -40,4 +40,18 @@
             <!--<required>true</required>-->
         <!--</dependency>-->
     </dependencies>
+    <configuration>
+        <property>
+            <name>service.host</name>
+            <value>localhost</value>
+            <displayName>Eagle Service Host</displayName>
+            <description>Eagle Service Host, default: localhost</description>
+        </property>
+        <property>
+            <name>service.port</name>
+            <value>8080</value>
+            <displayName>Eagle Service Port</displayName>
+            <description>Eagle Service Port, default: 8080</description>
+        </property>
+    </configuration>
 </application>
\ No newline at end of file