Re: [S2] Unable to get Struts 2.0.6 working

2007-03-08 Thread ChristopherAngel
Ah-ha! Thank you! Ian Roughley wrote: > > I think you need to change the struts.properties file to enable .do as > the extension rather than .action - this can also be achieved from the > struts.xml file. > > /Ian > > > ChristopherAngel wrote: >> I am unable to get my own example web app

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread Dave Newton
--- ChristopherAngel <[EMAIL PROTECTED]> wrote: > Yes it does, I am able to go directly to it > http://localhost:8084/MyProject/StrutsSomething.jsp Hrm... so you get a 404 rather than a Struts error msg: if it wasn't getting the Action configuration correct you'd get an S2 error, but it's as thou

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread Musachy Barroso
Are you sure the application deployed without errors? Is the status "Running" in tomcat console? regards musachy On 3/7/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- ChristopherAngel <[EMAIL PROTECTED]> wrote: > Yes it does, I am able to go directly to it > http://localhost:8084/MyProject/St

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
Yes it does, I am able to go directly to it http://localhost:8084/MyProject/StrutsSomething.jsp Dave Newton-4 wrote: > > A 404? > > Does the JSP exist at the root level of your > deployment? > > --- ChristopherAngel <[EMAIL PROTECTED]> wrote: > >> >> No nothing. >> >> >> Musachy Barroso

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
To be more specific I mean there are no errors: INFO: Reloading this Context has started 07-Mar-2007 17:54:47 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register INFO: Parsing configuration file [struts-default.xml] 07-Mar-2007 17:54:47 com.opensymphony.xwork2.config.provid

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread Dave Newton
A 404? Does the JSP exist at the root level of your deployment? --- ChristopherAngel <[EMAIL PROTECTED]> wrote: > > No nothing. > > > Musachy Barroso wrote: > > > > Any error on tomcat's log? > > > > musachy > > > > On 3/7/07, ChristopherAngel <[EMAIL PROTECTED]> > wrote: > >> > >> > >> I

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
No nothing. Musachy Barroso wrote: > > Any error on tomcat's log? > > musachy > > On 3/7/07, ChristopherAngel <[EMAIL PROTECTED]> wrote: >> >> >> I am unable to get my own example web app working with struts 2.0.6 >> >> I am using Netbeans 5.5 and tomcat 5.5.17 and have included the following