GeekArticles
Java
ServletsControlling JRun Remotely with Servlets
Author: macromedia.com |
Published: 10th Aug 2005 |
Visited: 364 times |
Add CommentFiled in: Servletsby Ronel Submicay Overview The current release of JRunPro2.2 does not yet implement the functionality to stop and start a particular JRun Service Manager (JSM) remotely. However, JRun's architecture does allow the ability to do so through the web. This article will leverage the use of the jsm-admin to provide the ability to stop and restart JSMs using servlets and a couple of script files. What will we need? First, we need a dedicated JSM to delegate the shutdown and startup commands to...n
Read Article Sponsored Links
Related Articles
• Adding Voice to Java EE With SIP Servlets This Tech Tip covers some of the basic concepts underlying Session Initiation Protocol (SIP) and SIP servlets. It also presents a sample application that uses SIP servlets and HTTP servlets to provide Voice-over-IP (VoIP) phone servi ...
• Controlling the Number of Application Instances in Advanced Delphi :: In this article you'll learn how to "run-once" enable a Delphi application that can check for its previous (running) instance. Along the process, several technique ...
• Controlling Threads by Example
The methods people commonly think of for controlling threads were deprecated long ago, and are not safe to use. In this article, Viraj Shetty shows the appropriate techniques for starting, pausing, resuming, and stopping activities taking place in a multithreaded application. ...