| Author |
jsp not invoking servlet
|
sanaanwar khan
Greenhorn
Joined: Jan 26, 2012
Posts: 2
|
|
login page
servlet..
plzz help me why this jsp page dosent fire this servlet class....n where is problem in this program thanks
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50691
|
|
|
The action does not properly address the servlet. Be sure that the action URL starts with the context path, and is followed by the correct servlet mapping from the deployment descriptor.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: jsp not invoking servlet
|
|
|