Here are the abbreviated instructions for installing Jyve under Tomcat
with the latest Turbine CVS. I have to get off to bed right now, but I
will try to integrate these into the primary INSTALL.txt document tomorrow
evening. Anyway, this worked for me. You will still get a bunch of
errors about stuff (WebMacro & FreeMarker) not being properly configured,
but they are harmless (untill/unless you are actually trying to use those,
in which case, good luck!).
----- Abbreviated Jyve/Tomcat install instructions:
- Build turbine jar
- Build jyve jar
- Build turbine "war-webmacro" target
- Copy TURBINE_SRC/turbine-war-webmacro to TOMCAT_HOME/webapps/jyve
- Copy JYVE_SRC/bin/jyve-2.0.jar to TOMCAT_HOME/webapps/jyve/WEB-INF/lib
- Follow instructions in INSTALL.txt re: TurbineResources.properties
+ Change these also:
layout.default
FROM WebMacroSiteLayout
TO DefaultLayout
page.default
FROM WebMacroSitePage
TO DefaultPage
- Follow instructions in INSTALL.txt re: setting up the database
- Go to http://your-server:8080/jyve/servlet/Turbine
- Have fun! :)
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]