Repository: incubator-eagle
Updated Branches:
  refs/heads/master 41cb7e1a0 -> 44a4d660b


[EAGLE-766] Set default host & port of JPM_WEB_APP as null

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

Set default host & port of JPM_WEB_APP as N/A to make sure the web will read 
web service from configured instead of always using current.

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

Closes #651 from haoch/EAGLE-766.


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

Branch: refs/heads/master
Commit: 44a4d660b3e32cb13ba7b4ffcfb21f2612abe449
Parents: 41cb7e1
Author: Hao Chen <h...@apache.org>
Authored: Tue Nov 15 11:33:54 2016 +0800
Committer: Hao Chen <h...@apache.org>
Committed: Tue Nov 15 11:33:54 2016 +0800

----------------------------------------------------------------------
 .../org.apache.eagle.app.jpm.JPMWebApplicationProvider.xml     | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/44a4d660/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 6620b21..222e306 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
@@ -43,15 +43,13 @@
     <configuration>
         <property>
             <name>service.host</name>
-            <value>localhost</value>
             <displayName>Eagle Service Host</displayName>
-            <description>Eagle Service Host, default: localhost</description>
+            <description>Set additional eagle service host, default: using 
current host</description>
         </property>
         <property>
             <name>service.port</name>
-            <value>8080</value>
             <displayName>Eagle Service Port</displayName>
-            <description>Eagle Service Port, default: 8080</description>
+            <description>Set additional eagle service port, default: using 
current port</description>
         </property>
     </configuration>
 </application>
\ No newline at end of file

Reply via email to