On Tue, Jan 22, 2013 at 4:03 PM, <[email protected]> wrote: > url="jdbc:postgresql://127.0.0.1:5432/dspace"
> What can i do if i have to go through a SPI Firewall that allows me > only to connect if it is a tomcat connection configured as JNDI? You have to go via firewall to get to localhost? Oh, well. As you probably know, the problem is that you don't have db.username (and others) set in dspace.cfg. Can't you just enable this? (see the comment above it) db.jndi = jdbc/dspace If not, try looking here and see if any of it helps: http://stackoverflow.com/questions/1615417/out-of-container-jndi-data-source Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

