diff --git a/myuw-root-jar/pom.xml b/myuw-error-valve/pom.xml
similarity index 100%
rename from myuw-root-jar/pom.xml
rename to myuw-error-valve/pom.xml
diff --git a/myuw-root-jar/src/main/java/edu/wisc/my/root/MyUWErrorValve.java b/myuw-error-valve/src/main/java/edu/wisc/my/root/MyUWErrorValve.java
similarity index 100%
rename from myuw-root-jar/src/main/java/edu/wisc/my/root/MyUWErrorValve.java
rename to myuw-error-valve/src/main/java/edu/wisc/my/root/MyUWErrorValve.java
diff --git a/myuw-root-jar/src/main/webapp/WEB-INF/web.xml b/myuw-error-valve/src/main/webapp/WEB-INF/web.xml
similarity index 100%
rename from myuw-root-jar/src/main/webapp/WEB-INF/web.xml
rename to myuw-error-valve/src/main/webapp/WEB-INF/web.xml
diff --git a/myuw-root-jar/src/main/webapp/favicon.ico b/myuw-error-valve/src/main/webapp/favicon.ico
similarity index 100%
rename from myuw-root-jar/src/main/webapp/favicon.ico
rename to myuw-error-valve/src/main/webapp/favicon.ico
diff --git a/myuw-root-jar/src/main/webapp/main_logo_w_all.png b/myuw-error-valve/src/main/webapp/main_logo_w_all.png
similarity index 100%
rename from myuw-root-jar/src/main/webapp/main_logo_w_all.png
rename to myuw-error-valve/src/main/webapp/main_logo_w_all.png
diff --git a/myuw-root-war/pom.xml b/myuw-root-webapp/pom.xml
similarity index 100%
rename from myuw-root-war/pom.xml
rename to myuw-root-webapp/pom.xml
diff --git a/myuw-root-war/src/main/webapp/404.html b/myuw-root-webapp/src/main/webapp/404.html
similarity index 100%
rename from myuw-root-war/src/main/webapp/404.html
rename to myuw-root-webapp/src/main/webapp/404.html
diff --git a/myuw-root-war/src/main/webapp/500.html b/myuw-root-webapp/src/main/webapp/500.html
similarity index 100%
rename from myuw-root-war/src/main/webapp/500.html
rename to myuw-root-webapp/src/main/webapp/500.html
diff --git a/myuw-root-war/src/main/webapp/WEB-INF/web.xml b/myuw-root-webapp/src/main/webapp/WEB-INF/web.xml
similarity index 100%
rename from myuw-root-war/src/main/webapp/WEB-INF/web.xml
rename to myuw-root-webapp/src/main/webapp/WEB-INF/web.xml
diff --git a/myuw-root-war/src/main/webapp/favicon.ico b/myuw-root-webapp/src/main/webapp/favicon.ico
similarity index 100%
rename from myuw-root-war/src/main/webapp/favicon.ico
rename to myuw-root-webapp/src/main/webapp/favicon.ico
diff --git a/myuw-root-war/src/main/webapp/main_logo_w_all.png b/myuw-root-webapp/src/main/webapp/main_logo_w_all.png
similarity index 100%
rename from myuw-root-war/src/main/webapp/main_logo_w_all.png
rename to myuw-root-webapp/src/main/webapp/main_logo_w_all.png
diff --git a/pom.xml b/pom.xml
index b5fe8679cceccb9b144dcb1074c5f1ac5fe0708b..799211b18a341805f6b93b5291a066df464ca1a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,8 @@
   <url>git@git.doit.wisc.edu:myuw/my-root.git</url>
   
   <modules>
-    <module>myuw-root-jar</module>
-    <module>myuw-root-war</module>
+    <module>myuw-error-valve</module>
+    <module>myuw-root-webapp</module>
   </modules>
   
   <repositories>