diff options
Diffstat (limited to 'WebContent/WEB-INF')
| -rw-r--r-- | WebContent/WEB-INF/glassfish-web.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/glassfish-web.xml b/WebContent/WEB-INF/glassfish-web.xml new file mode 100644 index 0000000..713c1d9 --- /dev/null +++ b/WebContent/WEB-INF/glassfish-web.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd"> +<glassfish-web-app> + <context-root>/FIT</context-root> +</glassfish-web-app>
\ No newline at end of file |
