Sun Java System Web Server 6.1 SP8 Release Notes

Samples

The following table lists the known issues in the sample applications. Note that none of these issues prevent the sample applications from functioning correctly.

Table 20 Known Issues in Samples

Problem ID 

Description 

5014039 

Simple JSP files throw an exception due to the distributable tag in web.xml.

Workaround:

  1. Remove the tag distributable from the web.xml file in the /simple/src directory.

  2. Redeploy the web application.

No ID 

rmi-iiop sample is missing a step.

In the “Deploying the Sample Application” section, after executing the command ant deploy (step 2), restart the Web Server instance.


Note –

ant is a Java build tool and must be downloaded from Apache at http://ant.apache.org. Also see the information provided in install-root/plugins/java/samples/docs/ant.html.


No ID 

jdbcrealm sample has the wrong Oracle driver name.

In the “Compiling and Assembling the Sample Application” section, step 2b, change the following line from: 

<PROPERTY name="dbdrivername" value="oracle.jdbc.pool.OracleDataSource">

to 

<PROPERTY name="dbdrivername" value="oracle.jdbc.driver.OracleDriver">