Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
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
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Bear Bibeault
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
Tim Cooke
Junilu Lacar
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Jj Roberts
Carey Brown
Bartenders:
salvin francis
Frits Walraven
Piet Souris
Forum:
Servlets
number of XMLs in web project...
ankur rathi
Ranch Hand
Posts: 3851
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
When I create a web project in WSAD. It creates 3 xml files under WEB-INF directory: web.xml, ibm-web-bnd.xml and ibm-web-ext.xml. Web.xml is for
servlet
mapping (and many more), but what is the use of other two?
Thanks.
Gareth Faulkner
Greenhorn
Posts: 22
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The two other XML files are used by the local Websphere Server.
The bnd contains any binding references to things such as ebj or jndi elements.
The ext file contains the web app extension settings such as if to allow directory browsing.
They are not included in the deployable ear file but should be set on your live Webshere server configuration.
Gareth
Did Steve tell you that? Fuh - Steve. Just look at this tiny ad:
the value of filler advertising in 2020
https://coderanch.com/t/730886/filler-advertising
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How do i correct this error
Session expires before timeout
Error in Running Struts Example!!
Struts.xml file in Eclipse
WEB.XML file not found when using Ecllipse IDE
More...