Michael Fellinger wrote: > It is actually quite simple to do that, > > Nitro::Server.port > Nitro::Server.host > > (these are only values from memory, so don't rely on them, i will > lookup the real values in a second when i get access to my svn) Thank you. This is what now works: Server.port = 1212 Server.address = 'james05' Thanks again, James