Thanks Mark and Luiz. Unless I'm misunderstanding how it reads variables I'm using almost the default values in our local.cfg file::
dspace.hostname = "irtest.library.uaf.edu" dspace.baseUrl = http://${dspace.hostname}:5432/ db.url = jdbc:postgresql://${dspace.hostname}:5432/dspace With db.username and db.password defined exactly as in the database. It appears to be choking on the dspace.hostname because I've tried both 'localhost' and the systems IP address. All that changed was the hostname specified in the java.net.UnknownHostExcpetion error message. But there are a LOT of parameters that can be tweaked so it's very possible I missed something. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
