Tomcat app doesn't work with Fingerprint Reader in Windows 7
Posted
by
IgniFerroque
on Server Fault
See other posts from Server Fault
or by IgniFerroque
Published on 2011-03-16T15:25:14Z
Indexed on
2011/03/16
16:12 UTC
Read the original article
Hit count: 277
I've got a tomcat webapp that uses a fingerprint reader. It works fine under Windows XP and Windows 7 if you double click on tomcat.exe. It doesn't work on Windows 7 if you run tomcat as a service.
I imagine that when run as a service the process doesn't have the required permissions to talk to the device. I've tried running it as an administrator and verified that it's doing so with Process Explorer.
What else should I check?
© Server Fault or respective owner