aspose file tools
The moose likes Tomcat and the fly likes Deploying application under new service in tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Deploying application under new service in tomcat" Watch "Deploying application under new service in tomcat" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Deploying application under new service in tomcat
 
Similar Threads
Question about auto-deploying WAR files and resulting URL?
Tomcat virtual hosting, does each host need it's own subdirectory off webapps?
My web aplication is deployed twice in tomcat
Tomcat 5 context configuration problem
how to remove the port number in URL