• 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

About server.xml in Tomcat

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

* I haven't any problem but i want to learn something about tomcat.
What is Engine?What does it do?
What happened when we use 2 Engine in one server.xml?
What is advantage and disadvantages about 2 Engine?
There are 2 Engines default in server.xml.
Have i use only one Engine?or can i use more tha one?

* Can i create server base datasource?
Or only create application base?

* Where tomcat firstly look for context.xml
What is the sequence of looking context.xml in tomcat.
Like that firstly look server.xml in the application.
Next look common context.xml file in TOMCAT/conf, then that's go on.
Have someone have any idea?

* How is thread pool in tomcat?
How can we change its configurations?
Are there any file about that?
or in which file, configuration take place.

Thanks
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's a lot of questions... You can find the answer to most of those questions by carefully reading the Tomcat documentation. Especially the Apache Tomcat Server Configuration Reference explains in detail how the server.xml configuration file works.
 
reply
    Bookmark Topic Watch Topic
  • New Topic