--- 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?

> <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.

> <result name="success" type="redirect">loginSuccess</result>

This should be type="redirectAction" if you're redirecting to an action.

> 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.

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?

Dave


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

Reply via email to