• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Error Handling Websphere

 
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to Websphere, and I'm coming from a Tomcat world where creating an error page for exception types is as easy as adding the following to the web.xml file:



If I want to create custom error pages in Websphere Commerce version 5.6.1 how do I do this? I've tried updating the web.xml through the IBM Websphere Studio Application Developer but it keeps giving me a message "Some files are read-only" even though on the filesystem the file is NOT read-only.

Is there an Websphere specific way of doing this such as through the admin console or through some other IBM specific interface?

Thanks,
Jim
[ November 07, 2006: Message edited by: James Ellis ]
 
James Ellis
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to the websphere forum, YES this is how I should be doing error handling. By updating the web.xml files.

http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?forum=284&thread=141158&cat=9
 
I don't even know how to spell CIA. But this tiny ad does:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic