summaryrefslogtreecommitdiff
path: root/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-07-01 17:25:18 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-07-01 17:25:18 -0400
commitc75d7dbd613a47b217499f7a856c469a8bc59e2a (patch)
treef4cb5b93401b6a8e0f9f362e82010e8703930734 /wotonomy-web-test/src/main/webapp/WEB-INF/web.xml
parent0a3e72585d76d4ac8686e02fdd0b8a58928b9a57 (diff)
Further improvements to the test project
Improve further on the test project. The current end-goal for what that will be is a basic blog, with a capability to do basic CRM for the blog entries using the browser
Diffstat (limited to 'wotonomy-web-test/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--wotonomy-web-test/src/main/webapp/WEB-INF/web.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml b/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml
index b505b52..72a5389 100644
--- a/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml
+++ b/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml
@@ -6,12 +6,12 @@
<web-app>
<servlet>
- <servlet-name>ApplicatonServlet</servlet-name>
+ <servlet-name>ApplicationServlet</servlet-name>
<servlet-class>Application</servlet-class>
</servlet>
<servlet-mapping>
- <servlet-name>ApplicatonServlet</servlet-name>
+ <servlet-name>ApplicationServlet</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
</web-app>