summaryrefslogtreecommitdiffstats
path: root/base/tps-tomcat/shared/webapps/tps/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps-tomcat/shared/webapps/tps/WEB-INF/web.xml')
-rw-r--r--base/tps-tomcat/shared/webapps/tps/WEB-INF/web.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tps-tomcat/shared/webapps/tps/WEB-INF/web.xml b/base/tps-tomcat/shared/webapps/tps/WEB-INF/web.xml
index 6e6aafb99..69316fa54 100644
--- a/base/tps-tomcat/shared/webapps/tps/WEB-INF/web.xml
+++ b/base/tps-tomcat/shared/webapps/tps/WEB-INF/web.xml
@@ -97,7 +97,7 @@
<servlet>
<servlet-name>tps</servlet-name>
- <servlet-class>org.dogtagpki.tps.server.TPSServlet</servlet-class>
+ <servlet-class>org.dogtagpki.server.tps.TPSServlet</servlet-class>
</servlet>
<listener>
@@ -119,7 +119,7 @@
<servlet-class>org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher</servlet-class>
<init-param>
<param-name>javax.ws.rs.Application</param-name>
- <param-value>org.dogtagpki.tps.server.TPSApplication</param-value>
+ <param-value>org.dogtagpki.server.tps.TPSApplication</param-value>
</init-param>
</servlet>