• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

where to upload mm.mysql. jar on webserver

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi experts
I developped a mySql DB and accessed it with JDBC. It works perfect on localhost with Classpath set to my mm.mysql.jar files.
My Question:
When I upload it on the Webserver where do I put this.jar file? Does the company also have to register my DB as they have to do with Access DBs?
Do I have to force them to upload the mm.mysql.jar in their classpath?
Thank you and greatings from Zurich
remo
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The mysql jar file has to be accessible from the application that is attempting to use it. You can put the jar file in the ext directory of the jre if you don't want to update the classpath.
 
Remo Burkhard
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
tnk you for your answer. It is almost clear but because I am newbie here dummy question:
Where exactely do I have to put the .jar file,
do I have to put my .jar file in my directory on the server of the hosting company where the other files are?
Or do I have to ask the hosting company to put my jar file into their ext directory?
Thank you and greatings Remo
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic