| Author |
Problem in web.xml
|
sreenath reddy
Ranch Hand
Joined: Sep 21, 2003
Posts: 415
|
|
Here is my web.xml and when i startup tomcat its showing some exception The content of element type "web-app" must match "(icon?, display-name?, description?, distributable?, context-param*, filter*, filter-mapping*, listener*, servlet*, servlet-mapping*, session-config?, mime-mapping*, welcome-file-list?, error-page*, taglib*, resource-env-ref*, resource-ref*, security-constraint*, login-config?, security-role*, env-entry*, ejb-ref*, ejb-local-ref*)". even the order on which the tags are written maps to the dtd spec??? acn any one help me out in this regard fast?? Thank you (EDIT: I added code tags to make that xml indent properly) [ November 25, 2003: Message edited by: Lasse Koskela ]
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
What is the exception?
|
Groovy
|
 |
vishwa venkat
Ranch Hand
Joined: Nov 22, 2003
Posts: 185
|
|
The file named http://java.sun.com/j2ee/dtds/web-app_2_3.dtd has been renamed to http://java.sun.com/dtd/web-app_2_3.dtd in the most current version of the specification. Please update your application to use the new name.
|
 |
Shridhar Dhoopad
Greenhorn
Joined: Apr 16, 2000
Posts: 5
|
|
try changing the URL in the DOCTYPE to http://java.sun.com/dtd/web-app_2_3.dtd
|
 |
sreenath reddy
Ranch Hand
Joined: Sep 21, 2003
Posts: 415
|
|
|
NO its not working even if i change that dtd loaction
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Shri, According to our naming policy, your display name is missing something related to your family... You can repair it here. Thanks.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: Problem in web.xml
|
|
|