Re: get blank pages when using precompiled JSPs (jspc problem?)

2002-08-20 Thread Eric Gilbertson
it turns out that the problem was simply that the JSP servlet was not registered in the web.xml file being generated by jspc. simply putting the servlet-mapping entry for jsps back in resolved the problem. seems like a bug to me that jspc doesn't include this entry given that it is required to

Re: get blank pages when using precompiled JSPs (jspc problem?)

2002-08-19 Thread Eric Gilbertson
Hello Again: I've traced my precompiled JSPs not responding problem down to the following statement returning null: _jspxFactory = JspFactory.getDefaultFactory(); Since this a boiler plate jsp statement that does work when the JSPs are dynamically compiled, it seems to me that

get blank pages when using precompiled JSPs (jspc problem?)

2002-08-16 Thread Eric Gilbertson
Hello Tomcaters: can anyone tell me why a JSP that works when dynamically compiled would generate a blank page when statically compiled using jspc? the jsp class file is generated via the ant task listed below and packaged into a .war file. everything appears to build okay and yet when i hit the