Hi,
I installed the remote database connector following the instructions given in the RDC tutorial. I need it for a SQL Server connection, so I used the jtds-1.3.1.jar.jar driver which I placed in the right folder as instructed.
I entered the right (at least according the documentation and samples) database connection string in the config file which looks like this:
#DriverClass=com.mysql.jdbc.Driver
#JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
#SQL Server
DriverClass=net.sourceforge.jtds.jdbc.Driver
JdbcUrl=jtds:sqlserver://localhost:1433/thewall;tds=8.0
User=me
Password=mine
ServerPort=1433
#If Debug is true then this file will be reloaded on every query.
#This is useful if you need to modify the queries.
Debug=true
#commands
sql.select_all=SELECT * FROM thewall.dbo.Comments
After running the runRLC.bat file I see exactly the the same response in the command screen shown in the tutorial. For me it looks if I have the server running
However when running http://localhost:1433/?method=Test through a browser I get a 'java.io.EOFException' error in the browser screen.
Also a dump of the same error followed by a list of file names in command screen.
After looking for all kind reasons/solutions in the internet, I cannot find the answer.
Do you have suggestions how to fix this issue?
Needles to mention that I'm a newbie I guess, but hey you have to start somewhere
Luc
I installed the remote database connector following the instructions given in the RDC tutorial. I need it for a SQL Server connection, so I used the jtds-1.3.1.jar.jar driver which I placed in the right folder as instructed.
I entered the right (at least according the documentation and samples) database connection string in the config file which looks like this:
#DriverClass=com.mysql.jdbc.Driver
#JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
#SQL Server
DriverClass=net.sourceforge.jtds.jdbc.Driver
JdbcUrl=jtds:sqlserver://localhost:1433/thewall;tds=8.0
User=me
Password=mine
ServerPort=1433
#If Debug is true then this file will be reloaded on every query.
#This is useful if you need to modify the queries.
Debug=true
#commands
sql.select_all=SELECT * FROM thewall.dbo.Comments
After running the runRLC.bat file I see exactly the the same response in the command screen shown in the tutorial. For me it looks if I have the server running
However when running http://localhost:1433/?method=Test through a browser I get a 'java.io.EOFException' error in the browser screen.
After looking for all kind reasons/solutions in the internet, I cannot find the answer.
Do you have suggestions how to fix this issue?
Needles to mention that I'm a newbie I guess, but hey you have to start somewhere
Luc