WebSphere / VirtualBox problem
Posted: 17. Sep 2008, 10:07
I installed WebSphere Portal 6.1 (WPS) in a VirtualBox (WinXp host, CentOS 5.2 client).
Now I have problems connecting to this WPS instance from a browser running in the host computer.
The problem seems to be that the HTTP call do not reach WPS properly, or WPS can not find its way back to the browser.
FYI: DNS lookups work from inside the client. I have tested it using the nslookup command.
I use NAT networking, and have modified it with the following:
(NB! Port 10040 is the default for WPS HTTP connections, and Port 10041 for the HTTPS equivivalent)
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestwps/Protocol" TCP
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestwps/GuestPort" 10040
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestwps/HostPort" 1040
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/Protocol" TCP
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/GuestPort" 10041
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/HostPort" 1041
SSH works fine, so I know that my configuration "sticks". It is only HTTP that fails.
I use Firefox 3 and try to connect using the following URL:
http://hostname:1040/wps/myportal
Any ideas?
PS! I'm not a seasoned VirtualBox user. However, I have very extensive experience with Xen and VMWare. DS!
Now I have problems connecting to this WPS instance from a browser running in the host computer.
The problem seems to be that the HTTP call do not reach WPS properly, or WPS can not find its way back to the browser.
FYI: DNS lookups work from inside the client. I have tested it using the nslookup command.
I use NAT networking, and have modified it with the following:
(NB! Port 10040 is the default for WPS HTTP connections, and Port 10041 for the HTTPS equivivalent)
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/Protocol" TCP
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/GuestPort" 22
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestssh/HostPort" 2222
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestwps/Protocol" TCP
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestwps/GuestPort" 10040
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestwps/HostPort" 1040
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/Protocol" TCP
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/GuestPort" 10041
VBoxManage setextradata "WPS61" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/guestweb/HostPort" 1041
SSH works fine, so I know that my configuration "sticks". It is only HTTP that fails.
I use Firefox 3 and try to connect using the following URL:
http://hostname:1040/wps/myportal
Any ideas?
PS! I'm not a seasoned VirtualBox user. However, I have very extensive experience with Xen and VMWare. DS!