mr.push
Joined: 17 Jan 2008 Posts: 25
|
Posted: Tue Jan 29, 2008 12:54 pm |
|
|
Easy to do that:
1. Open the configuration file: <IPUSH_HOME>\iPush\iPush.ini,
find and change the value of ListenPort= to the port number you want, then save.
2. Restart the iPush messaging kernel.
In Windows, restart the service ICE iPush V2 in service console.
In Linux, restart the service ipushd with the following command as user root:
( current directory <IPUSH_HOME>\iPush )
Done.
PS. If you configure the iPush listen port to number under 1024 in Linux, you can't start the iPush service with user ipush anymore, the following command doesn't work:
# service ipushv2 [start/restart]
You may change the IPUSH_USER setting from ipush to root in script /etc/rc.d/init.d/ipushv2 to correct this. _________________ Serve the realtime RIA developers |
|