such settings will be stored in web.xml file. put such tags in web.xml file. look for an already existing entry for the error page with the below tags. if presense/ not present try with these tags
eg:
<servlet>
<servlet-name>your error servlet name</servlet-name>
<servlet-class>error servlet class</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>your error servlet name</servlet-name>
<url-pattern>yourerror/err
</servlet-mapping>
Main Topics
Browse All Topics





by: maheshexpPosted on 2004-05-18 at 08:42:52ID: 11099209
such settings will be stored in web.xml file