• 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

How to run servlet on internet???

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I feel really dumb. After 2months of were doing servlets, when it was all over I decided I wanted to post my casestudy (an mini amamzon.com) to web site. Suddenly I realized I had no I idea how to run a servlet any but on this one machine. I know servers are involved but I'm still lost on how to get started. I have Tomcat on this machine but I want to FTP it from another machine.
[ March 19, 2003: Message edited by: susan averello ]
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need a servlet engine running in your server.
For instance, try Tomcat.
It's free and you will find documentation easely.
You will also need to learn how to create and deploy a webapp...a complete guide: SUN web services tutorial
HTH
 
reply
    Bookmark Topic Watch Topic
  • New Topic