Always better to be too much than not enough.

At a quick glance I see two errors.

One make

<Context
 path="/APLRegistration"
 docBase="/usr/local/webapps/aplregistration/exploded"


<Context path="/APLRegistration" docBase="/usr/local/webapps"

this for the root of the app. When the war or root folder resides.

Two make


<!-- Catch FacesException --> <resource-ref> <description>Rave generated DataSource Reference</description> <res-ref-name>jdbc/APLregistration</res-ref-name> <res-type>javax.sql.DataSource</res-type>

should be

         <!-- Catch  FacesException -->
             <resource-ref>
   <description>Rave generated DataSource Reference</description>
   <res-ref-name>jdbc/APLregistration</res-ref-name>
   <res-ref-type>javax.sql.DataSource</res-ref-type>

res-ref-type.

Change these and see if that helps.

I didn't see any others at first glance.

Doug




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to