best way to convert eclipse project to a tomcat servlet? -


i working on servlet using eclipse. runs fine when use junit tests inside of eclipse. problem need run same servlet using tomcat. having trouble getting work though. error seems when code attempts load jdbc drivers connect mysql. think has location of jar files.

i wondering if rather trying figure out stuff tomcat, there way guys recommended export project eclipse tomcat?

bro, think have port numbers in database connect url. take these out dont need them , causing errors.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -