Hi all, how do I configure tomcat that it finds the biopython libaries? Biopython is not included in jython.jar (which I have moved into the tomcat/lib folder. Biopython installs itself into the python26/lib/side-packages folder.
But how can I tell tomcat about this? There is no python.jar neither a biopython.jar file which I could drop into tomcat/lib. While running my Java Servlet which accesses a Jython module, that should access a Biopython class, this class cannot be found. Thanks for your reply!