Can I use panther...?
...with Jetty? Yes, and it's the default web server we use in development.
...with Tomcat? [UPDATED 22/04/04] Yes it should work, but Tomcat's class loading mechanism causes difficulties because of our use of Jython (basically the Jython interpreter can't find some of the jars needed to work with panther). You basically need to change setclasspath.sh so that it includes the environment classpath. The next release of panther will include a readme demonstrating how.
...with another web server? We hope panther will work on any web server which supports WAR deployment (for that matter any webserver which supports servlets should work)
...as a standalone server? Yes, standalone is supported using the Launcher.
...by embedding it in my code? Yes you can, take a look at the Launcher class for an example -- you can embed a bean container or a service container or both.
Where can I find more online documentation?
Javadoc for panther and associated classes can be found here.
Where can I get the source?
Either download the source distribution from the panther project page, or use anonymous checkout of the subversion repository (svn checkout svn+ssh://anonymous@forgesvn1.novell.com/panther/trunk, with password 'anonymous')
