 jfos
|
We hare trying ” http://ip_to_server:9090/MidVision ” and getting :
+ head -1
+ read portFile
+ + basename
+ 2> /dev/null
pid=
+ portFileInUse=.in_use
+ mv .in_use
+ 2> /dev/null
+ renice -n -15
+ 1> /dev/null 2>& 1
+ true
+ grep -sq -E useWaitingServer=t|useWaitingServer=T /var/websm/config/user_settings/websm.cfg
+ grep -sq WServer
+ ps -o args -p
+ 2> /dev/null
+ (( 1 == 0 ))
+ rm -fr .in_use
+ startNewWServer
Language received from client: GET
Setlocale: C
WServer.HANDSHAKING 4097 WServer.HANDSHAKING
Also something is listening on port 9090 already:
# netstat -an | grep 9090
tcp4 0 0 *.9090 *.* LISTEN
tcp4 0 0 ip_to_server.9090 ip_of_my_laptop.59673 LAST_ACK
|
 robvanstone
Post count: 28
|
Hi,
On AIX there is a process called WebSM which is a gui based administration tool which by default runs on port 9090 (which we have also chosen to use by default). If you use WebSM and do not wish to disable it (see aix documentation for details (or search internet for WebSM) then you simply need to alter the port that MidVision is running under.
This can be done by following thse steps
Stop RapidDeploy
navigate to /web-apps/tomcat/conf/
backup your server.xml file
edit server.xml and change port 9090 to a new unused port number
Restart RapidDeploy
|