Marsh, Geoffrey (NIH/CIT) [E] wrote:
Good evening. I would like to bind a specific application within Tomcat to a 
specific CPU or pair of CPUs on a Windows Server.

I don't think you can.
An application within Tomcat is not a separate process. Even Tomcat is not a process, from the OS's point of view. The JVM (Java Virtual Machine) running Tomcat is the process. So you would have to run a separate JVM, with a separate Tomcat, running that webapp only, to do what you want to do.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to