WAS Quick Start Configuration
- Install the WAS web application as described here
- Make sure your Tomcat is stopped
- Open the <WAS_INSTALL_DIR>/WEB-INF/classes/conf/as/asConfig.xml file with a text or xml editor
- Enter the WAS URL
Find the line
<Parameter name="was.url">https://localhost:8443/was/WAS</Parameter>
and adjust the URL to match your installation, e.g. http://lcoalhost:8080/was/WAS if HTTPS is not enabled on your machine.
- Run a simple success check
- Restart your Tomcat
- In a browser call
https://localhost:8443/was/WAS?Service=Authentication&REQUEST=GetCapabilities







