Re: [S2] Unable to get Struts 2.0.6 working

2007-03-08 Thread ChristopherAngel
PROTECTED] -- View this message in context: http://www.nabble.com/Unable-to-get-Struts-2.0.6-working-tf3363724.html#a9372027 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
StrutsSomething Action but it is not reaching this code. Please could some one tell me if there is anything in my configuration that I am missing? -- View this message in context: http://www.nabble.com/Unable-to-get-Struts-2.0.6-working-tf3363724.html#a9358123 Sent from the Struts - User mailing

Re: Unable to get Struts 2.0.6 working

2007-03-07 Thread Musachy Barroso
as this is the tomcat instance I always use. I have also put breakpoints in my StrutsSomething Action but it is not reaching this code. Please could some one tell me if there is anything in my configuration that I am missing? -- View this message in context: http://www.nabble.com/Unable-to-get-Struts-2.0.6

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
missing? -- View this message in context: http://www.nabble.com/Unable-to-get-Struts-2.0.6-working-tf3363724.html#a9358123 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread Dave Newton
! Would you help me to carry the stone? Pink Floyd -- View this message in context: http://www.nabble.com/Unable-to-get-Struts-2.0.6-working-tf3363724.html#a9358308 Sent from the Struts - User mailing list archive at Nabble.com

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
but it is not reaching this code. Please could some one tell me if there is anything in my configuration that I am missing? -- View this message in context: http://www.nabble.com/Unable-to-get-Struts-2.0.6-working-tf3363724.html#a9358123 Sent from the Struts - User mailing list archive at Nabble.com

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
configuration that I am missing? -- View this message in context: http://www.nabble.com/Unable-to-get-Struts-2.0.6-working-tf3363724.html#a9358123 Sent from the Struts - User mailing list archive at Nabble.com

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

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 though

Re: Unable to get Struts 2.0.6 working

2007-03-07 Thread Ian Roughley
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 working with struts 2.0.6 I am using Netbeans 5.5 and tomcat

Re: Unable to get Struts 2.0.6 working

2007-03-07 Thread Dave Newton
--- Ian Roughley [EMAIL PROTECTED] 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. Yeah, that too :/ *lol* And I even have had the properties docs open on my machine for

Re: Unable to get Struts 2.0.6 working

2007-03-07 Thread Musachy Barroso
shame on us :) On 3/7/07, Dave Newton [EMAIL PROTECTED] wrote: --- Ian Roughley [EMAIL PROTECTED] 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. Yeah, that too :/ *lol*