• 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

Deploying a new web app on Tomcat

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The web application involves the applet,servlets. I have all the servlet classes. I just dowloaded and installed the Tomcat and verified it is running fine on my p/c. I need to build this web app on Tomcat.

Creating the directory for this web application under the directory where TOMCAT is installed.
C:\jakarta-tomcat-4.1.31\webapps

Could anybody please tell me how to create my server side of the application.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your Tomcat installation has plenty of helpful documentation and examples. Look at the /tomcat-docs/index.html page - on the left you will find the App Developer Guide for example.
Bill
reply
    Bookmark Topic Watch Topic
  • New Topic