Re: load servlet mappings at runtime in tomcat
- From: Thomas Hawtin <usenet@xxxxxxxxxxxxxxxxx>
- Date: Mon, 18 Sep 2006 14:40:11 +0100
Moth wrote:
Can anyone suggest a way to achieve dynamic servlet mappings in tomcat 5.5.
What I want to do is run a web app with any number of paths all pointing to one servlet. These paths would be loaded from a database and extra paths can be added at runtime by the user. So an example would be www.domain.com/sample and www.domain.com/anothersample would both execute the same servlet.
Install it (or a forwarding servlet) as the default mapping in the root webapp?
Tom Hawtin
--
Unemployed English Java programmer
http://jroller.com/page/tackline/
.
- References:
- load servlet mappings at runtime in tomcat
- From: Moth
- load servlet mappings at runtime in tomcat
- Prev by Date: Re: Mysteriously appearing Timer thread does not allow JVM to die
- Next by Date: Re: a modular design question
- Previous by thread: load servlet mappings at runtime in tomcat
- Next by thread: a modular design question
- Index(es):
Relevant Pages
|