I have a Java based web application, I have the source code as well as a war file, the application uses mySql and needs some kind of web server like tomcat, which needs to be added to some package that can be install directly on window and linux machines directly.
I need to configure DB, WebServer and application at a time. It would be great if he could create services for everyone.
is it possible?
I mean, the user should just specify the location to store, and everything should be stored at a time, is this possible? and if so, advise me how to do it ...
Varun source share