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 Removed

 Image Added 

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

     chmod a+x *.sh

Image Removed Image Added 

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

     ./startup.sh

Image Removed Image Added 

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

 Image Added 

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

     ./shutdown.sh

In a later section, you will learn how you can start Tomcat in batch mode, so you can (for example) schedule Tomcat to start automatically after your IBM i IBM i starts.

Next: First Look at The Tutorial Web App