Changes between Initial Version and Version 1 of Ticket #1333


Ignore:
Timestamp:
Jun 12, 2009, 2:17:00 PM (15 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1333

    • Property Owner changed from everyone to Nicklas Nordborg
    • Property Status newassigned
  • Ticket #1333 – Description

    initial v1  
    44However we have found that some GenePattern modules have problems accessing files on the BASE server. GenePattern can't just download any file. The files that have been selected as input files for a job are first copied to a temporary directory. The actual download is handled by a servlet with an URL like:
    55
    6 http://auster.thep.lu.se:8080/trunk/extensions/gp-integration.jar/Download/2009-06-12/gp-28361304/normalized.gct.servlet
     6!http://auster.thep.lu.se:8080/trunk/extensions/gp-integration.jar/Download/2009-06-12/gp-28361304/normalized.gct.servlet
    77
    88This works in many cases but some GenePattern modules has problems with the '.servlet' extension of the file. With manual configuration of Tomcat we could easily trigger on something else than '.servlet', for example /extensions/gp-integration.jar/Download but manual configuration is not something that we want.