Skip to content

Commit

Permalink
Merge pull request #632 from azinneera/tomcat-new
Browse files Browse the repository at this point in the history
Change tomcat host details
  • Loading branch information
harshanL committed Mar 29, 2018
2 parents 80d3041 + 10935b8 commit 8e9750d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public DeploymentCreationResult deploy(TestPlan testPlan,
List<Host> hosts = new ArrayList<>();
Host tomcatHost = new Host();
tomcatHost.setLabel("tomcatHost");
tomcatHost.setIp("ec2-52-54-230-106.compute-1.amazonaws.com");
tomcatHost.setIp("ec2-34-204-80-18.compute-1.amazonaws.com");
Host tomcatPort = new Host();
tomcatPort.setLabel("tomcatPort");
tomcatPort.setIp("8080");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private InfrastructureProvisionResult doProvision(InfrastructureConfig infrastru
List<Host> hosts = new ArrayList<>();
Host tomcatHost = new Host();
tomcatHost.setLabel("tomcatHost");
tomcatHost.setIp("ec2-52-54-230-106.compute-1.amazonaws.com");
tomcatHost.setIp("ec2-34-204-80-18.compute-1.amazonaws.com");
Host tomcatPort = new Host();
tomcatPort.setLabel("tomcatPort");
tomcatPort.setIp("8080");
Expand Down

0 comments on commit 8e9750d

Please sign in to comment.