Project

General

Profile

« Previous | Next » 

Revision 5037

Added by daigle almost 15 years ago

point workflow requests to the new workflow servlet.

View differences:

common-settings.jsp
1 1
<%@ page errorPage="jsperrorpage.html"%>
2
<%@page import="edu.ucsb.nceas.metacat.service.PropertyService,edu.ucsb.nceas.metacat.util.SystemUtil"%>
2
<%@page import="edu.ucsb.nceas.metacat.properties.PropertyService,edu.ucsb.nceas.metacat.util.SystemUtil"%>
3 3
<%
4 4
	 /**
5 5
	 *   '$RCSfile$'
......
75 75
	String CGI_URL = SystemUtil.getCGI_URL();
76 76
	String CONTEXT_URL = SystemUtil.getContextURL();
77 77
	String SERVLET_URL = SystemUtil.getServletURL();
78
	String WEB_SERVLET_URL = SystemUtil.getWebServletURL();
79 78
	String STYLE_SKINS_URL = SystemUtil.getStyleSkinsURL();
80 79
	String STYLE_COMMON_URL = SystemUtil.getStyleCommonURL();
81 80
	String DEFAULT_STYLE_URL = SystemUtil.getDefaultStyleURL();

Also available in: Unified diff