Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-28 Thread Julio Aragao
Sure thing Lukasz! Thanks! Julio Aragao Software Engineer ju...@quimbik.com Skype: jcnaragao Mobile Phone: US 415-684-8506 "A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bo

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Lukasz Lenart
2015-07-21 12:54 GMT+02:00 Júlio Aragão : > Lukasz, > > Thanks for the answer. So, is there a way to map the root to an specific > action, with convention and rest plugins, once RestActionMapper returning > null is the desired effect? Hm... not sure if such situation was predicted. I mean using RE

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Júlio Aragão
Lukasz, Thanks for the answer. So, is there a way to map the root to an specific action, with convention and rest plugins, once RestActionMapper returning null is the desired effect? Thanks! -Julio On Jul 21, 2015 4:44 AM, "Lukasz Lenart" wrote: > It's broken/fixed by this issue > https://issue

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Lukasz Lenart
It's broken/fixed by this issue https://issues.apache.org/jira/browse/WW-3857 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-07-21 3:05 GMT+02:00 Julio Aragao : > Hi all, > > I have a web app made using Struts 2 version 2.1.8, and its Convention and > REST plugins. I needed

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-20 Thread Tim Jowers
Thanks for the help. It works now: RAD7.0.0.6 and WAS 6.1.0.17. Works. Struts2-core-2.0.11.jar timjowers On Fri, Oct 17, 2008 at 3:48 PM, Tim Jowers <[EMAIL PROTECTED]> wrote: > > Thanks for the emails. I downgraded and made the setting but haven't solved > my malfunction yet. I'm on WebSphere Pl

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Tim Jowers
Thanks for the emails. I downgraded and made the setting but haven't solved my malfunction yet. I'm on WebSphere Platform 6.1 [BASE 6.1.0.17cf170821.07]. So, I'll mess with it some more later. Tim On Fri, Oct 17, 2008 at 2:01 PM, Struts Two <[EMAIL PROTECTED]> wrote: > >>So, I do have a working

RE: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Martin Gainty
he.org > Subject: RE: 404 error in struts 2 blank helloworld example in RAD7 > Date: Fri, 17 Oct 2008 14:48:36 -0400 > > http://www-01.ibm.com/support/docview.wss?uid=swg1PK33090 > > if JSF cant locate a .JS there should not be any special algorithms or > manipulations to han

RE: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Dave Newton
--- On Fri, 10/17/08, Martin Gainty wrote: > if JSF cant locate a .JS there should not be any special algorithms or > manipulations to handle the 404 The problem is with JSF not locating > the .js file (even though the resource is located by other means later > on) I'm going to ping the JSF folk

RE: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Martin Gainty
does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 17 Oct 2008 11:01:43 -0700 > From: [EMAIL PROTECTED] > Subject: Re: 404 error in struts 2 blank helloworld example in R

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Struts Two
>>So, I do have a working configuration for tomcat5.5. Now for WebSphere/Rad7. >>WebSphere does not give an error message but does load the .jsp but just not >>the .action. This must be a websphere configuration issue or an issue with >>conflicting .jars. i'll continue to investigate. Before you r

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Tim Jowers
Thanks for the feedback. Wow. i would NEVER have expected so much problems from sub-releases of the libs. I'm trying it in Tomcat 5.5. the lib versioning problems there are a big mess too. I first tried my files from the RAD7/WebSphere and had the same failures. Then I unjarred struts-2.0.11-all.

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Struts Two
Struts 2.0.11.2 has a known issue for running on websphere. Downgrade to struts 2.0.11.1 [That is the one I am currently using with RAD 7.5 and Websphere 6.1.0.19 and it works perfect] or upgrade to build 2.0.12 which is supposed to have fixed the issue [I have not tried it yet] - Origina

Re: 404 error

2008-06-16 Thread Jeromy Evans
srinivasa varanasi wrote: Hi I have werid problem, I have downloaded a sample application of struts 2 from net and when i try to run it it gives me 404 error ,I have chked all the jars ever thing is fine and when I comment filter part in web.xml I am able to dispay welcome page ,and if i uncom

Re: 404 error

2008-06-15 Thread Dave Newton
I'm having such a wide range of reactions to this. I'll stick with saying just ask questions on the list and not directly to list participants unless you have an existing relationship with them. --- On Sun, 6/15/08, srinivasa varanasi <[EMAIL PROTECTED]> wrote: > and also I have enclsoed my app