• 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

Help- Tomcat - getting current Context

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a class (its not a servlet) which does profiling of a web service. Profiling can be done for diff webservices in different context.
A telnet service is started on a specific port. A telnet client dumps the results. Now this port has to be different for each tomcat context.
I need to know the tomcat context in which the Profiler class is loaded and pick up port number from a property file.
I do not want to use a servlet for which I pass a parameter and get context(using web.xml)
Is there any catalina or tomcat class which can give me the current context inside the Profiler class.
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am moving this to the Tomcat forum.
reply
    Bookmark Topic Watch Topic
  • New Topic