Re: [S2] Unable to get Struts 2.0.6 working

2007-03-08 Thread ChristopherAngel
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? >> >> >> >> >

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 :/

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 f

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: [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
;> >> >> >> > org.apache.struts2.dispatcher.FilterDispatcher >> >> >> >> >> >> >> >> struts2 >> >> *.do >> >> >> >> >> >> index.html >> >> >> &

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
struts2 >>> >>> org.apache.struts2.dispatcher.FilterDispatcher >>> >>> >>> >>> struts2 >>> *.do >>> >>> >>> index.html >>> >>> >>>

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread Dave Newton
gt; > >> struts2 > >> *.do > >> > >> > >> index.html > >> > >> > >> > >> When I deploy my webapp no errors are thrown but > when i

Re: [S2] Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
s are thrown but when i go to >> http://localhost:8084/MyProject/StrutsSomething.do I get a 404. The port >> and host are correct as this is the tomcat instance I always use. >> >> I have also put breakpoints in my StrutsSomething Action but it is not >> reaching t

Re: Unable to get Struts 2.0.6 working

2007-03-07 Thread Musachy Barroso
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. -

Unable to get Struts 2.0.6 working

2007-03-07 Thread ChristopherAngel
-- 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 PROTECTED] For