Author: tyrell
Date: Thu Jan 17 16:25:11 2008
New Revision: 12439
Log:
Reverting an erroneous commit.
Modified:
trunk/mashup/java/modules/core/conf/web_root.xml
Modified: trunk/mashup/java/modules/core/conf/web_root.xml
==============================================================================
--- trunk/mashup/java/modules/core/conf/web_root.xml (original)
+++ trunk/mashup/java/modules/core/conf/web_root.xml Thu Jan 17 16:25:11 2008
@@ -151,10 +151,10 @@
<error-page>
<error-code>500</error-code>
- <location>error.jsp</location>
+ <location>/error.jsp</location>
</error-page>
<error-page>
<error-code>404</error-code>
- <location>error.jsp</location>
+ <location>/error.jsp</location>
</error-page>
</web-app>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev