Conflict with port 9090 on AIX

HomeForumsRapidDeployInstallationConflict with port 9090 on AIX

This topic is: not resolved

This topic has 2 voices, contains 1 reply, and was last updated by  robvanstone 100 days ago.

Viewing 2 posts - 1 through 2 (of 2 total)
Author Posts
Author Posts
February 9, 2012 at 3:45 pm #2751

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

February 9, 2012 at 4:33 pm #2755

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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.