Provide the IP address
of the machine where you run the solution, and the user name and password for
your
vCenter Server
system in the
eamri.properties
file.
# IP of your machine.
self.ip=<solution_IP_address>
# URL prefix. If running on any other port than standard Tomcat port change 8080 to
# the used port.
self.url.prefix=http://*:<port_number>/eam-sample
# vCenter Server settings.
vc.host=<vCenter_Server_IP_address>
vc.http.proxy.port = 80
vc.https.proxy.port = 443
vc.user = <username>
vc.password = <password>
Note
If you run the Web
application server on the same machine as
vCenter Server,
change the default port value of the
self.url.prefix property from
8080 to
18080 to avoid a port clash between the
vCenter Server
instance and the Web application server.
|