Author: keith
Date: Mon Mar 31 02:06:33 2008
New Revision: 15372

Log:

removing the leading / from the error page



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    Mon Mar 31 02:06:33 2008
@@ -163,10 +163,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

Reply via email to