Re: [dspace-tech] Tomcat Cert Process for Dspace

2017-10-08 Thread Tony Brian Albers
On 10/06/2017 04:28 PM, Dayne Ellanna wrote:
> Tony,
> 
> For the proxy, you are routing to 8877, in my case that would be 8443 
> correct?
> 
> Thanks,
> Dayne
> 

Nope, you should point to whatever port your tomcat is running on, which 
I suppose is http://myserver.domain:8080/xmlui  -> 8080
Disregard that tomcat is not running https, that's what you're going to 
use httpd(apache) for.

Sorry for the late reply, I was off on weekend when you wrote me back :)

/tony


> On Thu, Oct 5, 2017 at 10:39 PM, Dayne Ellanna  > wrote:
> 
> I am having the worst time getting tomcat to do https for dspace.  I
> followed the instructions on the dspace site but cannot make heads
> or tails of the instructions as I am definitely not a certificate
> expert.  The instructions use generic names and don't explain where
> root ca's come from or generating certificate requests and from what
> do I generate these.  Can someone give me very specific instructions
> about how to set up the https on tomcat to run dspace.  So far I
> have gotten dspace to run successfully as
> http://myserver.domain:8080/xmlui
> .  As per instructions on the
> dspace site I have tried to create the RSA key, and we use incommon
> for our certs which I can obtain, but have not been able to figure
> out the beginning to end process for this.  I tried using curl to
> test but no success.  I really need a succinct explanation of all
> the pieces, where to get them or how to generate them in order to
> run the ssl.  HELP!
> 
> Thanks,
> Dayne
> 
> -- 
> You received this message because you are subscribed to a topic in
> the Google Groups "DSpace Technical Support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dspace-tech/6ZTVNgGfBcQ/unsubscribe 
> .
> To unsubscribe from this group and all its topics, send an email to
> dspace-tech+unsubscr...@googlegroups.com
> .
> To post to this group, send email to dspace-tech@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/dspace-tech
> .
> For more options, visit https://groups.google.com/d/optout
> .
> 
> 
> -- 
> You received this message because you are subscribed to the Google 
> Groups "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to dspace-tech+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to dspace-tech@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.


-- 
Tony Albers
Systems administrator, IT-development
Royal Danish Library, Victor Albecks Vej 1, 8000 Aarhus C, Denmark.
Tel: +45 2566 2383 / +45 8946 2316

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Install DSpace with Database in different server

2017-10-08 Thread Andrea Schweer

  
  
Hi,

you need to include the protocol and database type in the JDBC
connection string. Looks like you have just the IP address.

jdbc:postgresql://host:port/database

Only change the bits in boldface above.

cheers,
Andrea

On 10/09/2017 10:06 AM,
  apaternin...@gmail.com wrote:


  

  Hi Everyone!
  
  
  I´m installing DSpace in two servers, one for the app and
the another for the database.
  
  
  The servers are "Linux Centos 7 /64Bit for the two
severs" and 
  
  
  When run "ant fresh_install"
  the task throw this exception
  
  
  java.sql.SQLException: No suitable driver for "the
  ip"(section blue in the image)
  
  
  I attached three screenshot, the one with PostgreSQL
status, the second one with the jar location with the jdbc
driver in the server for the app and the third one with
  the error to run fresh install.
  
  
  I put manually the .jar file in the PostgreSQL
installation in the server for the database but it not
worked. 
  
  
  Also I read in the documentation the drive .jar for
PostgreSQL already is on the build by default in dspace, but
in this case the database not is in the same server.

  
  -- 
  You received this message because you are subscribed to the Google
  Groups "DSpace Technical Support" group.
  To unsubscribe from this group and stop receiving emails from it,
  send an email to dspace-tech+unsubscr...@googlegroups.com.
  To post to this group, send email to dspace-tech@googlegroups.com.
  Visit this group at https://groups.google.com/group/dspace-tech.
  For more options, visit https://groups.google.com/d/optout.


-- 
Dr Andrea Schweer
Lead Software Developer, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
+64-7-837 9120
  




-- 
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.