Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » how to custom error page instead of error 500(web.xml)
how to custom error page instead of error 500 [message #1697577] Fri, 05 June 2015 06:30
David Lee is currently offline David LeeFriend
Messages: 78
Registered: May 2013
Member
Hi,

In Tomcat7, I try to custom an error page for error HTTP 500 for RAP app, I put the following in "Host plugin/WEB-INF/web.xml".

<error-page>
<error-code>500</error-code>
<location>/error.jsp</location>
</error-page>

What is the correct setting of <location> tag ? and its corresponding location for error.jsp inside the host plugin?

Thank you!

Best,
David

[Updated on: Mon, 08 June 2015 02:47]

Report message to a moderator

Previous Topic:BrowserFunctions and evaluate from different Browser(s)
Next Topic:CSS Styles for Custom Widget
Goto Forum:
  


Current Time: Tue Mar 19 05:47:52 GMT 2024

Powered by FUDForum. Page generated in 0.02254 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top