Virtual-machine running from DVD ?
- by umanga
Greetings all,
I have this application which uses Tomcat and PostgreSQL (only involve database reads, no writes).
I need to make this application runnable from a DVD.(target platform is Windows).
So I was thinking to do these:
1) In a VirtualMachine (i prefer virtualbox) install lightweight linux distro.
2) Install Tomcat and Postgre,
3) Write virtualmachine into DVD which loads above virtualmachine image automatically when executed.
But I am not quite sure whether I can do step 3.Or is it possible ?
Any tips?