[MOBY-guts] biomoby commit

senger@ebi.ac.uk senger at pub.open-bio.org
Mon Oct 18 14:35:07 UTC 2004


senger
Mon Oct 18 10:35:07 EDT 2004
Update of /home/repository/moby/moby-live/Java/src/webapps
In directory pub.open-bio.org:/tmp/cvs-serv2405/src/webapps

Modified Files:
	web.xml.template 
Log Message:
searching data paths and more, see docs/ChangeLog

moby-live/Java/src/webapps web.xml.template,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/webapps/web.xml.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/src/webapps/web.xml.template	2003/11/09 01:05:02	1.2
+++ /home/repository/moby/moby-live/Java/src/webapps/web.xml.template	2004/10/18 14:35:07	1.3
@@ -36,9 +36,9 @@
 
     <!-- Servlet producing Moby Graphs -->
     <servlet>
-        <servlet-name>graphs</servlet-name>
+        <servlet-name>@SERVLET_NAME_GRAPHS@</servlet-name>
         <description>
-            It produces graphs of data types and service instances
+            It produces graphs of data and service types and service instances
             registered by any Biomoby registry. The users can customize
             both the appeareance and the contents of these graphs.
         </description>
@@ -131,13 +131,24 @@
             </description>
         </init-param>
 
+        <init-param>
+            <param-name>registry_cache_dir</param-name>
+            <param-value>@REGISTRY_CACHE_DIR@</param-value>
+            <description> An absolute path to a directory where the
+Moby registry cached objects will be created. By default (when this is
+empty) the cache will be created inside the servlet context (in
+'webapps/jmoby/cache/'). Note that this is a different cache than the
+one defined by 'cache_dir' (that one caches resulting images/graphs).
+            </description>
+        </init-param>
+
     </servlet>
 
     <!-- An example how to invoke this servlet:
          http://localhost:8080/jmoby/graphs -->
     <servlet-mapping>
-        <servlet-name>graphs</servlet-name>
-        <url-pattern>/graphs/*</url-pattern>
+        <servlet-name>@SERVLET_NAME_GRAPHS@</servlet-name>
+        <url-pattern>@SERVLET_URL_GRAPHS@</url-pattern>
     </servlet-mapping>
 
 </web-app>




More information about the MOBY-guts mailing list