
hi iam new to struts. when iam running my struts app after filling the login form iam getting "Servlet as is not available". iam unable to find out where the error is.iam pasting my web.xml file below.
<web-app> <servlet> <servlet-name>as</servlet-name> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>as</servlet-name> <url-pattern>*.do</url-pattern> </servlet-mapping> </web-app>
pls help me solving it

u have not given the configuration struts-confog.xml entry in the web.xml pls given the
give that it is executed. and also configure the server properly

as iam using default name for struts configuration file i.e "struts-config.xml", there is no need to specify the file name in the "web.xml" file. any way thanks for your reply
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.