Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oats-ac-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
OATS-CADC
oats-ac-web
Commits
65aac860
Commit
65aac860
authored
7 years ago
by
Sara Bertocco
Browse files
Options
Downloads
Patches
Plain Diff
sync ac search servlet ACSearchServlet added
parent
fdec0f46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/webapp/WEB-INF/web.xml.template
+1
-5
1 addition, 5 deletions
src/main/webapp/WEB-INF/web.xml.template
with
1 addition
and
5 deletions
src/main/webapp/WEB-INF/web.xml.template
+
1
−
5
View file @
65aac860
...
...
@@ -178,7 +178,6 @@
<!-- sync ac search servlet-->
<!--
<servlet>
<servlet-name>
ACSearchServlet
</servlet-name>
<servlet-class>
ca.nrc.cadc.uws.server.SyncServlet
</servlet-class>
...
...
@@ -196,7 +195,6 @@
</init-param>
<load-on-startup>
2
</load-on-startup>
</servlet>
-->
<!--
<servlet>
...
...
@@ -240,6 +238,7 @@
ca.nrc.cadc.vosi
ca.nrc.cadc.core
ca.nrc.cadc.reg
ca.nrc.cadc.ac.server.web
ca.nrc.cadc.ac.server.ldap
ca.nrc.cadc.ac.server
</param-value>
...
...
@@ -302,7 +301,6 @@
<url-pattern>
/auth/resetPassword
</url-pattern>
</servlet-mapping>
<!--
<servlet-mapping>
<servlet-name>
ACSearchServlet
</servlet-name>
<url-pattern>
/search/*
</url-pattern>
...
...
@@ -312,8 +310,6 @@
<servlet-name>
ACSearchServlet
</servlet-name>
<url-pattern>
/auth/search/*
</url-pattern>
</servlet-mapping>
-->
<servlet-mapping>
<servlet-name>
WhoAmIServlet
</servlet-name>
...
...
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