Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Launch Qshell (using QSH command), and go into <your-tomcat-root>/bin folder (using CD command).

 Image Modified 

Run the following command (in Qshell) to make sure the script files are runnable:

     chmod a+x *.sh

 Image Modified 

Run the following command (in Qshell) to start Tomcat:

     ./startup.sh

 Image Modified 

If Tomcat starts successfully, you should see something like this:

 Image Modified 

To shutdown Tomcat, run the following command (in Qshell):

...