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
 

 
 
 

On rare occasions, your JSM will not respond to the "./stopjsm.sh" command. When this happens, you'll need to stop the JSM process using the UNIX "kill" command.

To kill your JSM:

  1. Open a telnet or ssh session to your user account
  2. Find the process number (PID) of your JSM process by typing
    ps x

    You'll see a line something like this in the output:

    22361  pc S    0:08 /usr/local/jdk/bin/../bin/i...

    The first number (22361, in this case) is your JSM's PID.

  3. Kill the JSM by typing "kill -9" and then your JSM's PID. Using the example above, this command would look like:
    kill -9 22361

Stopping your JSM will also stop your private JVM process.

 


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