--- On Thu, 9/4/08, krishnan.1000 wrote: > newton.dave wrote: >> --- On Thu, 9/4/08, krishnan.1000 wrote: >>> When I try to load the web page, this is the error that I get. >>> The requested resource (/turorial/login) is not available. >> Is that a typo? > No this is not a typo.
You're telling me you type in "tutorial" and it says you tried to access "turorial"? >>> <init-param> >>> <param-name>actionPackages</param-name> >>> [...] >> 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. In general I don't recommend adding random configuration if they're not being added for a reason. If you're not using Codebehind/etc. you should also remove the plugin; IIRC it's an error to use it without an "actionPackages" init-param, although the parameter may be blank. >>> 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. When you start the server you see a message regarding a form tag in one of your JSP files?! Are there any errors logged during startup? I'm skeptical that the message about the form tag value is encountered during startup, before hitting an action or JSP. Are you sure that your struts.xml is being deployed properly? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]