Dear Wiki user, You have subscribed to a wiki page or wiki category on "Portals Wiki" for change notification.
The "Jetspeed2/JBoss5HowTo" page has been changed by MattReed. http://wiki.apache.org/portals/Jetspeed2/JBoss5HowTo?action=diff&rev1=3&rev2=4 -------------------------------------------------- 1. Create a datasource in the /jboss-5.1.0.GA/server/default/deploy/ to use the default Derby database call it something like derby-ds.xml. {{{ <datasources> - <local-tx-datasource> + <local-tx-datasource> <jndi-name>JetspeedDS</jndi-name> <connection-url>jdbc:derby:C:\Apache2\Jetspeed-2.2.0\database/derby/productiondb;create=true</connection-url> <driver-class>org.apache.derby.jdbc.EmbeddedDriver</driver-class>
