• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Default web.xml in JBoss 3.0.x

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's the location of the DEFAULT "web.xml" of the default web container in the JBoss 3.0.x bundled with Tomcat 4.1.x?
It should be under $jboss_install/server/default/deploy/jbossweb-tomcat41.sar/WEB-INF; however, I don't even see the "jbossweb-tomcat41.sar" directory.
What I want to do is set the default error-page property for the entire web container for various error-codes; that way I can show custom error pages for various HTTP error codes.
Thanks,
-Arvind
[ March 25, 2004: Message edited by: Arvind Prabhu ]
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry if this sounds stupid, but is it possible that you have a jboss distribution with bundled jetty?
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For JBoss 3.0.x, you will find the file at $jboss_install/tomcat-4.1.x/conf. You are looking in the path for JBoss 3.2.x.
 
reply
    Bookmark Topic Watch Topic
  • New Topic