Webconsole requirements

welcome

Error formatting macro: parent-space: java.lang.NullPointerException

This is the place to find documentation about the Petals Web Console requirements.

Because Petals Webconsole use a number of classes and interfaces that describe

and define the contracts between a servlet class (of 2.5 Servlet Specification API), you

need to use  runtime environment which provided it. So, if you want to run the Petals

Webconsole, you need to have a servlet container which support 2.5 Java Servlet

Specification API, for example Tomcat 6, Jetty 7, JBoss 5.1 GA.

You can verify if you Java web server provide the 2.5 Servlet Specification API, by

checking in the server librairies the "servlet-api.jar" and verify if the Manifest file

correctly contains "Specification-Version: 2.5".

  The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.