Source and class file locations

When the source code is preserved, you can find it in the same directory as the JSP class files. In the default configuration, EAServer maintains a separate JSP class directory for each server in your EAServer installation:

work\server\Servlet\WebApp-WAName

Where server is the name of your server, and WAName is the name of your Web application.

You can enable sharing of class files by setting the Web application property com.sybase.jaguar.webapplication.sharecompiledjspclasses to true. If sharing is enabled, EAServer compiles and loads JSP classes from the directory:

Repository/WebApplication/WebAppName/WEB-INF/classes

Where WebAppName is the Web application name.