RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-04 Thread Mitchell, Steven
ith a corresponding zero byte file. Steve Mitchell http://www.ByteworksInc.com -Original Message- From: Struts Two [mailto:struts...@yahoo.ca] Sent: Thursday, June 04, 2009 12:55 PM To: Struts Users Mailing List Subject: RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml Th

RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-04 Thread Struts Two
This is weird, as basic authentication works for me and I have got no problem with it. Anyways,Earlier today, I sent my Struts enterprise file to WAS Level 3 support for testing [form based authentication] and I will keep you posted as soon as I hear sth.

RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-04 Thread Mitchell, Steven
Steve Mitchell http://www.ByteworksInc.com -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Thursday, June 04, 2009 11:39 AM To: Struts Users Mailing List Subject: Re: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml For the record, we have requested license

Re: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-04 Thread Wes Wannemacher
--- > From: Mitchell, Steven > Sent: Wednesday, June 03, 2009 4:48 PM > To: 'Struts Users Mailing List' > Subject: RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml > > Wes, > > That was an interesting exercise.  I changed my welcome-file to be &g

RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-04 Thread Mitchell, Steven
ssage- From: Mitchell, Steven Sent: Wednesday, June 03, 2009 4:48 PM To: 'Struts Users Mailing List' Subject: RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml Wes, That was an interesting exercise. I changed my welcome-file to be "index.action", added th

RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-03 Thread Mitchell, Steven
Sent: Wednesday, June 03, 2009 4:00 PM To: Struts Users Mailing List Subject: Re: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml On Wed, Jun 3, 2009 at 4:54 PM, Mitchell, Steven wrote: [...] > >     Error 404: SRVE0190E: File not found: /secure/MySecureAction.action [...

RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-03 Thread Mitchell, Steven
ed /mynamespace with a zero byte file called myaction.action. Is that correct? Steve Mitchell http://www.ByteworksInc.com -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Wednesday, June 03, 2009 4:00 PM To: Struts Users Mailing List Subject: Re: Adding Struts 2.1

RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-03 Thread Struts Two
I am running Websphere 6.1.0.23 and Basic authentication works for me with the following two properties set: com.ibm.ws.webcontainer.assumefiltersuccessonsecurityerror = true com.ibm.ws.webcontainer.invokefilterscompatibility = true Can you apply fixpack 23 and test? I had two PMRs clo

Re: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-03 Thread Wes Wannemacher
On Wed, Jun 3, 2009 at 4:54 PM, Mitchell, Steven wrote: [...] > >     Error 404: SRVE0190E: File not found: /secure/MySecureAction.action [...] I don't know about all of the problems, but one thing that might help you understand this a little bit... This 404 might not be WAS' fault. In the Spec (

RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-03 Thread Mitchell, Steven
ssage- From: Struts Two [mailto:struts...@yahoo.ca] Sent: Wednesday, June 03, 2009 10:47 AM To: Struts Users Mailing List Subject: RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml > Can you explain why index.html would work and index.jsp would not? I got > index.html to

RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-03 Thread Struts Two
> Can you explain why index.html would work and index.jsp would not? I got > index.html to work Quite frankly, I do not know. I never had this problem when I was using struts 1. I could do something like this in my welcome file [which would invoke an action instead]: index.do and entering htt

RE: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-03 Thread Mitchell, Steven
); } window.location = contextpath + "myAction.action"; -Original Message- From: Struts Two [mailto:struts...@yahoo.ca] Sent: Tuesday, June 02, 2009 3:35 PM To: Struts Users Mailing List Subject: Re: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml > Typing http://s

Re: Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-02 Thread Struts Two
> Typing http://servername/context/ results in "Error 404: There > is no Action mapped for namespace / and action name ." To fix this issue, modify your welcome part of web.xml, index.html create an index.html with the following content: Loading ... Then typing http:/

Adding Struts 2.1.6 on WAS 6.1 breaks welcome-file in web.xml

2009-06-02 Thread Mitchell, Steven
Having learned that form-based authentication currently does not currently work with Struts 2.1.x on WAS 6.1 or WAS 7 I stepped back to see what does work. I gutted my web.xml and struts.xml and set about turning things on one at a time. This is what I found: 1. Basic hello world app with