1046 |
05 Dec 06 |
olle |
1 |
<!-- |
1046 |
05 Dec 06 |
olle |
$Id: web.xml 939 2006-11-20 12:12:22Z gregory $ |
1046 |
05 Dec 06 |
olle |
3 |
|
1916 |
31 Aug 07 |
jari |
Copyright (C) 2006 Olle Mansson |
1916 |
31 Aug 07 |
jari |
Copyright (C) 2007 Gregory Vincic |
1046 |
05 Dec 06 |
olle |
6 |
|
1046 |
05 Dec 06 |
olle |
Files are copyright by their respective authors. The contributions to |
1046 |
05 Dec 06 |
olle |
files where copyright is not explicitly stated can be traced with the |
1046 |
05 Dec 06 |
olle |
source code revision system. |
1046 |
05 Dec 06 |
olle |
10 |
|
1046 |
05 Dec 06 |
olle |
This file is part of Proteios. |
1046 |
05 Dec 06 |
olle |
Available at http://www.proteios.org/ |
1046 |
05 Dec 06 |
olle |
13 |
|
1046 |
05 Dec 06 |
olle |
Proteios is free software; you can redistribute it and/or |
1046 |
05 Dec 06 |
olle |
modify it under the terms of the GNU General Public License |
1046 |
05 Dec 06 |
olle |
as published by the Free Software Foundation; either version 2 |
1046 |
05 Dec 06 |
olle |
of the License, or (at your option) any later version. |
1046 |
05 Dec 06 |
olle |
18 |
|
1046 |
05 Dec 06 |
olle |
Proteios is distributed in the hope that it will be useful, |
1046 |
05 Dec 06 |
olle |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
1046 |
05 Dec 06 |
olle |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
1046 |
05 Dec 06 |
olle |
GNU General Public License for more details. |
1046 |
05 Dec 06 |
olle |
23 |
|
1046 |
05 Dec 06 |
olle |
You should have received a copy of the GNU General Public License |
1046 |
05 Dec 06 |
olle |
along with this program; if not, write to the Free Software |
1046 |
05 Dec 06 |
olle |
Foundation, Inc., 59 Temple Place - Suite 330, |
1046 |
05 Dec 06 |
olle |
Boston, MA 02111-1307, USA. |
1046 |
05 Dec 06 |
olle |
28 |
--> |
1046 |
05 Dec 06 |
olle |
29 |
|
1046 |
05 Dec 06 |
olle |
<web-app> |
1046 |
05 Dec 06 |
olle |
31 |
|
1046 |
05 Dec 06 |
olle |
<servlet> |
1046 |
05 Dec 06 |
olle |
<servlet-name>proteios</servlet-name> |
1046 |
05 Dec 06 |
olle |
<servlet-class>se.lu.thep.waf.ActionServlet</servlet-class> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>action.parameter.name</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>action</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>action.factory</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>org.proteios.action.ActionFactory</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>init.action.id</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>org.proteios.action.execute.Init</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>destroy.action.id</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>org.proteios.action.execute.Destroy</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>permission.controller</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>org.proteios.RoleController</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>permission.denied.page</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>/denied.jsp</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>missing.required.parameter.page</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>/missing_parameters.jsp</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>max.file.size</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>1000000</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>temporary.file.repository</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>__TEMPFILES__</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>system.error.template</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>/system_error.jsp</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
<!-- Global attributes --> |
1046 |
05 Dec 06 |
olle |
<init-param> |
1046 |
05 Dec 06 |
olle |
<param-name>APP_PATH</param-name> |
1046 |
05 Dec 06 |
olle |
<param-value>/proteios/app</param-value> |
1046 |
05 Dec 06 |
olle |
</init-param> |
1046 |
05 Dec 06 |
olle |
</servlet> |
1046 |
05 Dec 06 |
olle |
81 |
|
1046 |
05 Dec 06 |
olle |
<servlet-mapping> |
1046 |
05 Dec 06 |
olle |
<servlet-name>proteios</servlet-name> |
1046 |
05 Dec 06 |
olle |
<url-pattern>/app/*</url-pattern> |
1046 |
05 Dec 06 |
olle |
</servlet-mapping> |
1046 |
05 Dec 06 |
olle |
86 |
|
1046 |
05 Dec 06 |
olle |
<error-page> |
1046 |
05 Dec 06 |
olle |
<error-code>403</error-code> |
1046 |
05 Dec 06 |
olle |
<location>/denied403.jsp</location> |
1046 |
05 Dec 06 |
olle |
</error-page> |
1046 |
05 Dec 06 |
olle |
<error-page> |
1046 |
05 Dec 06 |
olle |
<exception-type>java.lang.Exception</exception-type> |
1046 |
05 Dec 06 |
olle |
<location>/exception.jsp</location> |
1046 |
05 Dec 06 |
olle |
</error-page> |
2420 |
22 Nov 07 |
gregory |
95 |
|
1046 |
05 Dec 06 |
olle |
<servlet> |
2420 |
22 Nov 07 |
gregory |
<servlet-name>proteiosService</servlet-name> |
2420 |
22 Nov 07 |
gregory |
<servlet-class>org.proteios.Service</servlet-class> |
2420 |
22 Nov 07 |
gregory |
<init-param> |
2423 |
23 Nov 07 |
gregory |
<param-name>context.projects</param-name> |
2423 |
23 Nov 07 |
gregory |
<param-value>org.proteios.core.Project</param-value> |
2423 |
23 Nov 07 |
gregory |
</init-param> |
2423 |
23 Nov 07 |
gregory |
<init-param> |
2420 |
22 Nov 07 |
gregory |
<param-name>context.files</param-name> |
2420 |
22 Nov 07 |
gregory |
<param-value>org.proteios.core.File</param-value> |
2420 |
22 Nov 07 |
gregory |
</init-param> |
2420 |
22 Nov 07 |
gregory |
<init-param> |
2420 |
22 Nov 07 |
gregory |
<param-name>context.samples</param-name> |
2420 |
22 Nov 07 |
gregory |
<param-value>org.proteios.core.Sample</param-value> |
2420 |
22 Nov 07 |
gregory |
</init-param> |
2420 |
22 Nov 07 |
gregory |
<init-param> |
2420 |
22 Nov 07 |
gregory |
<param-name>context.extracts</param-name> |
2420 |
22 Nov 07 |
gregory |
<param-value>org.proteios.core.Extract</param-value> |
2420 |
22 Nov 07 |
gregory |
</init-param> |
2420 |
22 Nov 07 |
gregory |
<init-param> |
2420 |
22 Nov 07 |
gregory |
<param-name>context.gels</param-name> |
2420 |
22 Nov 07 |
gregory |
<param-value>org.proteios.core.GelElectrophoresis</param-value> |
2420 |
22 Nov 07 |
gregory |
</init-param> |
2420 |
22 Nov 07 |
gregory |
<init-param> |
2420 |
22 Nov 07 |
gregory |
<param-name>context.hits</param-name> |
2420 |
22 Nov 07 |
gregory |
<param-value>org.proteios.core.Hit</param-value> |
2420 |
22 Nov 07 |
gregory |
</init-param> |
1046 |
05 Dec 06 |
olle |
</servlet> |
1046 |
05 Dec 06 |
olle |
<servlet-mapping> |
2420 |
22 Nov 07 |
gregory |
<servlet-name>proteiosService</servlet-name> |
2438 |
30 Nov 07 |
gregory |
<url-pattern>/resource/*</url-pattern> |
2420 |
22 Nov 07 |
gregory |
</servlet-mapping> |
1046 |
05 Dec 06 |
olle |
</web-app> |