<br />
<div id="indent">
-This is a control panel for the UWOBO servlet. You can control a local or remote UWOBO servlet by filling
+This is a control panel for the UWOBO Web-Service. You can control a local or remote UWOBO service by filling
the appropriate fields <a href="#params">below</a> and sending the desired commands. In most cases, results of commands, such as error
messages or documents, will be opened in the frame at the bottom of this page. For those commands sending multiple
requests to the UWOBO server, a new window will be opened for each request issued. Note that in order to use
<br />
<div id="indent">
-The following are global parameters used by all the other section to contact the UWOBO servlet and possibly a
-getter. The getter is not required for some operations and can be excluded by unchecking the proper buttons
+The following are global parameters used by all the other section to contact the UWOBO service and possibly a
+Getter. The Getter is not required for some operations and can be excluded by unchecking the proper buttons
below.
<br /><br />
-The following is the URL used to contact the UWOBO servlet. Note that the servlet is usually launched by
-<a href="http://jakarta.apache.org" target="top">TOMCAT</a>. <tt>localhost</tt> is relative to your machine.
+The following is the URL used to contact the UWOBO Web-Service.
+<tt>localhost</tt> is relative to your machine.
<br /><br />
<br />
-The following are commands to do some simple queries about the UWOBO servlet.
+The following are commands to do some simple queries about the UWOBO service.
<br /><br />
<table border="0">
<tr>
<td>
- Retrieve the version of the UWOBO servlet running at the UWOBO URL and list the syntax
+ Retrieve the version of the UWOBO service running at the UWOBO URL and list the syntax
of the accepted commands.
- You can use this button to verify that a UWOBO servlet
+ You can use this button to verify that a UWOBO service
is actually running there:
</td>
</tr>
</tr>
<tr>
<td>
- Ask UWOBO for a list of the stylesheets currently compiled inside the servlet, along with their keys:
+ Ask UWOBO for a list of the stylesheets currently compiled inside the Web-Service, along with their keys:
</td>
</tr>
<tr>
</tr>
</table>
-Use the buttons below to remove or reload <i>all</i> the stylesheets inside the servlet. Use these commands with
-care, and remember that the servlet can be shared among different users:
+Use the buttons below to remove or reload <i>all</i> the stylesheets.
+Use these commands with
+care, and remember that UWOBO can be shared among different users:
<br /><br />
function getInitialProcessorURL()
{
- return getParam("processorURL", "http://phd.cs.unibo.it:8080/helm/servlet/uwobo/");
+ return getParam("processorURL", "http://mowgli.cs.unibo.it:58080/");
}
function getInitialGetterURL()
{
- return getParam("getterURL", "http://phd.cs.unibo.it:8081/");
+ return getParam("getterURL", "http://mowgli.cs.unibo.it:58081/");
}
function getUwoboURL()
if (ss.selectedIndex == 0) {
document.uwoboURL.elements[0].value = "";
} else {
- document.uwoboURL.elements[0].value = "http://" + ss.options[ss.selectedIndex].value + ":8080/helm/servlet/uwobo/";
+ document.uwoboURL.elements[0].value = "http://" + ss.options[ss.selectedIndex].value + ":58080/";
}
}