Hi , I am having a few problems understanding the web.xml tags for birt.
What I am trying to do is understand
BIRT_VIEWER_WORKING_FOLDER this is by default left blank in the web.xml and defaults to ${Birt Home}. But when I do a pageContext.getServletContext().getInitParameter("BIRT_VIEWER_WORKING_FOLDER")
in my jsp it display's nothing. Does that mean ${Birt Home} is nothing.
I am unsure if this context-param can be set so that birt is only running in a subfolder of my web application.
BIRT_VIEWER_DOCUMENT_FOLDER ( Is this where the output of what the report generates to either html or pdf etc ...)
WORKING_FOLDER_ACCESS_ONLY ( what is this for ? )
BIRT_VIEWER_IMAGE_DIR <- ( what images? Is this the directory it put the images for the pages generated by BIRT_VIEWER_DOCUMENT_FOLDER )
BIRT_RESOURCE_PATH ( what is this for ?)
BIRT_VIEWER_PRINT_SERVERSIDE ( Does this mean if they access my birt report thru a web page they can print to my server remotely ? )
Also in the viewer.properties file what is the jsp base href for I have never uncommented it yet I got birt to run in my jsp pages on localhost:8080/mywebapps/my.jsp
# configurable variable for JSP base href. Please uncomment the below line.
#base_url=
http://127.0.0.1:8080