I would normally wait for the final product but we want to test on our app with OpenBD and H2 while we have time. We have time this week so we want our proof of concept tested complete so we are ready to roll out our product to a customer the first week in December.
We were going to use SQL Server but if H2 works like we think it will then our customer will save $5k! -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Alan Williamson Sent: Tuesday, November 25, 2008 10:54 AM To: [email protected] Subject: [OpenBD] Re: Installing and Running OpenBD On 25/11/2008 15:51, Augusta ENT wrote: > BAM!!! It works! > > Now about the 8080???? Why do I have to type that into the address after the > IP address? because thats the port the server is listening on. http://www.google.com/ == http://www.google.com:80/ we just *assume* Port80 in normal URL's To move Jetty to listen on Port80; goto that same file and you will see this: <Set name="port"><SystemProperty name="jetty.port" default="8080"/></Set> change that to whatever port you want, most likely 80 > And finally is there anything else I must download to connect to my H2 > database via OpenBD? If there are simple instructions on the website I > would like to know where they are or can you provide assistance. Goto the H2 website and just follow their instructions, using the datasource URI that you setup. if you want to wait until 1st Dec, then this will all be integrated for you and accessible via an admin console. --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
