Tutorials

Welcome to the Servlets.Net Tutorial section! Here you'll find how-to's, reference guides, and step-by-step instructions to help your site become the best on the Web! Check back frequently, because we're always adding material to this section. To view a tutorial, just select a category from the list on the left, then a tutorial from the list on the right.


 
Your Account
Java Servlets
Java Server Pages
Shared Servlet Library
JVM Control
 
 
 
Starting your JRun JSM
Stopping Your JRun JSM
Killing Your JRun JSM
Killing your Resin JVM
 

 
 
 

To start your JSM:

  1. Open a telnet or ssh session to your user account
  2. Change your current directory to the directory where your JSM is installed. For example, if your UNIX User is called sample and your JSM is called jvm1, the directory will be /home/sample/jrun/jsm-sample-jvm1.
  3. Start the JSM by typing
    ./startjsm.sh

The JSM should respond with some messages that look like this:

      JRun Servlet Engine (JCP) Started.
      JRun Connector Proxy Started on port 8081.
      JRun 2.3.1 build 145 Ready.
If you don't see any messages, your JSM was probably already running.

Starting your JSM will also start your private JVM process.

 


 
Copyright © 1998 - 2007 Servlets.Net Corporation. All rights reserved. Legal Notices.