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
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Rob Spoor
Junilu Lacar
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Piet Souris
Carey Brown
Bartenders:
Forum:
Servlets
number of XMLs in web project...
ankur rathi
Ranch Hand
Posts: 3852
posted 17 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 17 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
Don't get me started about those stupid
light bulbs
.
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...