| Author |
problem in web.xml
|
Prakash Dwivedi
Ranch Hand
Joined: Sep 28, 2002
Posts: 452
|
|
Hello friends, I am using of jakarta-tomcat-4.1.18 I am getting errors as soon as i start my tomcat I have made only one new entry after which i got these errors. i.e. i added listener tag, although my listener class is working fine.
|
Prakash Dwivedi (SCJP2, SCWCD, SCBCD)
"Failure is not when you fall down, Its only when you don't get up again"
|
 |
Jason Brawner
Ranch Hand
Joined: Dec 19, 2001
Posts: 66
|
|
|
Put the listener element before the other two. The deployment descriptor requires some elements to be in a particular order.
|
Jason E. Brawner<br />Sun Certified Java Programmer<br />Sun Certified Web Component Developer
|
 |
 |
|
|
subject: problem in web.xml
|
|
|