Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1
-
None
-
None
Description
Currently the hostname and port number used by the integration tests are hardcoded in the pom.xml to be localhost:8080. Making this configurable via Java properties to allow testing in other web containers in the future where these may need to be configured. One such container is WebSphere which uses the port 9080 by default. The default will still be localhost:8080