• 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

Apache + Tomcat Configuration clarifications

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

We have already tomcat server in our environment and I am trying to connect apache to it. I have completed the configurations as per the steps given in apache site, but I have following clarifications,

1.All the sites have mentioned that, on successful of your configuration try to access the examples site using the following URL

http://localhost/examples (without port)

Does it mean that, irrespective of the port number, which we specify it for �Listen� attribute or if we specify the port number that needs to be added in the URL.

For example if we specify port number 8080 in the Listen attribute, do we need to access it like,

http://localhost:8080/examples

2.After I configured the apache with tomcat it expect the path change like, wherever I was referring as �jsp/TestPage.jsp� now it expects like �../jsp/TestPage.jsp�. Is it normal behavior?

Can you please confirm the above points. Thanks in advance.

Regards,

Venkat
 
reply
    Bookmark Topic Watch Topic
  • New Topic