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.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openbd?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to