I created a web application that is using Java Media Framework. It runs in my unit tests and successfully finds the capturing devices. However when I deploy my application to Tomcat the same method returns an empty list of Capturing devices as if Tomcat is missing something that helps JMF to find media devices. I created a web application that is using Java