To use Web DataWindows and access EAServer components in JSP pages that you will deploy to a Tomcat server, you must copy the following JAR file from the Sybase\Shared\PowerBuilder directory to the %Tomcat%\shared\lib directory:
pbjdbc12110.jar
If you are accessing the Web DataWindow component from EAServer 5.x, copy the following files from the EAServer java\lib directory to the %Tomcat%\shared\lib directory:
easclient.jar
easj2ee.jar
If you are accessing the Web DataWindow component from EAServer 6.x, copy the following files from the EAServer6\lib directory to the %Tomcat%\shared\lib directory:
For JDK 1.4: eas-client-14.jar and eas-server-14.jar, or
For JDK 1.5: eas-client-15.jar and eas-server-15.jar
You should also add the JAR files required by your DBMS, such as jconn2.jar for jConnect.