• 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

developing, deploying and running a jsp application on a tomcat server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai all,
i am new to tomcat server.so,i request u to please send me a step wise format of developing, deploying and running a jsp file on a tomcat server.

at the same time i also request u to send me the code to connect to the SQL server for jdbc programming.though i know jdbc i used only odbc driver and i am new to the SQL driver.so,i request u all to send the database connecting code.


thanking in advance.
with regards,
sucharitha.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The "First Web App" tutorial on Tomcat's site is a great tutorial on developing and deploying with Tomcat.
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/index.html

Tomcat's site also has good documentation for using JNDI datasources for conncting to databases with code samples for mySql and Oracle.
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic