Revision 904
Added by berkley almost 23 years ago
lib/web.xml | ||
---|---|---|
74 | 74 |
<!-- Load this servlet at server startup time --> |
75 | 75 |
<load-on-startup>5</load-on-startup> |
76 | 76 |
</servlet> |
77 |
|
|
77 |
|
|
78 | 78 |
<servlet> |
79 |
<servlet-name>marine</servlet-name> |
|
80 | 79 |
<description> |
81 | 80 |
The marine incarnation of metacatServlet |
82 | 81 |
</description> |
83 |
<servlet-class>edu.ucsb.nceas.metacat.marine.marineServlet</servlet-class> |
|
84 |
<load-on-startup>5</load-on-startup> |
|
85 |
</servlet> |
|
86 |
|
|
87 |
<servlet> |
|
88 |
<servlet-name>replication</servlet-name> |
|
89 |
<description> |
|
90 |
The marine incarnation of metacatServlet |
|
91 |
</description> |
|
92 | 82 |
<servlet-class>edu.ucsb.nceas.metacat.MetacatReplication</servlet-class> |
93 | 83 |
<load-on-startup>5</load-on-startup> |
94 | 84 |
</servlet> |
95 | 85 |
|
96 |
<servlet> |
|
97 |
<servlet-name>download</servlet-name> |
|
98 |
<description> |
|
99 |
the swdownload servlet |
|
100 |
</description> |
|
101 |
<servlet-class>edu.ucsb.nceas.swdownload.Download</servlet-class> |
|
102 |
<load-on-startup>5</load-on-startup> |
|
103 |
</servlet> |
|
104 | 86 |
|
105 | 87 |
<!-- Define mappings that are used by the servlet container to |
106 | 88 |
translate a particular request URI (context-relative) to a |
... | ... | |
125 | 107 |
<url-pattern>/metacat*</url-pattern> |
126 | 108 |
</servlet-mapping> |
127 | 109 |
|
128 |
<servlet-mapping> |
|
129 |
<servlet-name>marine</servlet-name> |
|
130 |
<url-pattern>/marineServ*</url-pattern> |
|
131 |
</servlet-mapping> |
|
132 |
|
|
133 | 110 |
<!-- Define the default session timeout for your application, |
134 | 111 |
in minutes. From a servlet or JSP page, you can modify |
135 | 112 |
the timeout for a particular session dynamically by using |
Also available in: Unified diff
updated the web.xml file. took out download servlet and marineservlet.