Application Virtualization

Soldato
Joined
8 Oct 2003
Posts
2,884
Location
Glasgow
Odd one so please bare with me :)

I'm planning on using my server to host demanding applications, so I can access them from my not so powerful laptop. My current school of throught is just to RDP into the server and run the application from there.

Is there away to just stream / virtualization an application easily ?

Basically (Ubuntu server - JDeveloper -> Ubuntu laptop (client)), JDeveloper when running weblogic is using more ram than is available on the laptop :)

Thanks !
 
If your server is Ubuntu you can just ssh in and use the command line to start WebLogic. That’s how I have my WebLogic cluster setup.

There’s no need for virtualisation unless you need to run multiple versions of WebLogic simultaneously.
 
Back
Top Bottom