Changeset 3102 for trunk/www/plugins/org/tigr/microarray/mev/others.jsp
- Timestamp:
- Feb 5, 2007, 11:02:35 PM (15 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/plugins/org/tigr/microarray/mev/others.jsp
r3101 r3102 26 26 --> 27 27 28 <?xml version="1.0" encoding="utf-8"?> 28 <%@ page session="false" 29 %> 30 <% 31 final String serverName=request.getServerName(); 32 final int serverPort=request.getServerPort(); 33 final String serverPath=request.getContextPath(); 34 %> 35 36 <%@page contentType="application/x-java-jnlp-file"%> 37 <% 38 response.setHeader("Expires", "0"); 39 %> 40 <?xml version="1.0" encoding="UTF-8"?> 41 <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc.//DTD JNLP 1.5//EN" "http://www.netbeans.org/jnlp/DTD/jnlp.dtd"> 29 42 30 43 <jnlp spec="1.0" 31 codebase="http://localhost:8080/base/plugins/org/tigr/microarray/mev"44 codebase="http://<%=serverName%>:<%=serverPort%><%=serverPath%>/plugins/org/tigr/microarray/mev" 32 45 version="4.0"> 33 46 <information>
Note: See TracChangeset
for help on using the changeset viewer.