|
From: <jbo...@li...> - 2005-09-16 16:26:34
|
Author: aron.gombas
Date: 2005-09-16 12:26:24 -0400 (Fri, 16 Sep 2005)
New Revision: 1143
Modified:
trunk/labs/kosmos/web-portlet/WEB-INF/portlet.xml
trunk/labs/kosmos/web-server/WEB-INF/web.xml
trunk/labs/kosmos/xdocs/reference/reference-manual.xml
Log:
Port changed 8081 -> 8080
Modified: trunk/labs/kosmos/web-portlet/WEB-INF/portlet.xml
===================================================================
--- trunk/labs/kosmos/web-portlet/WEB-INF/portlet.xml 2005-09-16 16:06:56 UTC (rev 1142)
+++ trunk/labs/kosmos/web-portlet/WEB-INF/portlet.xml 2005-09-16 16:26:24 UTC (rev 1143)
@@ -11,7 +11,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/cc-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/cc-service</value>
</init-param>
<init-param>
<name>monitored.dirs</name><!-- replace these with your local paths -->
@@ -44,7 +44,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/jira-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/jira-service</value>
</init-param>
<init-param>
<name>monitored.urls</name>
@@ -84,7 +84,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/jira-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/jira-service</value>
</init-param>
<init-param>
<name>monitored.urls</name>
@@ -126,7 +126,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/jira-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/jira-service</value>
</init-param>
<init-param>
<name>monitored.urls</name>
@@ -187,7 +187,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/sf-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/sf-service</value>
</init-param>
<init-param>
<name>monitored.urls</name>
@@ -222,7 +222,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/sf-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/sf-service</value>
</init-param>
<init-param>
<name>monitored.urls</name>
@@ -252,7 +252,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/sf-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/sf-service</value>
</init-param>
<init-param>
<name>monitored.urls</name>
@@ -283,7 +283,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/svn-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/svn-service</value>
</init-param>
<init-param>
<name>monitored.urls</name>
@@ -320,7 +320,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/svn-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/svn-service</value>
</init-param>
<init-param>
<name>monitored.urls</name>
Modified: trunk/labs/kosmos/web-server/WEB-INF/web.xml
===================================================================
--- trunk/labs/kosmos/web-server/WEB-INF/web.xml 2005-09-16 16:06:56 UTC (rev 1142)
+++ trunk/labs/kosmos/web-server/WEB-INF/web.xml 2005-09-16 16:26:24 UTC (rev 1143)
@@ -10,7 +10,7 @@
<context-param>
<param-name>webdav.url</param-name>
- <param-value>http://localhost:8081/slide/files</param-value>
+ <param-value>http://localhost:8080/slide/files</param-value>
</context-param>
<context-param>
<param-name>webdav.user</param-name>
Modified: trunk/labs/kosmos/xdocs/reference/reference-manual.xml
===================================================================
--- trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-09-16 16:06:56 UTC (rev 1142)
+++ trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-09-16 16:26:24 UTC (rev 1143)
@@ -1161,7 +1161,7 @@
entities:
<programlisting><context-param>
<param-name>webdav.url</param-name>
- <param-value>http://localhost:8081/slide/files</param-value>
+ <param-value>http://localhost:8080/slide/files</param-value>
</context-param>
<context-param>
<param-name>webdav.user</param-name>
@@ -1245,7 +1245,7 @@
<para>It points to the appropriate Hessian-service. For
example, in the case of <literal>
SfMonitoringPortlet</literal> it can be: <literal>
- http://localhost:8081/kosmos-server/sf-service</literal>.
+ http://localhost:8080/kosmos-server/sf-service</literal>.
A quick check to test whether the service is available at
the given URL is opening the URL in a normal browser
window. You should see a <quote>Hessian requires
@@ -1344,7 +1344,7 @@
</init-param>
<init-param>
<name>service.url</name>
- <value>http://localhost:8081/kosmos-server/kosmos-services/sf-service</value>
+ <value>http://localhost:8080/kosmos-server/kosmos-services/sf-service</value>
</init-param>
<init-param>
<name>monitored.urls</name>
|