init
This commit is contained in:
BIN
test/deployment/broken.war
Normal file
BIN
test/deployment/broken.war
Normal file
Binary file not shown.
BIN
test/deployment/context.jar
Normal file
BIN
test/deployment/context.jar
Normal file
Binary file not shown.
BIN
test/deployment/context.war
Normal file
BIN
test/deployment/context.war
Normal file
Binary file not shown.
17
test/deployment/context.xml
Normal file
17
test/deployment/context.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
this work for additional information regarding copyright ownership.
|
||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
(the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<Context sessionCookieName="XML_CONTEXT" />
|
||||
BIN
test/deployment/contextCopyXMLFalse.war
Normal file
BIN
test/deployment/contextCopyXMLFalse.war
Normal file
Binary file not shown.
BIN
test/deployment/contextCopyXMLTrue.war
Normal file
BIN
test/deployment/contextCopyXMLTrue.war
Normal file
Binary file not shown.
BIN
test/deployment/contextUnpackWARFalse.war
Normal file
BIN
test/deployment/contextUnpackWARFalse.war
Normal file
Binary file not shown.
BIN
test/deployment/contextUnpackWARTrue.war
Normal file
BIN
test/deployment/contextUnpackWARTrue.war
Normal file
Binary file not shown.
BIN
test/deployment/dir with spaces/context.jar
Normal file
BIN
test/deployment/dir with spaces/context.jar
Normal file
Binary file not shown.
BIN
test/deployment/dir with spaces/context.war
Normal file
BIN
test/deployment/dir with spaces/context.war
Normal file
Binary file not shown.
17
test/deployment/dirContext/META-INF/context.xml
Normal file
17
test/deployment/dirContext/META-INF/context.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
this work for additional information regarding copyright ownership.
|
||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
(the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<Context sessionCookieName="DIR_CONTEXT" />
|
||||
22
test/deployment/dirContext/index.html
Normal file
22
test/deployment/dirContext/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
this work for additional information regarding copyright ownership.
|
||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
(the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<!-- dirContext -->
|
||||
<html>
|
||||
<body>
|
||||
<p>Directory based web application with a context.xml file.</p>
|
||||
</body>
|
||||
</html>
|
||||
22
test/deployment/dirNoContext/index.html
Normal file
22
test/deployment/dirNoContext/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
this work for additional information regarding copyright ownership.
|
||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
(the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<!-- dirNoContext -->
|
||||
<html>
|
||||
<body>
|
||||
<p>Directory based web application with no context.xml file.</p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
test/deployment/noContext.war
Normal file
BIN
test/deployment/noContext.war
Normal file
Binary file not shown.
Reference in New Issue
Block a user