Database system configuration:
■
Sun Microsystems Sun Fire 880 ( 900MHz US-III+)
■
16384 Megabytes of memory
■
Solaris 10 operating system
■
Oracle 10.1.0.2.0
Driver system configuration:
■
Sun Microsystems Sun Fire 880 ( 900MHz US-III+)
■
Solaris 10 operating system
Network configuration:
The Web Server, database, and the driver machines were connected with a gigabit Ethernet link.
Configuration and Tuning for E-Commerce Test
The e-commerce test was run with the following tuning settings.
JDBC tuning:
<jdbc-resource>
<jndi-name>jdbc/jwebapp</jndi-name>
<datasource-class>oracle.jdbc.pool.OracleDataSource</datasource-class>
<max-connections>200</max-connections>
<idle-timeout>0</idle-timeout>
<wait-timeout>5</wait-timeout>
<connection-validation>auto-commit</connection-validation>
<property>
<name>username</name>
<value>
db_user
</value>
</property>
<property>
<name>password</name>
<value> db_password
</value>
</property>
<property>
<name>url</name>
<value>jdbc:oracle:thin:@db_host_name:1521:oracle_sid</value>
</property>
<property>
<name>ImplicitCachingEnabled</name>
<value>true</value>
</property>
<property>
<name>MaxStatements</name>
<value>200</value>
</property>
</jdbc-resource
Performance Tests and Results
Chapter 6 • Scalability Studies
123
Summary of Contents for Sun Java System Web Server 7.0
Page 9: ...Figures FIGURE 2 1 Web Server Connection Handling 40 9 ...
Page 10: ...10 ...
Page 18: ...18 ...
Page 38: ...38 ...
Page 84: ...84 ...
Page 100: ...100 ...