30 lines
779 B
HTML
30 lines
779 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<!--
|
|
To change this template, choose Tools | Templates
|
|
and open the template in the editor.
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>Package com.arsdigita.subsite</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
TODO write content
|
|
|
|
Konfiguration Filter Ausdruck in web.xml: OHNE ccm-prefix. also
|
|
<pre>
|
|
<filter>
|
|
<filter-name>subsite</filter-name>
|
|
<filter-class>com.arsdigita.subsite.SubsiteFilter</filter-class>
|
|
</filter>
|
|
|
|
<filter-mapping>
|
|
<filter-name>subsite</filter-name>
|
|
<url-pattern>/*</url-pattern>
|
|
Falsch wäre:
|
|
<url-pattern>/ccm/*</url-pattern>
|
|
</filter-mapping>
|
|
</pre>
|
|
</body>
|
|
</html>
|