How to modify the listenport...?

I want to modify the listenport of the weblogic domain to 80, how to do this?Thanks in advance...
[118 byte] By [dragon_east] at [2007-9-26 3:35:56]
# 1
Read the Weblogic documentation on http://edocs.bea.comJesper
jesper1 at 2007-6-29 12:06:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Hi,

Open your config.xml and search for ListenPort="7001"

and then replace the port number whatever you want. I think you have to make changes

at two places and then you can change SSL ListenPort but this is not required.

But before making changes to config.xml you must take the backup of config.xml, 'coz this file is very dangerous(if any wrong thing happens in config.xml you cant restart your server, in that case you can restore your original config.xml from backup).

Regards

Rashid

rashidonnet at 2007-6-29 12:06:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...