[MOBY-guts] biomoby commit

senger@ebi.ac.uk senger at pub.open-bio.org
Sun Nov 9 01:05:03 UTC 2003


senger
Sat Nov  8 20:05:02 EST 2003
Update of /home/repository/moby/moby-live/Java/src/webapps
In directory pub.open-bio.org:/tmp/cvs-serv21510/src/webapps

Modified Files:
	web.xml.template 
Log Message:


moby-live/Java/src/webapps web.xml.template,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/webapps/web.xml.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/webapps/web.xml.template	2003/11/08 00:36:18	1.1
+++ /home/repository/moby/moby-live/Java/src/webapps/web.xml.template	2003/11/09 01:05:02	1.2
@@ -43,6 +43,7 @@
             both the appeareance and the contents of these graphs.
         </description>
         <servlet-class>org.biomoby.client.GraphsServlet</servlet-class>
+
         <init-param>
             <param-name>refresh_interval</param-name>
             <param-value>@REFRESH_INTERVAL@</param-value>
@@ -51,6 +52,7 @@
                 from  the BioMoby registry - in minutes. An integer.
             </description>
         </init-param>
+
         <init-param>
             <param-name>cache_dir</param-name>
             <param-value>@CACHE_DIR@</param-value>
@@ -62,6 +64,7 @@
                 'cache_url' parameter.
             </description>
         </init-param>
+
         <init-param>
             <param-name>cache_url</param-name>
             <param-value>@CACHE_URL@</param-value>
@@ -71,6 +74,7 @@
                 where 'cache_dir' (yet another parameter) ends.
             </description>
         </init-param>
+
         <init-param>
             <param-name>default_endpoint</param-name>
             <param-value>@DEFAULT_ENDPOINT@</param-value>
@@ -80,6 +84,7 @@
                 default an official BioMoby site in Canada.
             </description>
         </init-param>
+
         <init-param>
             <param-name>default_namespace</param-name>
             <param-value>@DEFAULT_NAMESPACE@</param-value>
@@ -90,6 +95,42 @@
                 registry in Canada).
             </description>
         </init-param>
+
+        <init-param>
+            <param-name>dot_path</param-name>
+            <param-value>@DOT_PATH@</param-value>
+            <description>
+                A full path to the 'dot' program (excluding the 'dot' itself
+                and the ending slash). Use this only if the 'dot' program
+                is not on the PATH used by Tomcat.
+            </description>
+        </init-param>
+
+        <init-param>
+            <param-name>proxySet</param-name>
+            <param-value>@PROXY_SET@</param-value>
+            <description>
+                Set to 'true' if your Tomcat needs to find an HTTP proxy
+                server, and if it does not have it set in its own configuration.
+            </description>
+        </init-param>
+
+        <init-param>
+            <param-name>http.proxyHost</param-name>
+            <param-value>@PROXY_HOST@</param-value>
+            <description>
+                The HTTP proxy hostname.
+            </description>
+        </init-param>
+
+        <init-param>
+            <param-name>http.proxyPort</param-name>
+            <param-value>@PROXY_PORT@</param-value>
+            <description>
+                The HTTP proxy port number.
+            </description>
+        </init-param>
+
     </servlet>
 
     <!-- An example how to invoke this servlet:




More information about the MOBY-guts mailing list