Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

web.xml changing by itself in JBuilder5 when you test

Status
Not open for further replies.

tomstra

Programmer
Oct 30, 2000
6
US
We have a web.xml whose <servlet-mapping>s need to be in a certain order (so that *.do) is last. If I copy the correct web.xml to where JBuilder resides, as soon as I start running tomcat to do testing, tomcat (or maybe JBuilder) changes web.xml so that *.do is no longer last. And I even have web.xml marked as a read-only file! Any ideas as to why this is happening?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top