| Author |
Servlet action is currently unavailable
|
Shobha
Greenhorn
Joined: Aug 20, 2004
Posts: 2
|
|
Hi all, I have made a simple application, in which user enters login name and password, and if it correct then welcome page is forwarded else error page is forwarded. I want to use validator plug-in. So, in struts-config.xml file I made an entry for <plug-in> : <plug-in classname="org.apache.struts.validator.ValidatorPlugIn" > <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml" /> </plug-in> After, that when I start my application it gives me exception : type : Status Report message : Servlet action is currently unavailable description : The requested service (Servlet action is currently unavailable) is not currently available. Can, any one help me, how to resolve this problem ? Thanks.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
"Learner", Welcome to JavaRanch! We're pleased to have you here with us in the Struts forum, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks, Jeanne Forum Bartender
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Shobha
Greenhorn
Joined: Aug 20, 2004
Posts: 2
|
|
Hi, Would anyone help to sort the problem that I am getting its urgent. Thanks
|
 |
Swathi Prakash
Ranch Hand
Joined: Jan 18, 2005
Posts: 49
|
|
|
open ur struts config file in Internet Explorer// .. i think u made some mistake in struts config....
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
"Shoba", Thanks for updating your display name. Note that your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Some people prefer not to answer questions with invalid display names, so this may be affecting your response rate.
|
 |
sasikiran uvsr
Greenhorn
Joined: Mar 20, 2005
Posts: 10
|
|
hi Shobha, did you get your problem solved ? im too having the same problem that still remains to be a problem. if it is solved please post how it got solved. thanks in advance.
|
 |
Myoki Spencer
Greenhorn
Joined: Oct 06, 2005
Posts: 1
|
|
I was getting this error also. Make sure you have all the commons .jar files. I was missing commons-beanutils.jar. hth, Myoki
|
 |
 |
|
|
subject: Servlet action is currently unavailable
|
|
|