Connecting Pc remote with database Mysql

B

Beppe

Hello, I 'd like write an application java, without panel, that from a
pc with a db Mysql , takes data from other pc (having mysql same
structure) and store these.
I think a jar installed in pc with jvm , without Tomcat , I don't need
application server it's true?
Then I'll do jsp and use Tomcat in another pc so I can navigate it
from internet.

Thanks a lot
 
A

Alex.From.Ohio.Java

Hello, I 'd like write an application java, without panel, that from a
pc with a db Mysql , takes data from other pc (having mysql same
structure) and store these.
I think a jar installed in pc with jvm , without Tomcat , I don't need
application server it's true?
This is correct. But you don't even need "a jar installed in pc with
jvm". Just one PC with MySql and anther with Tomcat since you want to
expose it via jsp to the internet.
Then I'll do jsp and use Tomcat in another pc so I can navigate it
from internet.
Correct.

But in you want only store data, as you previous said, you don't even
need Tomcat or other application server at all.
Standalone Java application will work fine.

Alex.
http://www.myjavaserver.com/~alexfromohio/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top