B4J Question [Solved] jRDC2 does it require LAMP?

AymanA

Active Member
Licensed User
Hi All,

I was trying to follow the tutorial for the jRDC2 and have some question, so I appreciate your help with clarifying the points below:

1) Does jRDC2 require LAMP to exist or this is optional?
2) if Optional then does jRDC create a webserver where it returns an output when testing the connection with localhost:17178/db_name?
3) if the target server that the jRDC2 application will be used at is ubuntu, shall I still use
mysql-connector-java-5.1.48-bin in the additional jar section? I am just confused as I found other version for ubuntu but not jar https://dev.mysql.com/downloads/connector/j/

Thank you!
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Jrdc2 is self hosted using Jetty as the server part

Yes, you should use the latest mysql Java driver in the additional jar section. You dont not need an OS specific driver. Just get the one best suited for your MySQL version

.
 
Upvote 0
Top