Hi Dave,

Thanks for your reply: I have inlined my replies.

newton.dave wrote:
> 
> --- On Thu, 9/4/08, krishnan.1000 wrote:
>> When I try to load the web page, this is the error tht I
>> get. I am deploying the application using Tomcat v6.
>> 
>> The requested resource (/turorial/login) is not available.
> 
> Is that a typo?
> 
> No this is not a typo. This is the error that I see when I try to load the
> url from the browser using Tomcat 6. When I enter
> http://localhost:8080/tutorial/login, this is the error that I get.
> 
> 
> 
>> <init-param>
>>   <param-name>actionPackages</param-name>
>>   <param-value>com.jbe.tutorial.web.action</param-value>
>> </init-param>
> 
> If you're not using the Codebehind/etc. capabilities then you probably
> don't want this in your web.xml--I don't know off the top of my head if
> that would cause the error or not.
> 
> I found this on some blog posting. Removing this did not make a
> difference.
> 
>> <result name="success" type="redirect">loginSuccess</result>
> 
> This should be type="redirectAction" if you're redirecting to an action.
> 
> I changed this. Thanks for noticing my typo. Since the page was not
> loaded, I didn't realize that this might cause an error.
> 
>> I am getting the error message No configuration found for
>> the specified action": 'login' in namespace ''. Form action 
>> defaulting to 'action' attribute's literal value.
> 
> 
> When I start my Tomcat server, this is the error that I get. The other
> error is seen in the browser window.
> 
> That's a different error than you provided at the beginning of the email.
> Are you getting two different errors? Under what circumstances are you
> getting each one? Is there anything in your log files on server startup?
> Do you have devMode turned on?
> 
> I have dev mode turned on. I have used the struts property file as given
> in this link http://struts.apache.org/2.0.11.2/docs/strutsproperties.html 
> 
> 
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Help%3A-Getting-Error-Message-%22Not-able-to-load-configuration-for-specified-action%22-tp19317093p19317773.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to