WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Can't access admin console of was6.0

    Posted Wed October 30, 2013 07:00 AM
    Hey Guys,
     i installed was6.0 in linux which is in vmware of windows7, i can access the admin console in the linux but i want to access the admin console from windows IE ,i tried using bridged network but i can't access so any suggestions
       Thank you.


  • 2.  Can't access admin console of was6.0

    Posted Wed October 30, 2013 07:11 AM
    Hi,  John

    I dont think so it works, Instaling WAS on Linux as you mentioned and accessing It in Windows IE , even through Bridged network .

    If any suggestions/Help from others in Extension is most apprectiated.


    Cheers.


  • 3.  Can't access admin console of was6.0

    Posted Wed October 30, 2013 09:11 AM
    Hi John,
     
       Using bridged network you are sharing your host (where VMWare is installed, in your case Windows) with your client VM (WAS in Linux).
       
       I have done a lot of times and only need to give and static IP in the client (linux) (or DHCP but) of the same network of the host (Windows). Then you can access from Windows to Linux, take in mind that the adminconsole is Web so no mather the Operating System
       
       You need to check:
         

    •      If your both (host and VM) are in the same network. ipconfig (windows) and ifconfig (linux) to check the IPs



    •      If both are in the same network if some Firewall is blocking the connection.  netstat -na and look for SYN_SENT connections



       If for whatever reason you can give and static IP (normally because you haven't or because security issues) I use HOST Connection in Virtual Machine.  Edit your hosts file and give an IP address (192.168.1.X f.e) to your VM (MyVM f.e) then start the VM and access from web console typing

       http(s)://MyVM:ADMIN_PORT/ibm/console

       Hope this helps.  Tell us if you need more support.

    Regards


  • 4.  Can't access admin console of was6.0

    Posted Thu March 13, 2014 03:48 PM
    Hi Gabriel,

    I am very new to WAS and to this blog too.
    I am facing the same issue what johnmayer had explained about this thread (Can't access admin console of was6.0 ).
    Can you please ellobarate the steps how to set the static ip address under hosts file.
     Thanks.


  • 5.  Can't access admin console of was6.0

    Posted Fri March 14, 2014 02:45 PM
    Hi,

      which is your problem? that you have WAS installed on a linux Virtual Machine that is running on Windows and you can't access from windows to adminconsole?
     
      Edit your virtual machine properties, and under net select Host instead of Bridge.
     
      Edit your host file C:\Windows\system32\drivers\etc\hosts
     
      and write your VM Ip and hostname f.e
     
      192.168.1.10 MyVM
     
      then with VM started and WAS started type in your browser:
     
      http://MyVM:ADMIN_PORT/ibm/console
     
      Hope this helps.  
     
    regards