• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How to configure Tomcat 6.0.20?

 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to set the below settings in Tomcat 6.0.20

How to change the port from 8080 to 80?
How set the DefaultReloadable attribute to true?
How to set the <Context path="" docBase="ROOT" debug="0" />
How to turn on the invoker servlet?

All the above changes were instructed to be made in the Book Core Servlets and JavaServer Pages second Edition by Marty Hall and Larry Brown
I am not able to find the mentioned landmarks in order to make the desired changes since the version of Tomcat is changed
 
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
Examine the server.xml file for the configuration information - also your Tomcat distribution contains a whole bunch of detailed information in html files.

I strongly advise that you not use the invoker servlet. That book is 6 years out of date.

Bill
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic