| Author |
Deploying application under new service in tomcat
|
anil goyal
Greenhorn
Joined: Feb 07, 2013
Posts: 1
|
|
Hi,
I am creating a new service in tomcat with service name 'catalina_new' and appBase='webapps' by doing some changes in server.xml.
I am keeping the appBase same as that for default service 'catalina'
I have several applications deployed under webapps.
I want only a single application with context '/feeder' to be accesible through new service.
Condition: I do not want to have a separate appBase for new service and deployed only the required app under this new appBase.
In short, do we have a context based filtering in tomcat so that tomcat incorporate request only from a specific context path and ignore all others
|
 |
 |
|
|
subject: Deploying application under new service in tomcat
|
|
|