| Author |
web.xml
|
mohamed mustaq
Greenhorn
Joined: Dec 19, 2005
Posts: 21
|
|
i am having 2 servlets in a project in which one is a controller which forwards the request to other , now i am trying to map 2 sevlets in a web.xml file, by using separate servlet tag and coressponding servlet mapping but i get a error in web.xml file such that no coresponding </web app> closing tag. can anyone suggest me the solution .. thanks in advance..
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14669
|
|
Does your web.xml starts with <web-app> and ends with </web-app> ? Check this first (and be careful of the way you write it)
|
[My Blog]
All roads lead to JavaRanch
|
 |
 |
|
|
subject: web.xml
|
|
|