Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
phis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NPEC
phis
Commits
aa2d7c0d
Commit
aa2d7c0d
authored
6 years ago
by
sven
Browse files
Options
Downloads
Patches
Plain Diff
manager access
parent
3b0a8f4c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/phis/Dockerfile
+2
-0
2 additions, 0 deletions
docker/phis/Dockerfile
docker/phis/context.xml
+22
-0
22 additions, 0 deletions
docker/phis/context.xml
with
24 additions
and
0 deletions
docker/phis/Dockerfile
+
2
−
0
View file @
aa2d7c0d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docker/phis/context.xml
0 → 100644
+
22
−
0
View file @
aa2d7c0d
<?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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment