The Artima Developer Community
Sponsored Link

Web Services Forum
servlet action not avaliable

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Thilani Abeysinghe

Posts: 1
Nickname: thils
Registered: Nov, 2006

servlet action not avaliable Posted: Nov 28, 2006 2:16 AM
Reply to this message Reply
Advertisement
I have using jsp and struts.I have a login form created.
the form action is like this
<html:form action="/home" method="post">
And in struts configuration file there is a action mapping

<action input="/login.jsp" name="loginForm" path="/home" scope="request" type="com.wavenet.dialogSMSC.LoginAction" validate="true">
<forward name="home" path="/home.jsp" />
</action>

<form-bean name="loginForm" type="com.wavenet.dialogSMSC.LoginForm" />
And I have the java file com.wavenet.dialogSMSC.LoginAction"

but when I submit the login form it gives this error message.
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.17


can anyone help on this

Thanx

Topic: Corba and web services Previous Topic   Next Topic Topic: Regarding connect Timeout in gSOAP

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use