Include Deployment Plan for Geronimo
------------------------------------
Key: ROL-1854
URL: https://issues.apache.org/jira/browse/ROL-1854
Project: Roller
Issue Type: Improvement
Components: Configuration & Settings
Affects Versions: 4.0.1
Environment: Geronimo 2.2
Reporter: Jürgen Weber
Assignee: Roller Unassigned
Attachments: geronimo-web.xml
Right now there is no Geronimo plan included with the Roller distribution.
I installed Roller 4.01 under Geronimo 2.2 with the attached geronimo-web.xml
in WEB-INF
Add postgresql-8.4-701.jdbc4.jar to the Geronimo repository using Console.
Using the Geronimo database pool wizard create a PostgreSQL Database Pool named
jdbc/rollerdb
create GERONIMO_HOME/var/roller and put there roller-custom.properties
installation.type=auto
database.configurationType=jndi
database.jndi.name=jdbc/rollerdb
mail.configurationType=jndi
mail.jndi.name=mail/Session
deploy with
GERONIMO_HOME/bin$ ./deploy.sh -u system -p manager --offline deploy
/projekte/apache-roller-4.0.1/webapp/roller
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.