Web DataWindow on EAServer

You can run the Web DataWindow server component on EAServer using JSP as the page server. The component transaction server and the page server can run on the same or on different computers.

Files required on the transaction server

Two types of files are required on the transaction server:

You also need to create a connection cache for the database the component will access. For more information, see the DataWindow Programmers Guide.

NoteCustom components You can create a custom version of the DataWindow component and configure its properties for more efficient reuse. For more information, see the DataWindow Programmers Guide.

Files required on the dynamic page server

To use JSP as the page server and connect to the EAServer component using Java, you must have the following files on the JSP server computer:

HTML pages, templates, and scripts These are the files that you created for your application.

EAServer client software for Java The files listed in Table 36-15 are required on the JSP server.

Table 36-15: EAServer client files required on JSP server

Name

Description

easclient.jar

Java class required for clients

easj2ee.jar

Java class required for J2EE support

Sun Java Development Kit (JDK) Any versions of the JDK that were installed with EAServer are located in the Sybase\Shared or Sybase\Shared\Sun directory, depending on the version of EAServer you are using. The JDK that is installed with PowerBuilder is located in the Sybase\Shared\PowerBuilder directory.

If you are using JDK 1.2 or 1.3, make sure that the JRE\bin\classic subdirectory of the JDK is listed in the system PATH environment variable.

If you are using JDK 1.4 or later, make sure that the JRE\bin\client subdirectory of the JDK is listed in the system PATH environment variable.