Follow these steps:
Install JBoss AS as written in its manual. The current reference documentation both for JBoss AS and JBoss Portal is available from the http://www.jboss.org site.
Deploy Jakarta Slide to JBoss AS and configure it as
written in the appropriate manuals. We have included the Slide web application archive (slide.war
)
in the binary distribution package of Kosmos, under the /etc
folder.
In most situations, it's enough to copy this file to the deployment folder
of the servlet container or the application server.
As a quick test, check whether you can access the Slide repositories through a WebDAV navigator.
If you use Windows XP, it is able to map a WebDAV repository as
a folder to your filesystem. Otherwise try to open the repository in your
browser using the http://localhost:8080/slide
URL.
Install JBoss Portal as written in its manual. Test if there are no error messages in the JBoss AS logfile.
Run the server deploy script as:
ant -f deploy-server-jboss-as.xml
Deploy the portlet web application by running the portlet deploy script as:
ant -f deploy-portlet-jboss-portal.xml
Launch JBoss AS and check the default portal page
(e.g. http://localhost:8080/portal
),
whether you can see the Kosmos
page
in the page list.
It is possible also to hot-deploy the components while JBoss AS is running.