Project

General

Profile

« Previous | Next » 

Revision 3112

Added by perry over 17 years ago

upgrade to geoserver 1.4rc5

View differences:

web.xml
5 5
  <description>Web Mapping and Feature Services</description>
6 6

  
7 7
  <context-param>
8
    <param-name>serviceStratagy</param-name>
8
    <param-name>serviceStrategy</param-name>
9 9
    <!-- Meaning of the different values :
10 10
    	 
11 11
    	 PARTIAL-BUFFER
......
40 40
		<param-name>contextConfigLocation</param-name>
41 41
		<param-value>classpath*:/applicationContext.xml</param-value>
42 42
	</context-param>
43
	
44
	<!-- 
45
	<context-param>
46
	  <param-name>PROXY_BASE_URL</param-name>
47
	  <param-value>http://82.58.146.45/</param-value>
48
	</context-param>
49
	 -->
50
	
43 51

  
44 52
   <!--
45 53
	  <context-param>
......
246 254
  </mime-mapping>
247 255
		      
248 256
  <welcome-file-list>
249
    <welcome-file>/WEB-INF/pages/index.jsp</welcome-file>
257
    <welcome-file>index.jsp</welcome-file>
250 258
  </welcome-file-list>
251 259
 
252 260
  <error-page>

Also available in: Unified diff