[cosmo-dev] Chandler Server login
Jared Rhine
jared at wordzoo.com
Tue Dec 4 19:44:39 PST 2007
> I'm really excited about this software, and want to participate
> however I'm able.
Welcome!
> But I don't get how I'm supposed to login. localhost?
In general, the "http://distributedthinking.com:8080/" is the URL most
likely to be correct. (Assuming firewalls allow it, etc).
The "hostname/port" type of configuration is set up in Tomcat's
"server.xml" file. By default, it's set to bind to all IP addresses
on port 8080, which is why the URL above is likely to be correct. You
didn't change anything in server.xml?
I wish I could intuit exactly what is blocking you from proceeding,
given the successful osafsrv.log you posted, but I can't think of
anything right now that wouldn't put an error into the log file.
You might try seeing if Cosmo is actually binding the proper port;
assuming you are on Unix, something like "netstat -rn | grep 8080"
would do it. If you're not on a form of Unix, what platform are you
using?
You'll need to tell Cosmo the proper database connection information
(db name, username, password), but I'm assuming you did that right or
you'd get an error upon start. Did the database you specified get
populated with new tables when you started Cosmo?
-- Jared
More information about the cosmo-dev
mailing list