Re: Can I use torque over ssh?
Emmanuel Bardet <[email protected]> Thu, 4 Mar 2010 09:15:34 +0100
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Ludwig, It's not really Torque related but more to your jdbc driver. From an ssh perspective, as long as it uses TCP/IP to connect to your database server AND IF your ssh server allows ssh-tunneling (ana ssh-port- forwarding) then you should be fine. There's a few how-to available. E Le 4 mars 10 à 04/03-08:56, Ludwig Magnusson a écrit : > Hi! > > If I have a database on a server that I can connect to via ssh, can > I use > torque to access that database? I.e write a java program that runs > on my > compyter but reads/writes to the database. > > Can I also run maven goals like torque:datadump that connects to the > remote > database? > > /Ludwig >