• 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

Making servlet to run on Tomcat

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
How to run Tomcat as standalone server. i.e. if i don't have Any web server like appache. I mean to say, I want to use Tomcat just like how I used to used servletrunner (supplied by Sun). What are the configuration I have to make for making tomcat run like this. Can I make Tomcat to recognise servlet myServlet in X directory, by refering servelet as "localhost/servlet/myServlet" in my HTML?
I have unziped the files d:\Tomcat directory. And i am running Startup.bat file available in bin directory. I am having Windows-NT workstation.
Any help please...
Regards,
Raghavendra Holla.
 
reply
    Bookmark Topic Watch Topic
  • New Topic