Jasper JSP Loading

2004-09-05 Thread Massimo Ferrari
Hello, what is the best way (if there is one) to make Jasper Load JSP sources from a database? Thank you Massimo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JspC problem

2004-01-28 Thread Massimo Ferrari
Hello, I'm trying to precompile my jsps with the JspC ant task. The problem ist that jspc ignores my jsps directory structure when it generates the servlet files: the files are flattened. All the jsps are generated to ${app.home}/jsps. Jsps with the same name but originally in dif

Custom Jasper settings

2003-03-28 Thread Massimo Ferrari
Hi, I will set some Custom Jasper properties in my web application. I've defined the following in my web.xml jsp org.apache.jasper.servlet.JspServlet logVerbosityLevel WARNING development false keepgenerated false