Ignore:
Timestamp:
Jun 10, 2009, 1:13:21 PM (14 years ago)
Author:
Nicklas Nordborg
Message:

References #221: Configure GenePattern? server

Changed the AJAX calls to a new servlet. Now requires BASE 2.13 since that depends on new functionality in BASE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.genepattern/trunk/META-INF/servlets.xml

    r1107 r1117  
    22<servlets xmlns="http://base.thep.lu.se/servlets.xsd">
    33  <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>
    166  </servlet>
    177  <servlet>
Note: See TracChangeset for help on using the changeset viewer.