aspose file tools
The moose likes Servlets and the fly likes number of XMLs in web project... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "number of XMLs in web project..." Watch "number of XMLs in web project..." New topic
Author

number of XMLs in web project...

ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
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

Joined: Oct 29, 2004
Posts: 22
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: number of XMLs in web project...
 
Similar Threads
How do i correct this error
Error in Running Struts Example!!
WEB.XML file not found when using Ecllipse IDE
Session expires before timeout
Struts.xml file in Eclipse