• 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 deploy servlet and jsp

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. i am not sure if this is the right place to post my question.

I have some doubts about deploying servlet and jsp. I use tomcat to test out the servlet and jsp during development. Now, I want to place the servlet and jsp on a production server to be accessed by the public. The server machine has win 2000 server installed with Internet Information Services. Is it sufficient to just install tomcat on the server machine to deploy the servlet and jsp? What else do I require?

Appreciate any help
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, you need to set up all the network stuff: domain names and DNS and all that. But assuming that's all in place, Tomcat should be all that you need.
 
reply
    Bookmark Topic Watch Topic
  • New Topic