I'm fairly new to
Tomcat and I have a configuration question.
I want to register a
number of individual servlets without grouping them under a web application as
follows:
path =
domain/servlet1 will invoke servlet1
path =
domain/servlet2 will invoke servlet2
.
.
.
It seems that a
"Context" tag will define a complete web app causing Tomcat to locate servlets
specified in an associated Web Application Deployment Descriptor. Is there
another tag in the server.dtd that will allow me to specify individual servlets
as I've described above?
Thanks for the
info.
Scott
