설치 및 업그레이드 > 설치 및 구성 안내서 > 고급 구성 > 원격 PTC HTTP Server에서 실행되도록 Windchill 구성 > 추가 PTC HTTP Server 구성
  
추가 PTC HTTP Server 구성
외부 ADS 사용자가 Windchill에 로그인할 수 있게 하려면 Apache 구성에 다음 설정을 추가해야 합니다.
apacheWebApp.ldapUrl
apacheWebApp.anonBind
apacheWebApp.bindDN
apacheWebApp.bindPwd
다음 명령을 사용하여 이러한 설정을 전파할 수 있습니다.
xconfmanager -t apacheConf/config/apacheWebAppConfig.properties -s
ldapUrl="ldap://<LDAP_SERVER>/<SEARCH_BASE>?<user.uniqueIdAttribute>
?sub" -p
xconfmanager -t apacheConf/config/apacheWebAppConfig.properties -s
anonBind=false -p
xconfmanager -t apacheConf/config/apacheWebAppConfig.properties -s
bindDn="<DN>" -p
xconfmanager -t apacheConf/config/apacheWebAppConfig.properties -s
bindPwd=<PWD> p
Windows의 Windchill 셸에서 이러한 설정을 전파하려면 다음 명령을 사용합니다.
cd /d %Windchill%\apacheConf\config
ant -f applyApacheWebAppConfig.xml
PTC HTTP Server 및 Windchill을 다시 시작합니다.