java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server:
Hi All,
I have some references in my code for URL's that don't exist anymore and we do not use it also as they are in old property files. We are in the process of cleaning it, but since
they are not used the code is fine for now. When we deploy this code I'm getting the below error for that server
java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server:
Is there a way to tell weblogic 12c to not worry about these during deploy.
Please let me know and thanks for the help ...