Hi All
My first time posting so if i break the protocalls I apologise
I have created a project that runs Primefaces with Spring using Eclipse and a
tomcat 6 server on windows the application runs perfectly fine, when the application is moved to the "live" server which is a linux box the screens will not display
All the libraries are copied over as they should be, when I try access the url on the linux box with the
jsf extention(login.jsf) i recive a 404 error, when i try using the .xhtml extention (login.xhtml) i recive an xml view of the code
my web.xml file:
my login.xhtml
my faces config file
when i start the tomcat there are no errors in the log
thanks in advance