|
Revision 597
(checked in by douglm, 7 years ago)
|
Further uportal changes:
This allows building of the public events client as a uportal jsr168 portlet.
Instructions to follow. Changes are:
Add file missed in previous change
Change deployment/build.xml to add property org.bedework.deploy.type.dir
defining directory for type of application being built.
Add uportal2 target to bldfiles/buildwar.xml - needs application property portal.platform
Change webclient/war/WEB-INF/publicweb.xml to add servlet class and genurl tokens.
Create deployment/webpublic/uportal2 and add portlet.xml struts-portlet-config.xml
Add commons-collections to war for hibernate - define in defjars
servlet-jsp.jar should not be included in deployment. Probably needs upgrading for build
Enable pagecontext flush in footer
|
| Line | |
|---|
| 1 |
Bedework Calendar System |
|---|
| 2 |
------------------------ |
|---|
| 3 |
|
|---|
| 4 |
Most documenation is available at bedework.org |
|---|
| 5 |
|
|---|
| 6 |
This quickstart release allows those who want a packaged working demonstration |
|---|
| 7 |
system to easily see the bedework calendar system in operation. |
|---|
| 8 |
|
|---|
| 9 |
System requirements |
|---|
| 10 |
------------------- |
|---|
| 11 |
JDK 1.4 or higher |
|---|
| 12 |
JAVA_HOME environment variable must be set |
|---|
| 13 |
Nothing else should be running on port 8080 and 8887. |
|---|
| 14 |
|
|---|
| 15 |
Instructions. |
|---|
| 16 |
------------ |
|---|
| 17 |
First ensure for linux that the file named "ant" in the quickstart directory is |
|---|
| 18 |
marked executable. In the following instructions <ANT> is |
|---|
| 19 |
On Windows: ant.bat |
|---|
| 20 |
Linux ./ant |
|---|
| 21 |
|
|---|
| 22 |
From within the quickstart directory and in separate windows type the following: |
|---|
| 23 |
|
|---|
| 24 |
window 1: |
|---|
| 25 |
<ANT> hsqldb |
|---|
| 26 |
|
|---|
| 27 |
window 2: |
|---|
| 28 |
<ANT> tomcatstart |
|---|
| 29 |
|
|---|
| 30 |
Now go to |
|---|
| 31 |
http://localhost:8080/bedework/ |
|---|
| 32 |
|
|---|
| 33 |
Which will give you the choice of a number of applications. For those which |
|---|
| 34 |
require a login valid userids and passwords are in |
|---|
| 35 |
|
|---|
| 36 |
<tomcat-dir>/conf/tomcat-users.xml. |
|---|
| 37 |
|
|---|
| 38 |
Currently, the demonstration administrative client requires a login with the id |
|---|
| 39 |
|
|---|
| 40 |
douglm password bedework |
|---|
| 41 |
|
|---|