** How to change the listening port number of Server **
To change the listening port number of the server simply edit the 'config/server.properties' file and add the new port number.
Note: the port number should be between 1024 and 32565. Becouse the the port numbers form 0 to 1024 are reserved by the operating system and can be occupied.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
** How to Start the WebServer **
on Linux or Unix type Systems goto bin directory and execute wsadmin.sh file with start flag
for example
'wsadmin.sh start'
and on windows execute wsadmin.bat with 'start' flag
for example
'wsadmin.bat start'
** How to Stop the WebServer **
on Linux or Unix type Systems goto bin directory and execute wsadmin.sh file with stop flag
for example
'wsadmin.sh stop'
and on windows execute wsadmin.bat with 'stop' flag
for example
'wsadmin.bat stop'
Last edit: rohit kumar 2013-03-18
** How to change the listening port number of Server **
To change the listening port number of the server simply edit the 'config/server.properties' file and add the new port number.
Note: the port number should be between 1024 and 32565. Becouse the the port numbers form 0 to 1024 are reserved by the operating system and can be occupied.