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=1&rev2=2

--------------------------------------------------

       * portals-bridges-common-1.0.4.jar
       * 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.
  {{{
  <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>
@@ -34, +35 @@

    </local-tx-datasource>
  </datasources>
  }}}
-   1. Copy the /Jetspeed-2.2.0/pages/ directory to 
/jboss-5.1.0.GA/server/default/pages/
  

Reply via email to