2.0

Table Of Contents
VMware ACE Administrator’s Manual
88 VMware, Inc.
If You Need to Change the Port Assignment for the Server
TheACE2ManagementServerisamodulerunningontheApache2.0platform.Ifyou
needtochangetheportthattheserverlistenson,youmustmanuallyedittheApache
configurationfile.
To change the port that the ACE 2 Management Server listens on
1Usingatexteditor,opentheACE2ManagementServercomponenthttp
configurationfile,whichislocatedat
OnaWindowshostserver:
C:\Program Files\VMware\VMware ACE Management Server\Apache2\conf\
httpd.conf
OnaRedHatEnterpriseLinux4hostserver:
/etc/httpd/conf.d/acesc.conf
OnanSUSELinuxEnterpriseServer9SP3hostserver:
/etc/apache2/conf.d/acesc.conf
2 LocatethelineentryinthefilethatreadsListen 443andthenchangetheport
numbertothedesiredportconfiguration.
3 LocatetheVirtualServerconfigurationforport443.Itstartswiththeline
<VirtualHost -default_:443>
andendswiththeline
</VirtualHost>
4 Changetheportnumberinthesectionheadertothedesiredportnumber(for
example,tochangetoport8443,change443to8443.
5 Savethefile.
6StopandstarttheApacheservice.See“StoppingandStartingtheApacheService
Manually”onpage85.
TheACE2ManagementServerisnowlistening
onthespecifiedport.
N
OTEThispathwillbedifferentifyouinstalledVMwareACE2Management
Serverinadifferentlocation.Usethepathyouestablishedforyourserver.
NOTEPort8000isusedbytheserverforconfiguration,andport8080isusedforthe
ACE2ManagementServerAppliance,soyoucannotchoosethoseports.