source: extensions/net.sf.basedb.genepattern/trunk/META-INF/servlets.xml @ 1104

Last change on this file since 1104 was 1104, checked in by Nicklas Nordborg, 14 years ago

References #224: Add a "Test" button on the GenePattern? 'edit server' page

The "Test" button is now in place. The installation may still be a bit messy since the GenePattern? jar files has to be manually installed. We need a way to figure out what to do about that. Another problem is that the default configuration of a GenePattern? server allows a user to login with any username. Non-existing accounts are automatically created and given server admin permissions! It is possible to lock this down, but there is no web interface for adminitration of GenePattern? user accounts. There is some documentation about this: http://www.broad.mit.edu/cancer/software/genepattern/tutorial/gp_web_client.html#_Securing_the_Server

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 637 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<servlets xmlns="http://base.thep.lu.se/servlets.xsd">
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>
16  </servlet>
17</servlets>
Note: See TracBrowser for help on using the repository browser.