博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

citrix xml service port change

Posted on 2014-01-07 16:59  bw_0927  阅读(235)  评论(0)    收藏  举报

http://terenceluk.blogspot.com/2012/07/citrix-xenapp-65-server-missing-citrix.html

Citrix XenApp 6.5 server missing the “Citrix XML Service” in the Services Console

 

Problem

You log onto your XenApp server and notice that the services console does not list Citrix XML Service as a service (this service is usually listed under Citrix XenApp Commands Remoting):

clip_image002[16]

Navigating to the following registry key also doesn’t show any configuration settings:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\CtxHttp

image

Solution

While there could be various reasons that could cause this, one of them would be because you have chosen to install the IIS XML integration during the install.  In the event that you want to change the port, you’ll need to use thectxxmlss.exe /r<port #> command as shown in the following:

ctxxmlss.exe /r8080

clip_image002[6]

Notice how the Citrix XML Service is now listed as a service:

clip_image002[8]

The configuration settings will also be populated in the registry:

clip_image002[10]

Note that the service isn’t automatically started when you register the XML service with the port so make sure you start the service:

clip_image002[12]

You can also test by telnet-ing to the port on the server to see if you get a response:

image

image

Hitting the enter button will also terminate the session and display the following response:

clip_image002[14]