Changes between Version 3 and Version 4 of DespoinaLog/2011/02/11


Ignore:
Timestamp:
2011-02-11T10:32:06+01:00 (13 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2011/02/11

    v3 v4  
    1 Adding a servlet in molgenis for spss export 
     1Adding a servlet in molgenis for spss export
    22
    3  1. Add in web.xml the declaration of the servlet
     3 1. Add in web.xml the declaration of the servlet
    44
    55{{{
     
    1414
    1515}}}
     16{{{
     17<servlet-mapping>
     18  <servlet-name>DownloadSpSSFile</servlet-name> <url-pattern>/downloadspssfile</url-pattern>
     19</servlet-mapping>
     20}}
    1621
    17  1. Add the 
     22Location : servlets/DownloadspSSFile.java
     23 1. Add the