Hello Jomlian. I am not too familiar with the farCry install in particular but...
For OpenBd you will need to set up MySql yourself. If it is a testing server and you are not familiar with setting up Mysql etc.. I suggest *XAMPP* which also will install PHP and PhpMyAdmin which is very helpful for MySql administration. http://www.apachefriends.org/en/xampp.html To add a datasource in openBd you can edit the bluedragon XML ( \jetty-6.1.12-OpenBD\etc\openbd\bluedragon.xml ) here is an example of the XML. <datasource name="myDatasourceName"> <password>myPassword</password> <connectionretries>0</connectionretries> <sqldelete>true</sqldelete> <sqlupdate>true</sqlupdate> <username>root</username> <drivername>com.mysql.jdbc.Driver</drivername> <sqlstoredprocedures>true</sqlstoredprocedures> <perrequestconnections>false</perrequestconnections> <sqlinsert>true</sqlinsert> <sqlselect>true</sqlselect> <connectiontimeout>120</connectiontimeout> <port>3306</port> <server>localhost</server> <databasename>myDatabaseName</databasename> <description></description> <initstring></initstring> <logintimeout>120</logintimeout> <hoststring>jdbc:mysql://localhost:3306/myDatabaseName</hoststring> <maxconnections>24</maxconnections> <name>myDatasourceName</name> </datasource> I hope that helps. On Tue, Oct 14, 2008 at 4:51 PM, jomlian <[EMAIL PROTECTED]> wrote: > > I have downloaded the new version of open bd and farcry but the > directory structure doesn't match that shown in the farcry > installation video (i.e. webroot is different). Two questions; > 1. Do I need to set up a db separately (mysql etc) to run farcry with > openbd? > 2. If not, where do I go and which xml do I edit to set up a data > source for farcry (the video calls it fortress)? > > Thanks, > IJomlian > > > > -- "anything you say can/will be used against you-- --nothing you say can/will be used to help you." -Professor James Duane --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
