Re: [Dspace-tech] Feedback page problem (DSpace 3.0)

2013-01-28 Thread helix84
What is the contents of your hosts file (/etc/hosts)?


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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Feedback page problem (DSpace 3.0)

2013-01-28 Thread mErRYo
i got it right. I changed my host url from localhost to my serverip in 
dspace.cfg and my feedback page is working fine now. What i did is as follows 

dspace.hostname = (from localhost to myserverip)
dspace.baseurl = (from http://localhost:8080 to http://myserverip:8080)
dspace.url = (from http://localhost:8080/jspui to http://myserverip:8080/jspui)
mail.allowed.referrers = localhost,myserverip

Thanks for the support. Specially from Claudia

--- On Mon, 1/28/13, helix84 heli...@centrum.sk wrote:

 From: helix84 heli...@centrum.sk
 Subject: Re: [Dspace-tech] Feedback page problem (DSpace 3.0)
 To: mErRYo merryob...@yahoo.com
 Cc: dspace-tech@lists.sourceforge.net, claudia.juer...@ub.tu-dortmund.de
 Date: Monday, January 28, 2013, 2:41 PM
 What is the contents of your hosts
 file (/etc/hosts)?
 
 
 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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Feedback page problem (DSpace 3.0)

2013-01-27 Thread mErRYo
Here are my dspace.cfg setings:

dspace.hostname = localhost
dspace.baseurl = http://localhost:8080
dspace.url = http://localhost:8080/jspui
mail.allowed.referrers = localhost

and my feeback page url link is : ${dspace.url}/feedback from (server machine)
and http://myserverip:8080/jspui/feedback from (client machine)

I hope this shall help you.



--- On Fri, 1/25/13, Claudia Jürgen claudia.juer...@ub.tu-dortmund.de wrote:

 From: Claudia Jürgen claudia.juer...@ub.tu-dortmund.de
 Subject: Re: [Dspace-tech] Feedback page problem (DSpace 3.0)
 To: dspace-tech@lists.sourceforge.net
 Date: Friday, January 25, 2013, 9:44 PM
 
 Hello,
 
 yes this is reproducable using different names in
 dspace.hostname and 
 dspace.baseUrl. Check your build.properties for these
 values.
 Maybe you got
 dspace.hostname = localhost
 and
 dspace.baseUrl = http://just.something.different
 
 A setting which further influences this is the dspace.cfg
 setting:
 # A comma-separated list of hostnames that are allowed to
 refer browsers 
 to email forms.
 # Default behaviour is to accept referrals only from
 dspace.hostname
 mail.allowed.referrers = ${dspace.hostname}
 
 
 Hope this helps
 
 Claudia Jürgen
 
 
 
 
 Am 24.01.2013 09:04, schrieb mErRYo:
  Hi all, I am using dspace 3.0 with jspui 
 discovery. I am facing problem
  when i click on feedback page. Problem is when a
 anonymous user clicks on
  this page link it ask for username and password (that
 is redirect to
  password login page). While for authenticated users it
 gives the message that
  you don't have the authorization. Can anyone tell
 what is going wrong with
  this page. Have i done something wrong in dspace.cfg
 file. As far as i know
  there is no setting on dspace.cfg file which effects
 this.
 
 
 --
  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
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
  List Etiquette: 
  https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
 
 
 -- 
 Claudia Juergen
 Universitaetsbibliothek Dortmund
 Eldorado
 0231/755-4043
 https://eldorado.tu-dortmund.de/
 
 --
 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
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Feedback page problem (DSpace 3.0)

2013-01-25 Thread helix84
On Thu, Jan 24, 2013 at 9:04 AM, mErRYo merryob...@yahoo.com wrote:

 Hi all, I am using dspace 3.0 with jspui  discovery. I am facing problem
 when i click on feedback page. Problem is when a anonymous user clicks on
 this page link it ask for username and password (that is redirect to
 password login page). While for authenticated users it gives the message
 that
 you don't have the authorization. Can anyone tell what is going wrong
 with
 this page. Have i done something wrong in dspace.cfg file. As far as i know
 there is no setting on dspace.cfg file which effects this.


I have no idea. I couldn't reproduce it neither on demo nor on my local
instance.

What is the actual URL of your Feedback link?


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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Feedback page problem (DSpace 3.0)

2013-01-25 Thread Claudia Jürgen

Hello,

yes this is reproducable using different names in dspace.hostname and 
dspace.baseUrl. Check your build.properties for these values.
Maybe you got
dspace.hostname = localhost
and
dspace.baseUrl = http://just.something.different

A setting which further influences this is the dspace.cfg setting:
# A comma-separated list of hostnames that are allowed to refer browsers 
to email forms.
# Default behaviour is to accept referrals only from dspace.hostname
mail.allowed.referrers = ${dspace.hostname}


Hope this helps

Claudia Jürgen




Am 24.01.2013 09:04, schrieb mErRYo:
 Hi all, I am using dspace 3.0 with jspui  discovery. I am facing problem
 when i click on feedback page. Problem is when a anonymous user clicks on
 this page link it ask for username and password (that is redirect to
 password login page). While for authenticated users it gives the message that
 you don't have the authorization. Can anyone tell what is going wrong with
 this page. Have i done something wrong in dspace.cfg file. As far as i know
 there is no setting on dspace.cfg file which effects this.

 --
 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
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Feedback page problem (DSpace 3.0)

2013-01-24 Thread mErRYo
Hi all, I am using dspace 3.0 with jspui  discovery. I am facing problem
when i click on feedback page. Problem is when a anonymous user clicks on
this page link it ask for username and password (that is redirect to 
password login page). While for authenticated users it gives the message that
you don't have the authorization. Can anyone tell what is going wrong with 
this page. Have i done something wrong in dspace.cfg file. As far as i know 
there is no setting on dspace.cfg file which effects this.

--
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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette