Pages enfant
  • Installation guide - esup-news

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Migrated to Confluence 4.0

...

This application is working with these requirements :

  • Java 1.6
  • uPortal 2.6 only for version <= 0.2.0 and uPortal 3.2 compatible since version 0.2.1
  • If using MySQL InnoDB mod is required
  • All tests and scripts are made to works with charset UTF-8 (database and tables with utf-8).

To work in uPortal V4 you need to make these modifications (after activating compatibility 3.2):

  • delete in include.jsp <c:set var="pltc_target">...</c:set>
  • modify in include.jsp <c:set var="portletParamPrefixe" value="pP_" /> replace the value "pltp_" by "pP_"
  • replace extLib/portlet-api-1.0.jar by portlet-api_2.0.jar

Installation

Installing the portlet

...