Skip to content
Snippets Groups Projects
Commit aa2d7c0d authored by sven's avatar sven
Browse files

manager access

parent 3b0a8f4c
No related branches found
No related tags found
No related merge requests found
...@@ -62,8 +62,10 @@ RUN mkdir -p /home/phis/tomcat ...@@ -62,8 +62,10 @@ RUN mkdir -p /home/phis/tomcat
RUN cp -r /home/phis/apache-tomcat-9.0.12/conf /home/phis/tomcat RUN cp -r /home/phis/apache-tomcat-9.0.12/conf /home/phis/tomcat
RUN cp -r /home/phis/apache-tomcat-9.0.12/webapps /home/phis/tomcat RUN cp -r /home/phis/apache-tomcat-9.0.12/webapps /home/phis/tomcat
ADD tomcat-users.xml /home/phis/tomcat/conf ADD tomcat-users.xml /home/phis/tomcat/conf
ADD rdf4j-server.war /home/phis/tomcat/webapps ADD rdf4j-server.war /home/phis/tomcat/webapps
ADD rdf4j-workbench.war /home/phis/tomcat/webapps ADD rdf4j-workbench.war /home/phis/tomcat/webapps
ADD context.xml /home/phis/tomcat/webapps/manager/META-INF/
ADD pom.xml /home/phis/phis-ws/phis2-ws ADD pom.xml /home/phis/phis-ws/phis2-ws
ADD config.properties /home/phis/phis-ws/phis2-ws/src/main/profiles/prod ADD config.properties /home/phis/phis-ws/phis2-ws/src/main/profiles/prod
RUN cd /home/phis/phis-ws/phis2-ws && mvn clean install -Pprod RUN cd /home/phis/phis-ws/phis2-ws && mvn clean install -Pprod
......
<?xml version="1.0" encoding="UTF-8"?>
<!--
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 antiResourceLocking="false" privileged="true" >
<!-- --><Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" /> -->
<Manager sessionAttributeValueClassNameFilter="java\.lang\.(?:Boolean|Integer|Long|Number|String)|org\.apache\.catalina\.filters\.CsrfPreventionFilter\$LruCache(?:\$1)?|java\.util\.(?:Linked)?HashMap"/>
</Context>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment