This content has been marked as final.
Show 2 replies
-
1. Re: How to test a WAR that redirects all GET request?
vineet.reynolds Mar 27, 2012 2:26 PM (in response to tkonishi)You could try providing the host and port in arquillian.xml through the servlet protocol configuration:
<container qualifier="blah" default="true">
....
<protocol type="Servlet 2.5">
<property name="host">0.0.0.0</property>
<property name="port">8080</property>
</protocol>
</container>
-
2. Re: How to test a WAR that redirects all GET request?
tkonishi Mar 31, 2012 3:08 AM (in response to vineet.reynolds)Hi Vineet,
Thanks for your response. I add arquillian.xml and put elements in it as you mentioned but my problem is not solved.
Same as I reported first, the test archive redirects arquillian request to a openam config page :-(