Technical Tips |
||||||||||||||||||||||||||
|
We have created a series of Questions and Answers section to help current and new users take advantage of all features the Wrapper can offer. A Newsletter is sent to our users announcing the latest Technical Tips for the Java Service Wrapper. Each issue contains tips explaining how to use the powerful features of our product.
|
It is possible to run the Java Service Wrapper as an external tool to test your application from
Java as a language was designed to make it impossible for user developed code to result in an application crash.
Any error would result in a nice clean exception being thrown which could be caught, and then handled appropriately.
When people first start using the Java Service Wrapper, they are usually interested in how to integrate their application with
the Java Service Wrapper to run as a Service or to have their application monitored.
Once an application is setup and integrated with other systems however, the question of how to shutdown often comes up.
When a mission critical system starts hanging or freezing, it can be a nightmare situation for
the system administrator, development team, and everyone who makes use of the system.
Identifying and fixing the problem can take days or even months in some cases.
In the meantime, the system is in active use and needs to stay running.
In Windows environments, it is common for users to map network drives and printers so they can be accessed by their local system.
Windows Services often have the same requirements, but Windows makes it very difficult for
services to access those shares when the service is launched on system startup.
Often services will have access to shares when started in a running system, but the shares will not be accessible when the system is rebooted.