Search code examples
javadebuggingjsfrichfaces

debugging richfaces/jsf project


can anyone please tell me method to debug richfaces or jsf project? thanks in advance.


Solution

    • add Tomcat (or whatever container you are using) in your Servets in eclipse (or whatever IDE you are using)
    • start the server in debug mode and deploy the application
    • put a breakpoint in your controller methods.