[Dspace-tech] DSpace registration URL change?

2009-08-07 Thread Stan Orlov
Greetings,

We have DSpace 1.5.1 on Windows 2003.  When a user registers, they receive
the following email:

===

To complete registration for a DSpace account, please click the link
below:


http://localhost:8080/jspui/register?token=987b0108249d84cf400cca9263aad1c3

If you need assistance with your account, please email
dspace-h...@myu.edu or call us at xxx-555-.

The DSpace Team
===

I found where to change some parts of this email - in
C:\DSpace\config\emails\register.  But where could I change the URL to point
to the official URL (as opposed to localhost).  I understand that this:

# Parameters: {0} is expanded to a special registration URL

should be accessible somewhere, right?

Thank you in advance!

Cheers,
Stan

Stanislav Orlov, MEd, MISt
Systems Librarian
Mount Saint Vincent University
Halifax, NS, B3M 2J6
- Tel:  902-457-6212
- Fax: 902-457-6445
stan.orlov at msvu.ca stan.or...@msvu.ca
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace registration URL change?

2009-08-07 Thread Gabriela Mircea
Hi Stan,

You need to change the values for

dspace.url
dspace.hostname

in [dspace-install]/config/dspace.cfg and then restart tomcat.

You can find more details on dspace.cfg at 
http://www.dspace.org/1_5_2Documentation/ch05.html#N11633.

I hope this helps,
Gabriela

From: Stan Orlov [mailto:stan.or...@msvu.ca]
Sent: Friday, August 07, 2009 2:07 PM
To: Dspace Tech
Subject: [Dspace-tech] DSpace registration URL change?

Greetings,

We have DSpace 1.5.1 on Windows 2003.  When a user registers, they receive the 
following email:

===

To complete registration for a DSpace account, please click the link
below:

  http://localhost:8080/jspui/register?token=987b0108249d84cf400cca9263aad1c3

If you need assistance with your account, please email
dspace-h...@myu.edumailto:dspace-h...@myu.edu or call us at xxx-555-.

The DSpace Team
===

I found where to change some parts of this email - in 
C:\DSpace\config\emails\register.  But where could I change the URL to point to 
the official URL (as opposed to localhost).  I understand that this:

# Parameters: {0} is expanded to a special registration URL

should be accessible somewhere, right?

Thank you in advance!

Cheers,
Stan

Stanislav Orlov, MEd, MISt
Systems Librarian
Mount Saint Vincent University
Halifax, NS, B3M 2J6
- Tel:  902-457-6212
- Fax: 902-457-6445
stan.orlov at msvu.camailto:stan.or...@msvu.ca
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace registration URL change?

2009-08-07 Thread Claudia Juergen
Hi Stan,

this comes from the dspace.url in [dspace-source]/dspace/config/dspace.cfg

Check the following section:

# DSpace base URL.  Include port number etc., but NOT trailing slash
# Change to xmlui if you wish to use the xmlui as the default, or remove
# /jspui and set webapp of your choice as the ROOT webapp in
# the servlet engine.
dspace.url = http://localhost:8080/jspui

# DSpace host name - should match base URL.  Do not include port number
dspace.hostname = localhost


Hope that helps

Claudia Jürgen


 Greetings,

 We have DSpace 1.5.1 on Windows 2003.  When a user registers, they receive
 the following email:

 ===

 To complete registration for a DSpace account, please click the link
 below:


 http://localhost:8080/jspui/register?token=987b0108249d84cf400cca9263aad1c3

 If you need assistance with your account, please email
 dspace-h...@myu.edu or call us at xxx-555-.

 The DSpace Team
 ===

 I found where to change some parts of this email - in
 C:\DSpace\config\emails\register.  But where could I change the URL to
 point
 to the official URL (as opposed to localhost).  I understand that
 this:

 # Parameters: {0} is expanded to a special registration URL

 should be accessible somewhere, right?

 Thank you in advance!

 Cheers,
 Stan
 
 Stanislav Orlov, MEd, MISt
 Systems Librarian
 Mount Saint Vincent University
 Halifax, NS, B3M 2J6
 - Tel:  902-457-6212
 - Fax: 902-457-6445
 stan.orlov at msvu.ca stan.or...@msvu.ca
 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008
 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.
 http://p.sf.net/sfu/bobj-july___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace registration URL change?

2009-08-07 Thread Stan Orlov
Thank you Gabriela and Claudia,

Worked like a charm!

Cheers,
Stan


On Fri, Aug 7, 2009 at 3:19 PM, Claudia Juergen 
claudia.juer...@ub.uni-dortmund.de wrote:

 Hi Stan,

 this comes from the dspace.url in [dspace-source]/dspace/config/dspace.cfg

 Check the following section:

 # DSpace base URL.  Include port number etc., but NOT trailing slash
 # Change to xmlui if you wish to use the xmlui as the default, or remove
 # /jspui and set webapp of your choice as the ROOT webapp in
 # the servlet engine.
 dspace.url = http://localhost:8080/jspui

 # DSpace host name - should match base URL.  Do not include port number
 dspace.hostname = localhost


 Hope that helps

 Claudia Jürgen


  Greetings,
 
  We have DSpace 1.5.1 on Windows 2003.  When a user registers, they
 receive
  the following email:
 
  ===
 
  To complete registration for a DSpace account, please click the link
  below:
 
 
 
 http://localhost:8080/jspui/register?token=987b0108249d84cf400cca9263aad1c3
 
  If you need assistance with your account, please email
  dspace-h...@myu.edu or call us at xxx-555-.
 
  The DSpace Team
  ===
 
  I found where to change some parts of this email - in
  C:\DSpace\config\emails\register.  But where could I change the URL to
  point
  to the official URL (as opposed to localhost).  I understand that
  this:
 
  # Parameters: {0} is expanded to a special registration URL
 
  should be accessible somewhere, right?
 
  Thank you in advance!
 
  Cheers,
  Stan
  
  Stanislav Orlov, MEd, MISt
  Systems Librarian
  Mount Saint Vincent University
  Halifax, NS, B3M 2J6
  - Tel:  902-457-6212
  - Fax: 902-457-6445
  stan.orlov at msvu.ca stan.or...@msvu.ca
 
 --
  Let Crystal Reports handle the reporting - Free Crystal Reports 2008
  30-Day
  trial. Simplify your report design, integration and deployment - and
 focus
  on
  what you do best, core application coding. Discover what's new with
  Crystal Reports now.
 
 http://p.sf.net/sfu/bobj-july___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 



 This communication, including any attached documentation, is intended only
 for the person or entity to which it is addressed, and may contain
 confidential, personal, and/or privileged information. Any unauthorized
 disclosure, copying, or taking action on the contents is strictly
 prohibited. If you have received this message in error, please contact us
 immediately so we may correct our records.
 Please then delete or destroy the original transmission and any subsequent
 reply.
 Thank you.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech