In certain industry scenarios it is required to run application logic directly on the front end computer. Example: in a production line certain workplaces need to be independent from any network and/or server failures.
In this case a local installation of the Tomcat server environment is one option to choose.
Running Tomcat locally typically is not totally liked by users/administrators:
So isn’t there a way to start the local installation (Tomcat + Browser) in a smoother way – so that it is similar to a locally running desktop application?
Of course there are some ways, one of them being shown here: we provide a mini-Java program in which a Tomcat instance is started within a dialog. The dialog in addition provides a button to call the right URL:
So the user may start this program by double clicking a normal desktop icon. The dialog will internally (within the VM of the dialog) start Tomcat. All protocol of Tomcat + of the contained applications which normally is sent to the terminal is captured and output within the text area of the dialog.
There are some start parameters:
For starting the dialog:
The Java source code is available through the following link: