Hi Jeff,

> Andre,
> 
> I am running into the exact same situation as you described in your
> original
> post, so I was excited to see the solution.  However, when I tried it, I
> get
> a NullPointerException when I startup weblogic.
> 
> 
        [Andre Wittenburg]  

        The following 4 lines are important for the precompile process:
        ------------
        weblogic.system.startupClass.myStartup=WebAppStartup
        weblogic.system.startupArgs.myStartup=  webAppContext= 

        #weblogic.httpd.documentRoot=

        weblogic.httpd.defaultWebApp=c:/foo/root/ 
        --------------
        If i delete "weblogic.httpd.defaultWebApp", i also get the null
pointer exception.

        Hope that's all.

        Andre

        P.S.: If you have a defautl webApp and a documentRoot the
defautlWebApp overrules the documentRoot. 

Reply via email to