Using Eclipse and WebLogic, Deploy to the Cloud

My first blog showed how to move to Infrastructure as a Service (IaaS) using Tomcat. This blog will show how to do the same using WebLogic Server, deploying webapps via eclipse to a remote WebLogic instance running in the cloud.

Let’s say we plan to move our app to production on Amazon Elastic Cloud (EC2). We have already developed the application using eclipse and have tested it on WebLogic running locally. Now, we may want to test our app on an EC2 environment before moving to production.

read more