| Author |
run - as element in web.xml
|
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
|
|
Hi, I want to know what is the use of this element in the web.xml file. Any help will be useful. Thanks
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14572
|
|
|
I can't find an element "run" in the webapp 2.2 DTD. Could you give an example/some context?
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
|
|
Thats a 2.3 Servlet Spec feature. Not in 2.2 - satya
|
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
|
From the DTD Check out the Servlet spec for more details on the security model of Servlets.
|
 |
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
|
|
Thanks, Actually I am going through the servlet 2.3 specification and I wanted to know the use of this particular element. I found a helpful article over here It looks as if I have to look at the J2EE spec 1.3 to look at this element.
|
 |
 |
|
|
subject: run - as element in web.xml
|
|
|