View on GitHub

Libsbml-tomcat-tutorial

Using LibSBML from Tomcat

Download this project as a .zip file Download this project as a tar.gz file

Totorial on Using LibSBML from Tomcat

This page hosts resources that will help you to set up libSBML to be used from Tomcat.

On this page you will find:

Steps

It is rather easy to set up libSBML for Tomcat, just follow these steps:

  1. install tomcat
  2. add libsbml libraries to the library tomcat library path
  3. ensure the libraries are found by tomcat
  4. write an initializer class, so sbmlj is only loaded once
  5. write your webapplication using servlets / jsp or what have you

Each of these steps is detailed in the tutorial. Or you could download a canned version.

Support or Contact

In case you have problems, please contact fbergman@caltech.edu with your questions.