| Author |
software for checking the validity of web.xml
|
david hu
Ranch Hand
Joined: Jul 20, 2001
Posts: 143
|
|
|
I am looking for a software that can check the validity of web.xml, so I know it is well-formed. Can anyone suggest me one for JSp and servlet deployment?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
|
|
|
If the web.xml is not well-formed, you will get errors from Tomcat. Why the need for another tool?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Edwin Keeton
Ranch Hand
Joined: Jul 10, 2002
Posts: 214
|
|
|
If you want to be fancy, you can use an xml editor. There are many to choose from.
|
SCJP, SCWCD
|
 |
Hassan Schnieder
Greenhorn
Joined: Jun 09, 2006
Posts: 11
|
|
Hello, I've been using eclipse IDE and it gives me plenty of errors when something is malformed. so, use an IDE... eclipse is good. netbeans ... etc. regards, Hassan
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
|
|
A few years ago I bought XMLspy - expensive but great functionality for all sorts of XML related tasks. Altova now has a free "home edition" downloable. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: software for checking the validity of web.xml
|
|
|