The vCloud Portable Lab: Part Two (A.K.A April Fools)
Ok, so if you are reading this, hopefully you have taken the time to read through the previous posts. If you have, and you have tried it you will have hit a slight problem after the last post. It’ll look something like the below
Well, for those who read the Part One post, you might have noticed that we never resolved the following point.
- Change the listener port from 8080 to something else (8081)
Well, early April Fools (or I forgot to resolve this in the previous post.. you can decide
)
To change the listener port from 8080 to something else (I’ll be using 8081) simply follow the process outlined below.
Launch the ‘Run SQL Command Line’ shortcut from the Oracle program group under the Start Menu, then enter the commands below.
connect
system
<your password>
exec dbms_xdb.sethttpport(8081)
Congratulations! You have changed the port successfully. Now reboot your server!