File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes software for checking the validity of web.xml Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "software for checking the validity of web.xml" Watch "software for checking the validity of web.xml" New topic
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
    
  13

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
    
    1
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: software for checking the validity of web.xml
 
Similar Threads
Why are all configuration files only XML's ??
Check the Validity of XML document through Java
textbox to listbox(simple)
Validity of sun certification
Are Software Engineers REALLY Engineers?