Posts

Showing posts with the label WebSphere Application Server 8.5.5.6 admin console

Setup WebSphere 8.5 on Ubuntu Vagrant box

Image
I've started working on new adventure being in the WebLogic wold had some basic knowledge on Virtuallization with Vagrant and Oracle VirtualBox begin my experiment for WebSphere installation on Ubuntu box. Prerequisites Download and install Vagrant  for Windows Download and install Oracle VirtualBox Download Installation Manager Lets Start Virtualization for WebSphere 8.5 with Vagrant Initially I started following the steps which are given Pattrick Hueper in the Vagrant Ubuntu WebSphere  8.5. Downloaded the Vagrantfiles folder using git command. git clone https://github.com/phueper/vagrantfiles.git Then followed the read me document in that. Modify the Vagrantfile It stuck saying Ubuntu box is not available so I have changed the Vagrant file  with the following line:     config.vm.box = "bento/ubuntu-14.04" and I faced issue with the private network then I modified that with the following line:     config.vm.network "private...