Thanks Jim, Stuart for your suggestions. Since my initial attempts for a 2 tier DSpace implementation was not fine I went for a fresh installation and is working fine.
Steps taken are:- (1) Install postgre.sql in DB server. While installing, host connection check box can be enabled for remote connections. The postgre.sql file is configured automatically. (2) DSpace user and Dspace database owned by dspace user is created in postgresql DB server. (3) Pg_hba file is edited and added my machine IP address. DB service is started for taking the new configuration. (4) In DSpace client, db.url config parameter is modified to include jdbc:postgresql://IP address : 5432/dspace (5) Ant fresh_install was given at DSpace client machine and installation was fine. Batch import and normal submission interface was also working fine. Thanks, Jayan -----Original Message----- From: Stuart Lewis [sdl] [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 7:31 PM To: Jayan Chirayath Kurian Subject: Re: [Dspace-tech] 2 Tier Dspace Implementation (windows 2003 serveredition/Dspace 1.4.1) Hi Jayan, Try changing: > # A1 is set to be a ConsoleAppender. > log4j.appender.A1=org.apache.log4j.ConsoleAppender to: # A1 is set to be a RollingFileAppender. log4j.appender.A1=org.apache.log4j.RollingFileAppender log4j.appender.A1.File=/dspace/log/dspace.log # Roll when log file size is over 1Mb log4j.appender.A1.MaxFileSize=1048576 # Keep up to 500 files around log4j.appender.A1.MaxBackupIndex=500 You'll need to change log4j.appender.A1.File to something like E:\dspace`log`dspace.log This log file should then start filling up. Hope this helps, Stuart _________________________________________________________________ Datblygydd Cymwysiadau'r We Web Applications Developer Gwasanaethau Gwybodaeth Information Services Prifysgol Cymru Aberystwyth University of Wales Aberystwyth E-bost / E-mail: [EMAIL PROTECTED] Ffon / Tel: (01970) 622860 _________________________________________________________________ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

