Marcus Beyer schrieb:

Using Tomcat 5.0.26 I have some problems precompiling my pages with:

      org.apache.jasper.JspC

The precompiler instantiates some beans, altough I don't exactly know why. During instatiation some beans need to access managed beans, so they call something like this:

      FacesContext facesContext = FacesContext.getCurrentInstance ( );
      /*
       * this happens if I try to precompile some jsp pages ...
       */
      if (facesContext == null) log.error ("no faces context found!");

Hmm. Really no Tomcat experts here? Where can I find them?

Marcus


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to