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=6&rev2=7 -------------------------------------------------- * portlet-api_2.0_spec-1.0.jar * servlet-api.jar 1. Copy the /Jetspeed-2.2.0/pages/ directory to /jboss-5.1.0.GA/server/default/pages/ - 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. The file should contain the contents below. + 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. The file should contain the contents below. Assuming you installed Jetspeed in C:\Apache\Jetspeed-2.2.0. {{{ <datasources> <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> + <connection-url>jdbc:derby:C:\Apache\Jetspeed-2.2.0\database/derby/productiondb;create=true</connection-url> <driver-class>org.apache.derby.jdbc.EmbeddedDriver</driver-class> <user-name></user-name> <password></password>
