I am getting following error, when I run the demo JSF application on the console
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:JSFTut' did not find a matching property.
|
|
|
This is not an error. This is a warning. The difference is pretty huge. This particular warning basically means that the Eclipse WTP adds a custom attribute Just ignore it. Your web project is fine. It should run fine. This issue is completely unrelated to JSF. |
|||||||||||
|
|
Remove the project from the server from the Server View. Then run the project under the same server. The problem is as @BalusC told corrupt of server.xml of tomcat which is configured in the eclipse. So when you do the above process server.xml will be recreated . |
|||
|