Download Latest Version UIPEventHandlersApi-1.0.jar (18.7 kB)
Email in envelope

Get an email when there's a new version of Web solution for UIProtocol dev. support

Home / UIPPortal
Name Modified Size InfoDownloads / Week
Parent folder
UIPPortal.zip 2012-11-15 83.7 MB
README.txt 2011-05-05 1.4 kB
Totals: 2 Items   83.7 MB 0
To install and start UIPPortal follow these steps:

Download from https://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA-jdk6.zip/download JBoss application server 5.1 and install it.

Start your MySQL database and execute SQL script flexiveTest.sql

To folder server/default/deploy/ in folder where is your JBoss AS 5.1 installed copy file flexive-ds.xml and edit this file acording your database settings.
To the same folder copy file UIPPortal.ear and remove there folder ROOT.war.

From address http://dev.mysql.com/downloads/connector/j/ download MySQL JDBC connector and copy its JAR file to folder server/default/lib in folder where is your JBoss AS 5.1 installed.

Start your shell and go to folder bin in folder where is your JBoss AS 5.1 installed.
Execute command: export JAVA_OPTS="-Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -Dflexive.cache.shared=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"

Now you can start UIPPortal executing command: sh run.sh -c default -Djboss.bind.address=0.0.0.0

Start your web browser and load address localhost:8080

You can login with Administrator account: username: supervisor, password: supervisor or with normal user account: username: blanka, password: heslo1
Source: README.txt, updated 2011-05-05