diff --git a/trunk/PlanosActuacao/.classpath b/trunk/PlanosActuacao/.classpath index 2f37df0a..2a3e4eb3 100644 --- a/trunk/PlanosActuacao/.classpath +++ b/trunk/PlanosActuacao/.classpath @@ -8,7 +8,7 @@ - + diff --git a/trunk/PlanosActuacao/properties/0-Importer/app.properties b/trunk/PlanosActuacao/properties/0-Importer/app.properties index e8504467..04a3f087 100644 --- a/trunk/PlanosActuacao/properties/0-Importer/app.properties +++ b/trunk/PlanosActuacao/properties/0-Importer/app.properties @@ -13,8 +13,10 @@ jnlp.information.description.short = $version #jnlp.information.icon.splash = images/logo.png -server.siprp = vps-siprp.evo.pt -port.siprp = 5432 +#server.siprp = vps-siprp.evo.pt +#port.siprp = 5432 +server.siprp = localhost +port.siprp = 5433 database.siprp = siprp username.siprp = siprp password.siprp = -rg2hpgsql diff --git a/trunk/PlanosActuacao/src/importer/PlanosActuacaoImporter.java b/trunk/PlanosActuacao/src/importer/PlanosActuacaoImporter.java index f3acc0ff..f67b4391 100644 --- a/trunk/PlanosActuacao/src/importer/PlanosActuacaoImporter.java +++ b/trunk/PlanosActuacao/src/importer/PlanosActuacaoImporter.java @@ -60,7 +60,7 @@ public class PlanosActuacaoImporter private static void readProperties( String[] args ) throws Exception { - args = new String[]{ "/home/fpalma/workspace/PlanosActuacao/properties/0-Importer/app.properties" }; + args = new String[]{ "/home/fpalma.workspace/workspace/PlanosActuacao/properties/0-Importer/app.properties" }; // args = new String[]{ "/Users/fpalma/Documents/workspace/PlanosActuacao/properties/0-Importer/app.properties" }; if ( args != null && args.length > 0 ) diff --git a/trunk/PlanosActuacao/tunel.sh b/trunk/PlanosActuacao/tunel.sh new file mode 100644 index 00000000..c1a21667 --- /dev/null +++ b/trunk/PlanosActuacao/tunel.sh @@ -0,0 +1 @@ + ssh -L5433:localhost:5432 -L5444:localhost:5433 root@vps-siprp.evo.pt