Show INSTALL syntax highlighted
GridBlocks Portlet 0.0.2 Installation instructions
Prerequirements:
Installed JBoss AS 4.x and JBoss Portal 2.0
============== Installation of WAR release ================
Just drop WAR file to Application Server deploy/ directory
example: server/default/deploy
============== Building from sources ======================
You need GBAgent libraries in order to compile. Either copy
gb-core.jar file into buildlib directory or checkout the gb-agent
module from CVS into the same directory where you have your
portlet folder.
Ant tasks:
compile compiles Java sources
deploy makes WAR package and copies it under
JBOSS_HOME/server/default/deploy/
deploy-unwar unwars WAR package under
JBOSS_HOME/server/default/deploy/
See more files for this project here