I have a
JSF application with web.xml as follows:
I used netbeans to create this applicationa and when i run this on localhost, it doesn't through any exception and I am able to see the application.
But when I deployed the test.war file into tomacat of a server, when I try to access through web,
http://XXX:8080/test, it throws an exception as below:
How do I rectify this problem? Thanks.