> Nobody has responded to my posts yet, but I've made some progress none the
less ;>}
>
Sorry about that. :-( Thanks for your feedback and patience!
> I've been trying to bring up TDK.
>
> Summary
> Followed all installation docs, still had problems
> a) I had failed to provide classpath to MySQL JDBC driver [FIXED]
I just added a note about downloading the driver and placing it in the
appropriate location.
> b) I made a turbine app using newapp.bat
> c) Got an error on init, unable to find path to log files turbine.log and
> webmacro.log
> - creating the file in the proper place didn't help
> - the path from TurbineResources.properties didn't work
> logfile= ./webapps/turbinex1/logs/turbine.log
> - the path from WebMacro.properties didn't work
> LogFile = ./webapps/turbinex1/logs/webmacro.log
>
> d)I fixed this by providing an explicit path to the log files, ie:
>
> LogFile = c:/jakarta/jakarta-tomcat/webapps/turbinex1/logs/webmacro.log
> logFile = c:/jakarta/jakarta-tomcat/webapps/turbinex1/logs/turbine.log
>
I haven't had any problems with relative paths to the logfiles, but I'll try to
reproduce this.
> - Obviously these were minor errors or I wouldn't have been able to fix
them.
> I see the default .properties file has been changed to have no log
file,
> right ?
> I presume this would fix this problem.
>
> e) Finally, I saw the default TurbineResources.properties file had been
changed to:
> screen.homepage=Login
> from
> screen.homepage=WebMacroSiteScreen
>
> The new setting using the Login screen fails for me, here's the page I get:
>
> >This is a simple WebMacro top navigation template that is just straight
html
> >Error
> >This is a simple WebMacro bottom navigation template that is just straight
html
>
> No errors show up in turbine.log, but there is this warning:
>
I've found that the templates currently in TDK aren't very useful. What I
usually do is copy the turbine templates over to tdk before running newapp.sh.
In other words:
mv share/webmacro/templates share/webmacro/templates.sav
cp -R ../../../turbine/src/templates share/webmacro
./newapp.sh
Then, I visit:
http://localhost:8080/newapp/servlet/newapp/screen/WebMacroSiteScreen/template/l
ogin.wm
This has proven to be much more useful than the current TDK templates. Cleaning
up these templates is the area I plan to address next.
> [Fri Sep 08 11:10:16 EDT 2000] -- WARNING -- IDBroker is being used with
db:
> default
> which does not support transactions. It is possible to
> generate duplicate keys, if multiple JVM's are used or other
> means are used to write to the database.
>
> Any ideas guys ? What do I need to set the IDBroker to ? MySQL ?
>
Just a warning that MySQL doesn't support transactions. This is not a problem
unless you require JDBC transaction support.
> Thanks in advance,
> Randy Alley
>
> p.s. The TDK has really moved me along, at least I can play with Turbine now !
Great
> work, guys.
>
Thanks! I'm glad the TDK is helping!
--
Christopher Elkins
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]