Sun Java System Web Server 6.1 2006Q2 SP6 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 18 Known Issues in Samples

Problem ID 

Description 

5014039 

Simple JSPs throw exception due to distributable tag in web.xml

Workaround:

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

  2. Redeploy the web-app.

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-based build tool and must be downloaded from Apache at http://ant.apache.org


Note: . 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 this: 

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

To this: 

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