I am new to Jersey and tomcat deployment.
I am trying to interface my webapp with an Epson TM82 printer.
However I am getting the First Error as shown
when I try to access locally after deploying WAR file and upon refreshing I got another Second Error:
What is interesting is that when I run the deployment using Eclipse Java EE, the code runs and the printer is able to print.
I have checked
java -XshowSettings:properties
and library path and class path shows the correct location of the libraries and .so files.
May I know what is going on?