Hello, You specify the node:port in the dbalias property. Here an example for a MS SQL server database but the alias depends which database product you have (refer to the doc):
dbalias="//servername:port;DatabaseName=mydatabase;SelectMethod=cursor;User=myuser;Password=mypassword" Sylvain -----Message d'origine----- De: Raymond Lukas [mailto:[EMAIL PROTECTED]] Date: vendredi, 15. novembre 2002 23:10 À: [EMAIL PROTECTED] Objet: How do I point to a remote database... Please guys: This is a simple question... Inside the repository.xml file..... <jdbc-connection-descriptor platform=postgresql jdbc-level=1.0 driver=org.postgresql.Driver protocol=jdbc subprotocol=postgresql dbalias=test username=user1 password=mucaLives /> what is the property name for specifying the node:port string in the JDBC URL.. I can not find this in the docs anywhere. I was kind of thinking that it was the same as in the profile files but the property names are different. By the way I think that several links in on the web page for the tutorials are broken.. Surely someone out there is doing this... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>