• 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

installing apache tomcat

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am installing, Apache Tomcat on WindowsServer2003 to load an application.
Now when do I specify port number at the time of installing web server on OS or at the time of loading application on web server ?

Can a web server have more than one application ? If yes, how would the server understand where direct request for an application ?
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Now when do I specify port number at the time of installing web server on OS or at the time of loading application on web server ?



During web server installation.


Can a web server have more than one application ? If yes, how would the server understand where direct request for an application ?


Yes it can have many. The application is determined using the context path and the mappings you have.
You can find more info at the Apache site

Hope this helps
 
reply
    Bookmark Topic Watch Topic
  • New Topic