- Timestamp:
- Jun 10, 2009, 1:13:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.genepattern/trunk/META-INF/servlets.xml
r1107 r1117 2 2 <servlets xmlns="http://base.thep.lu.se/servlets.xsd"> 3 3 <servlet> 4 <servlet-name>TestServer</servlet-name> 5 <servlet-class>net.sf.basedb.genepattern.servlet.TestServer</servlet-class> 6 <!-- 7 Specify the name of a GenePattern module that should be used with 8 the "Test server" function in the GUI. This function tests that 9 the user has entered a correct url, login and password and requires 10 an existing module on the server. 11 --> 12 <init-param> 13 <param-name>moduleToCheck</param-name> 14 <param-value>ComparativeMarkerSelection</param-value> 15 </init-param> 4 <servlet-name>Ajax</servlet-name> 5 <servlet-class>net.sf.basedb.genepattern.servlet.Ajax</servlet-class> 16 6 </servlet> 17 7 <servlet>
Note: See TracChangeset
for help on using the changeset viewer.