Hello All,
 
I am trying to deploy tomahawk-examples-1.1.5-SNAPSHOT-bin in JRun4.
The *.war deployment didn't work. So I have extracted it into directory.
It deployed, but couldn't find simple/home.jsf

I have changed web.xml to remove SourceCodeServlet and added:

<listener>
    <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  </listener>

It loaded the main page. However, all components just showed blank page.
But after the first time it serialized session, and now even main page is blank. Deleting session does not help.

Please help.
Thanks

Reply via email to