Project

General

Profile

« Previous | Next » 

Revision 3780

Added by daigle about 16 years ago

Changes to remove ANT tokens for the turnkey install project

View differences:

session_vars.jsp
122 122
			
123 123
			} else {   // ...or create it if it doesn't already exist
124 124
				try {
125
					metacat = MetacatFactory.createMetacatConnection(METACAT_URL);
125
					metacat = MetacatFactory.createMetacatConnection(SERVLET_URL);
126 126
				} catch (MetacatInaccessibleException mie) {
127
					throw new ServletException("Metacat connection to "+METACAT_URL
127
					throw new ServletException("Metacat connection to "+SERVLET_URL
128 128
                                                +" failed." + mie.getMessage());
129 129
				}
130 130
				if (metacat==null) {
131
					throw new ServletException("Metacat connection to "+METACAT_URL
131
					throw new ServletException("Metacat connection to "+SERVLET_URL
132 132
                                          +" failed - Metacat object is NULL!");
133 133
				}
134 134
				rfSession.setAttribute("sess_metacatObj", metacat);
......
185 185
	<tr> 
186 186
		<td colspan="4" align="left" valign="top" class="text_plain" bgcolor="#ffff00">
187 187
			<ul>
188
				<li>METACAT_URL:&nbsp;<%=METACAT_URL%></li>
188
				<li>SERVLET_URL:&nbsp;<%=SERVLET_URL%></li>
189 189
				<li>rfSession:&nbsp;<%=rfSession%></li>
190 190
				<li>metacatResponse:&nbsp;<%=metacatResponse%></li>
191 191
				<li>posted_ldapUserName:&nbsp;<%=posted_ldapUserName%></li>

Also available in: Unified diff