Results 1 to 1 of 1
- 04-18-2008, 07:25 PM #1
Member
- Join Date
- Nov 2007
- Posts
- 50
- Rep Power
- 0
HTTP Status 404 - Servlet action is not available---Error
Hi All,
I Just wrote a program using struts,that is Login form,takes username and password and compares with some strings in MyAction class.depends upon the result, response is forwarded to any of one the pages success.jsp or Login.jsp.
I wrote this by importing struts-blank.war file.It works fine.
But i want to check username and password from database.so i just included the below code
And also i changed action class accordingly.I didn't change any thing else.Java Code:<data-sources> <data-source type="org.apache.commons.dbcp.BasicDataSource"> <set-property property="key" value="siri"/> <set-property property="driverClass" value="sun.jdbc.odbc.JdbcOdbcDriver"/> <set-property property="url" value="jdbc:odbc:MyOracle"/> <set-property property="user" value="system"/> <set-property property="password" value="welcomeme"/> </data-source> </data-sources>
But now when i try to run this form eclipse,first Login.jsp is working well.but when click on submit button i am getting error like below
I searched many forums to solve this problem..but it couldn't work..Java Code:HTTP Status 404 - Servlet action is not available type: Status report message: Servlet action is not available description The requested resource (Servlet action is not available) is not available. Apache Tomcat/5.5.26
Can any one please give me suggestions to solve this problem.
And also in both cases i have another problem..i am not getting error messages from my application.properties file.
Please help me..
Thankq very much.
sireesha.
Similar Threads
-
HTTP stauts error
By priyanka_t in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 12-17-2007, 09:10 AM -
HTTP Status 404 - Servlet action is not available
By onceuponatime in forum Java ServletReplies: 1Last Post: 12-11-2007, 04:29 PM -
Error: javax.servlet.ServletException: Column not found
By barney in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-07-2007, 07:20 AM -
Generated servlet error
By tommy in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-05-2007, 10:46 AM -
Error HTTP 404
By Eric in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 07-05-2007, 08:20 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks