This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes Relationship betwee doctype of Custom Tlds and web.xml Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Relationship betwee doctype of Custom Tlds and web.xml" Watch "Relationship betwee doctype of Custom Tlds and web.xml" New topic
Author

Relationship betwee doctype of Custom Tlds and web.xml

Ayan Dutta
Ranch Hand

Joined: Oct 16, 2005
Posts: 94
Hi,
when I am writing a custom tag,the tld file corresponding to that tag must have doctype .Now does this doctype has any relationship with the doctype of web.xml ?

For example the doc type of web.xml in Tomcat and in Websphere are different,for that can there be any change required ?

Regards,
Ayan
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56540
    
  14

Originally posted by Ayan Dutta:

For example the doc type of web.xml in Tomcat and in Websphere are different


There should be no difference unless Websphere is not specification-compliant.

The format of the deployment descriptor is determined in the Servlet Specification and should not be container-specific.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Relationship betwee doctype of Custom Tlds and web.xml
 
Similar Threads
What should i assign for body-content in tag file to evaluate EL
Custom tag in Jar
Custom Display Regulator Tag and Interface
what is the difference between Simple Tag, Tag File, Custom Tag, TagLib?
JSTL requirements