Description
Deployment of a Web Application .war file to GlassFish two—machine cluster is successful, but when attempting to access the application URL on Node2 (instance-TWO) where there is no DAS, a java.io.FileNotFoundException is thrown because the WSDL file cannot be found.
The problem is that the DAS does not exist on Node2.
Solution
Create the directory hierarchy for domain1 (DAS), and then copy or create a symbolic link to the WSDL file in the location in which the Web application is looking for the file.