IBM has released WebSphere Application Server 9 (WAS Classic) beta on their Cloud – Bluemix. Based on the initial announcement, it’s not known when it will be available as a full profile in downloadable installation but will be soon.
WebSphere 9 will be compatible with Java EE 7 and focused on following component matrix.
- WebSockets
- Servlet 3.1
- JavaMail 1.5
- JDBC 4.1
- JSP 2.3
- JSF 2.2
Above are just a few names.
To have a feel about WebSphere 9, you have to create an account on IBM Cloud. It has 30 days trial with 2 GB of runtime on Linux OS and this is how you can get one.
It’s good to see application server like WebSphere on the cloud, this will certainly change the trend of hosting applications in own data center vs. cloud. If you are not familiar with Cloud hosting, you can try Amazon Cloud Service – they offer 12 months in free.
Ok, let’s get it started…
- Open your favorite Internet browser
- Access the below link
https://console.ng.bluemix.net/catalog/application-server-on-cloud/?cm_mmc=developerWorks-_-dWdevcenter-_-wasdev-_-lp
- If you have Bluemix account, click on “LOG IN TO BLUEMIX” else click on “SIGN UP FOR A FREE TRIAL”
- Enter the requested information and click on “CREATE ACCOUNT”
You will get a confirmation email to validate before using their service. Once confirmed, log in with your account and you will have a dashboard.
- Click on “CATALOG” menu
- Select “Web and Application” at left filter box and click on “Application Server on Cloud”
At right-hand side, give the service name and select “WAS v9 Full Profile Beta Plan” and click on “CREATE”
It will take few minutes to provision and once done, you will have all information like IP, admin username/password, etc. about V9 and virtual server.
Woo-hoo! WAS 9 is ready for Cloud for you to play around. One thing you have to keep in mind, accessing Admin Console or virtual machine is available only through VPN and here is a quick procedure for Windows OS. For Linux and MAC, you can refer here.
First,
Click on “Download VPN Configuration” shown on the dashboard. We need this to put inside OpenVPN.
Second,
- Open your favorite Internet browser
- Access below links to download OpenVPN for Windows 64 bit
http://swupdate.openvpn.org/community/releases/openvpn-install-2.3.4-I001-x86_64.exe
- Follow the screen wizard to install the OpenVPN. Once done, go to the path where you have installed. By default location would be C:Program FilesOpenVPN
- Go to config folder
- Copy all the files from the zip, which you downloaded in the first step.
- Launch OpenVPN either through Startup or directly from C:Program FilesOpenVPNbinopenvpn-gui
- It will take a minute or two to connect and you should see “Current Status: Connected” to start accessing WAS Admin Console.
Now, you have VPN running and it’s time to launch WAS Admin Console.
- Access the URL with the credential given on dashboard
So now you have IBM WAS 9 running on a cloud. In the default installation, you will have some samples EE7 application.
Isn’t it a cool way to play around without installing the software on your computer? Click around the console navigation and get familiar with WebSphere Application Server 9.