Please, keep dspace-tech in CC.

If you want to use the IP address, that's fine, just change it in
those two config variables and restart tomcat.

If you want to refer ito it by a public hostname, you first have to
add a DNS record (which in fact has nothing to do with dspace, so I
can't help you - ask your network admin), then verify on your dspace
machine that it works - typing
host yourdomain.com
should return your public IP address. Then make the change
dspace.url = http://yourdomain.com:8080/dspace
dspace.hostname = yourdomain.com
restart tomcat and you should be able to see your dspace at
http://yourdomain.com:8080/dspace
When that works, it is also possible to run it on port 80 and without
the /dspace part.

Regards,
~~helix84


On Fri, Dec 30, 2011 at 07:49,  <[email protected]> wrote:
> hi helix,
> sorry for so long to reply.
> My dspace is 1.4.2
> Actually at the time of installation, i gave it as "localhost.localdomain" so 
> it is working perfectly for me.
> Yes, but I have got some new problems.
> Actually I am having a public ip and i want my dspace Online.
> So, kindly tell me what all changes i have to make in DSpace or Apache Tomcat 
> to make it online.
> Thanks.
>
>
>
>
>
>
>
>
>
> <quote author='helix84'>
> My guess is that you don't have localhost.localdomain in your hosts
> file (it doesn't resolve to an IP address). Try either
>
> dspace.url = http://localhost:8080/dspace
> dspace.hostname = localhost
>
> or
>
> dspace.url = http://127.0.0.1:8080/dspace
> dspace.hostname = 127.0.0.1
>
> BTW which version of dspace is that? 1.5.2?
>
> Regards,
> ~~helix84
>
> ------------------------------------------------------------------------------
> Cloud Computing - Latest Buzzword or a Glimpse of the Future?
> This paper surveys cloud computing today: What are the benefits?
> Why are businesses embracing it? What are its payoffs and pitfalls?
> http://www.accelacomm.com/jaw/sdnl/114/51425149/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
> </quote>
> Quoted from:
> http://dspace.2283337.n4.nabble.com/Problem-with-Feedback-Link-tp4184938p4194084.html

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to