Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irma_idin_webclient
Commits
31e9e5c3
Commit
31e9e5c3
authored
Apr 18, 2017
by
Sietse Ringers
Browse files
Remove web.xml
parent
7aa8a62e
Changes
1
Hide whitespace changes
Inline
Side-by-side
WEB-INF/web.xml
deleted
100644 → 0
View file @
7aa8a62e
<?xml version="1.0" encoding="UTF-8"?>
<!-- This web.xml file is not required when using Servlet 3.0 container,
see implementation details http://jersey.java.net/nonav/documentation/latest/jax-rs.html -->
<web-app
version=
"3.0"
xmlns=
"http://java.sun.com/xml/ns/javaee"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<servlet>
<servlet-name>
irma_idin_server
</servlet-name>
<servlet-class>
org.glassfish.jersey.servlet.ServletContainer
</servlet-class>
<init-param>
<param-name>
javax.ws.rs.Application
</param-name>
<param-value>
org.irmacard.idin.web.IdinApplication
</param-value>
</init-param>
<load-on-startup>
1
</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>
irma_idin_server
</servlet-name>
<url-pattern>
/api/*
</url-pattern>
</servlet-mapping>
</web-app>
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment