You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(41) |
May
(353) |
Jun
(133) |
Jul
(534) |
Aug
(401) |
Sep
(219) |
Oct
(86) |
Nov
(144) |
Dec
(61) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(200) |
Feb
(130) |
Mar
(345) |
Apr
(153) |
May
(247) |
Jun
(338) |
Jul
(222) |
Aug
(70) |
Sep
(39) |
Oct
(27) |
Nov
(76) |
Dec
(30) |
2007 |
Jan
(81) |
Feb
(44) |
Mar
(9) |
Apr
|
May
(3) |
Jun
(2) |
Jul
(34) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(6) |
2008 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Matthew B. <mat...@co...> - 2005-07-07 14:55:35
|
Antony Corfield wrote: > Ok, I would like to run bodington by building from src and moving this > to tomcat webapp, what exactly do I need in bodington.properties without > using an installer? Allot. I'm not exactly sure on bodington HEAD. Currently in WebLearn HEAD I have changed most of the properties so they fallback to sensible defaults or pick up thier default values from the container. I will probably push most of this code over to the bodington tree shortly as it allows the quickstart WAR to work. In WebLearn HEAD I also have support for pulling bodington properties from the context so that a standard bodington WAR can be deployed and configured without having to run SetupServlet. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Antony C. <an...@sm...> - 2005-07-07 14:44:38
|
Ok, I would like to run bodington by building from src and moving this to tomcat webapp, what exactly do I need in bodington.properties without using an installer? > My changes that make up the quickstart WAR currently involve changing > the way Bodington handles properties so I'd say no. > > I also change Bodington so that some properties no longer need to be > defined for Bodington to run (hostname, ports, etc). where are these defined? |
From: Matthew B. <mat...@co...> - 2005-07-07 14:11:51
|
Antony Corfield wrote: > yeah... > > I've merged things my end -mainly logging changes and our templates- > these will go onto uhi branch and will be merged with head. This is > actually the easy bit... > > BTW I see that bodington.properties has only i18n stuff - shall I add > props for localhost (and do we still need to define facilities etc. here)? My changes that make up the quickstart WAR currently involve changing the way Bodington handles properties so I'd say no. I also change Bodington so that some properties no longer need to be defined for Bodington to run (hostname, ports, etc). -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Matthew B. <mat...@co...> - 2005-07-07 14:09:27
|
http://sourceforge.net/tracker/index.php?func=detail&aid=1230375&group_id=87659&atid=583929 Does anyone have a recent copy of Bodington running with Oracle? As it seems that Bodington is searching for table in the whole database when it should only be looking in a specific schema. This is then causing problems with a conflict of of the jobs table (both bodington and oracle want one). -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Antony C. <an...@sm...> - 2005-07-07 13:58:10
|
yeah... I've merged things my end -mainly logging changes and our templates- these will go onto uhi branch and will be merged with head. This is actually the easy bit... BTW I see that bodington.properties has only i18n stuff - shall I add props for localhost (and do we still need to define facilities etc. here)? On 7 Jul 2005, at 14:01, Matthew Buckett wrote: > Antony Corfield wrote: >> That's right and thanks for the advice but *accidents* can happen - >> I'm updating/committing c. 500 files! Mmmh now I'm tempted to prove >> something... > > This change that consists of 500 file involves changing? > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Matthew B. <mat...@co...> - 2005-07-07 13:02:14
|
Peter Crowther wrote: >>From: Matthew Buckett >>Unless your cvs client doesn't warn you about a attempting to >>commit a >>file that hasn't yet been updated this shouldn't happen. > > > That's a feature of the CVS server, not the client - the Sourceforge > server should throw an error such as 'up-to-date check failed on > foobar.baz' and simply refuse the commit. Ok. Now I've said I won't commit I'm pushing Installer.java back so that it knows about the xml_namespaces and doesn't keep complaining. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Matthew B. <mat...@co...> - 2005-07-07 13:02:14
|
Antony Corfield wrote: > That's right and thanks for the advice but *accidents* can happen - I'm > updating/committing c. 500 files! Mmmh now I'm tempted to prove > something... This change that consists of 500 file involves changing? -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Antony C. <an...@sm...> - 2005-07-07 12:56:36
|
>> From: Matthew Buckett >> Unless your cvs client doesn't warn you about a attempting to >> commit a >> file that hasn't yet been updated this shouldn't happen. > > That's a feature of the CVS server, not the client - the Sourceforge > server should throw an error such as 'up-to-date check failed on > foobar.baz' and simply refuse the commit. That's right and thanks for the advice but *accidents* can happen - I'm updating/committing c. 500 files! Mmmh now I'm tempted to prove something... |
From: Peter C. <Pet...@me...> - 2005-07-07 12:40:05
|
> From: Matthew Buckett=20 > Unless your cvs client doesn't warn you about a attempting to=20 > commit a=20 > file that hasn't yet been updated this shouldn't happen. That's a feature of the CVS server, not the client - the Sourceforge server should throw an error such as 'up-to-date check failed on foobar.baz' and simply refuse the commit. - Peter |
From: Matthew B. <mat...@co...> - 2005-07-07 12:31:28
|
Antony Corfield wrote: >> Antony Corfield wrote: >> >>> Hi I'm (finally) about to merge our branch with HEAD, can someone >>> confirm that in the last week these are only changes on head? Is >>> WEB-INF/dtd no longer required (files moved to servlet/template)? > > > Yep, is this where these files now live i.e. are we removing dtd directory? CVS doesn't allow you to remove directories. The way most clients work is if a directory is empty it is removed so when you do a "cvs update" unless you have some uncommited files in the dtd directory (or you client isn't configures to prune empty folders) it shoudl disapear. >> I had some change to eliminate the dependancy on the System property >> "bodington.home" that went in recently but these didn't change any >> templates. > > > That's fine Matthew, just don't want to (accidently) overwrite your > commits! Unless your cvs client doesn't warn you about a attempting to commit a file that hasn't yet been updated this shouldn't happen. Eg: If we both have version 1.4 of index.html then I commit some changes back (now I and the repository have 1.5) then you attempt to commit some changes back your client should warn you that you havn't yet pulled in the changes between 1.4 and 1.5. If your client doesn't do this get a new client (command line one does). Happy commiting ;-) -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Antony C. <an...@sm...> - 2005-07-07 12:16:50
|
> Antony Corfield wrote: >> Hi I'm (finally) about to merge our branch with HEAD, can someone >> confirm that in the last week these are only changes on head? Is >> WEB-INF/dtd no longer required (files moved to servlet/template)? Yep, is this where these files now live i.e. are we removing dtd directory? > I had some change to eliminate the dependancy on the System property > "bodington.home" that went in recently but these didn't change any > templates. That's fine Matthew, just don't want to (accidently) overwrite your commits! Cheers > > The only other change was toe Xml.sql that was an attempt to fix a > problem with MSSQL server (support request). > >> For the rest of today could people not commit to HEAD please. > > Ok. > > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Matthew B. <mat...@co...> - 2005-07-07 12:09:16
|
Antony Corfield wrote: > Hi I'm (finally) about to merge our branch with HEAD, can someone > confirm that in the last week these are only changes on head? Is > WEB-INF/dtd no longer required (files moved to servlet/template)? I had some change to eliminate the dependancy on the System property "bodington.home" that went in recently but these didn't change any templates. The only other change was toe Xml.sql that was an attempt to fix a problem with MSSQL server (support request). > For the rest of today could people not commit to HEAD please. Ok. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Antony C. <an...@sm...> - 2005-07-07 11:51:34
|
Hi I'm (finally) about to merge our branch with HEAD, can someone confirm that in the last week these are only changes on head? Is WEB-INF/dtd no longer required (files moved to servlet/template)? For the rest of today could people not commit to HEAD please. Cheers, Ant |
From: Adam M. <ada...@co...> - 2005-07-06 14:08:36
|
I think we should look into using TALL's WCKER Reload template with Bodington. In a nutshell, one can set up an IMS CP 'template' which can be read by reload. The course author can then 'fill in the blanks' to generate an IMS CP with a fixed structure, this IMS CP can then be expanded within Bodington. This Reload wizard was written because TALL have a fixed structure that they need when material for a course is written. I'm pretty sure we could knock up a few standard 'patterns' for Bodington. We could get Bodington to distribute this version of Reload for download onto a desktop. adam -- Adam Marshall: OUCS, 13, Banbury Rd. Oxford OX2 6NN. Shameless plug: Use the Bodington VLE http://bodington.org Blog: http://ramble.oucs.ox.ac.uk/blog/adamm/ Cheese of the month: Cheshire (not to be underestimated) |
From: Adam M. <ada...@co...> - 2005-07-06 10:01:41
|
Dear All, Some of you may be interested in a new report entitled (deliberately controversial, of course): 'Finally a free lunch: the benefits of an open source VLE/LMS' at: http://www.oucs.ox.ac.uk/ltg/vle/index.xml.ID=news In short it brings together some of our experiences at Oxford over the past two years of running Bodington (http://bodington.org), the open source VLE developed at Leeds University. This is purely meant to report the benefits we have experienced for others to read and follow-up/digest/dismiss as they see fit. I'm afraid the 'Bodington Buzz' workshop on the 4th July ('Free Tools and the VLE') is now completely full. However, if you wish to be added to a waiting list for a future re-run of the event then please email me off-list, Yours Stuart Lee *************************************************************************** Dr Stuart D Lee | Head of the Learning Technologies Oxford University Computing | Group (http://www.oucs.ox.ac.uk/ltg/) Services | 13 Banbury Road | Member of the English Faculty Oxford OX2 6NN -------------------------------------------------------------------------- E-mail: Stu...@ou...; Tel: +44 1865 283403; Fax: +44 1865 273275; URL: http://users.ox.ac.uk/~stuart/ Bodington VLE/LMS (Free): http://bodington.org/ |
From: Adam M. <ada...@co...> - 2005-07-05 14:13:44
|
-- Adam Marshall: OUCS, 13, Banbury Rd. Oxford OX2 6NN. Shameless plug: Use the Bodington VLE http://bodington.org Blog: http://ramble.oucs.ox.ac.uk/blog/adamm/ Cheese of the month: Cheshire (not to be underestimated) -----Original Message----- From: Brian Peter Clark [mailto:bm...@bm...] Sent: 05 July 2005 14:34 To: Adam Marshall Subject: RE: Bodington technical problem Yes, thanks. I left a comment on the sourceforge site to this effect. An upgrade for the server came out recently - UR2. That was loaded and Bod now works perfectly. Could this have been something to do with incompatability of compilers? I think the server was having a bit of problem with J2SE 5. Anyway, if in the unlikely event you meet another Java System appserver with a funny servlet error, you can recommend the upgrade. (Incidentally, this server has just been made an OS project by SUN - code name Glass Fish. So you might be seeing a bit more of it.) Thanks, Brian > Did you get this sorted? > > -- > Adam Marshall: OUCS, 13, Banbury Rd. Oxford OX2 6NN. > Shameless plug: Use the Bodington VLE http://bodington.org > Blog: http://ramble.oucs.ox.ac.uk/blog/adamm/ > Cheese of the month: Cheshire (not to be underestimated) > > | -----Original Message----- > | From: Brian Peter Clark [mailto:bm...@bm...] > | Sent: 01 July 2005 15:08 > | To: Adam Marshall > | Subject: Bodington technical problem > | > | Adam, > | > | A colleague is running Bod 2.4.1 from the 2.4.1 war on a Sun Java > | System Application Server 2005Q2. Red Hat Enterprise Linux ES3, > | I think. > | > | On trying to access a link to a web page resource he gets the > | following > | > | The requested resource > | (/bodington/bodington/files/179/b9_index.html) is not available > | Technical Problem. > | getWriter() has already been called for this response > | url=/bodington/files/179/b9_index.html > | > | > | Regards, > | > | Brian > > > |
From: Sean M. <se...@sm...> - 2005-07-01 11:24:32
|
I certainly don't think bod list should not see tetra traffic. s On 1 Jul 2005, at 12:16, Paul Davis wrote: >> From a marketing perspective it's probably no bad thing that activity >> > happens on the Bodington list (though of course tetra-specific > stuff can go > off elsewhere). We need to persuade people to buy Bodington NOW, > and come > into the happy friendly family that we are to develop Tetra. The > alternative is people stay out until Tetra is proven, leaving a > small rump > marketing "their" product at a later date. > > Paul > > Paul Davis > 01865 283414 > > > > -----Original Message----- > From: bod...@li... > [mailto:bod...@li...] On Behalf Of > Antony Corfield > Sent: 01 July 2005 11:30 > To: bod...@li... > Subject: Re: [Bodington-developers] Trends in computing. > > Should we start a Tetra list? > > On 29 Jun 2005, at 14:59, Alexis O'Connor wrote: > > >> Has writing to this list gone out of fashion? >> >> -- >> + - - - - - - - - - - - - - - - - - - - - - - - - - - - + >> | Alexis O'Connor, VLE Developer (http://bodington.org) | >> | OUCS, 13 Banbury Road, Oxford, OX2 6NN, UK. | >> | Tel. +44 (0)1865 283661 | >> + - - - - - - - - - - - - - - - - - - - - - - - - - - - + >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration >> Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > |
From: Paul D. <pau...@co...> - 2005-07-01 11:16:24
|
From a marketing perspective it's probably no bad thing that activity happens on the Bodington list (though of course tetra-specific stuff can go off elsewhere). We need to persuade people to buy Bodington NOW, and come into the happy friendly family that we are to develop Tetra. The alternative is people stay out until Tetra is proven, leaving a small rump marketing "their" product at a later date. Paul Paul Davis 01865 283414 -----Original Message----- From: bod...@li... [mailto:bod...@li...] On Behalf Of Antony Corfield Sent: 01 July 2005 11:30 To: bod...@li... Subject: Re: [Bodington-developers] Trends in computing. Should we start a Tetra list? On 29 Jun 2005, at 14:59, Alexis O'Connor wrote: > Has writing to this list gone out of fashion? > > -- > + - - - - - - - - - - - - - - - - - - - - - - - - - - - + > | Alexis O'Connor, VLE Developer (http://bodington.org) | > | OUCS, 13 Banbury Road, Oxford, OX2 6NN, UK. | > | Tel. +44 (0)1865 283661 | > + - - - - - - - - - - - - - - - - - - - - - - - - - - - + > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Colin T. <col...@co...> - 2005-07-01 11:09:32
|
"Approximate subscriber count: 1" That'll be me then :-) Sean Mehan wrote: > we have one. > > > On 1 Jul 2005, at 11:30, Antony Corfield wrote: > >> Should we start a Tetra list? >> >> On 29 Jun 2005, at 14:59, Alexis O'Connor wrote: >> >> >>> Has writing to this list gone out of fashion? >>> >>> -- + - - - - - - - - - - - - - - - - - - - - - - - - - - - + >>> | Alexis O'Connor, VLE Developer (http://bodington.org) | >>> | OUCS, 13 Banbury Road, Oxford, OX2 6NN, UK. | >>> | Tel. +44 (0)1865 283661 | >>> + - - - - - - - - - - - - - - - - - - - - - - - - - - - + >>> >>> >>> ------------------------------------------------------- >>> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>> informative Webcasts and more! Get everything you need to get up to >>> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >>> _______________________________________________ >>> Bodington-developers mailing list >>> Bod...@li... >>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> > |
From: Alexis O'C. <ale...@co...> - 2005-07-01 11:01:19
|
Antony Corfield wrote: > Should we start a Tetra list? > > On 29 Jun 2005, at 14:59, Alexis O'Connor wrote: > >> Has writing to this list gone out of fashion? >> I think starting a Tetra list *would* be a good idea! I was only josh-ing with my last posting. It was due to the complete absence of a response to my post about Questionnaires. But to be fair, I think only the holidaying Aggie would be able to answer it anyway! Alexis |
From: Sean M. <se...@sm...> - 2005-07-01 10:49:35
|
we have one. |
From: Antony C. <an...@sm...> - 2005-07-01 10:30:16
|
Should we start a Tetra list? On 29 Jun 2005, at 14:59, Alexis O'Connor wrote: > Has writing to this list gone out of fashion? > > -- > + - - - - - - - - - - - - - - - - - - - - - - - - - - - + > | Alexis O'Connor, VLE Developer (http://bodington.org) | > | OUCS, 13 Banbury Road, Oxford, OX2 6NN, UK. | > | Tel. +44 (0)1865 283661 | > + - - - - - - - - - - - - - - - - - - - - - - - - - - - + > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Sean M. <se...@sm...> - 2005-07-01 08:57:04
|
marketing may need to get paid. http://sourceforge.net/project/stats/index.php? group_id=87659&ugn=bodington&type=&mode=year |
From: Matthew B. <mat...@co...> - 2005-06-30 15:02:25
|
Durfee, Bernard wrote: > I get the following exception during setup, I am running Tomcat 5.5.7 > with Oracle 9i and the latest Oracle JDBC drivers... > > SEVERE: Exception initialising BuildingServer: > org.bodington.server.BuildingServerException: > org.bodington.server.BuildingServerException: Exception getting Class > for database > types.org.bodington.server.JobResultorg.bodington.server.BuildingServerE > xception: Unsupported SQL Type. Table = job_results Field = > execution_time execution_time is of type TIMESTAMP in the installation which should get translated into a DATE for Oracle installs. Is your Oracle driver oracle.jdbc.driver.OracleDriver? This should be set the file WEB-INF/bodington.properties on a line starting with sqldatabase.driver. Could you output the table structure for jobs_results that the installer created (DESC jobs_results)? I am guessing that this is because the JDBC driver is saying execution time is of type date (java.sql.Types.DATE) and the object relational mapper in Bodington currently only knows how to deal with timestamps (java.sql.Types.TIMESTAMP). > ...I'm very anxious to evaluate Bodington for a possible solution to our > need for an LMS to serve New York state universities. Is there a demo > site somewhere that I can use for evaluation? Thanks... If you are wanting to have a quick try of Bodington there is a quickstart WAR file: http://users.ox.ac.uk/~buckett/quickstart.war However this is a quickstart for the Oxford version of Bodington (WebLearn) and so is slightly different to Bodington. However you should be able to just drop this WAR into tomcat as it comes complete with a database (HSQLDB) and just visit: http://tomcathost/quickstart/site/ You shouldn't need to run the setup as it come preconfigured. The quickstart feature should be appearing in Bodington 2.6. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Paul T. <pau...@co...> - 2005-06-30 14:39:38
|
Dear Bernard, At 15:16 30/06/2005, you wrote: >I get the following exception during setup, I am running Tomcat 5.5.7 >with Oracle 9i and the latest Oracle JDBC drivers... > >SEVERE: Exception initialising BuildingServer: < ... > >...I'm very anxious to evaluate Bodington for a possible solution to our >need for an LMS to serve New York state universities. Is there a demo >site somewhere that I can use for evaluation? Thanks... Great to hear about the interest. I'll let the developers answer your specific setup query, but in the meantime you are welcome to look at WebLearn, Oxford's implementation. http://www.weblearn.ox.ac.uk/ (Log in as visitor) I'll also create an account so that you can take a closer look and create some resources. Regards, Paul ---- Paul Trafford VLE Administrator Oxford University Computing Services >Bernard Durfee >Lead Programmer/Analyst >SUNY Systems Administration > > >------------------------------------------------------- >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >from IBM. Find simple to follow Roadmaps, straightforward articles, >informative Webcasts and more! Get everything you need to get up to >speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opick >_______________________________________________ >Bodington-developers mailing list >Bod...@li... >https://lists.sourceforge.net/lists/listinfo/bodington-developers |