Sharing of JSP class files

You can configure Web applications to allow sharing of JSP class files among different servers that run from the same EAServer installation. To enable this feature, set the Web application property com.sybase.jaguar.webapplication.sharecompiledjspclasses to true. With this setting in effect, EAServer compiles and loads JSP classes from the directory:

Repository/WebApplication/WebAppName/WEB-INF/classes

Where WebAppName is the Web application name.