24-Sep-04 (Created: 24-Sep-04) | More in 'Property file examples: AKC'

Sample JSP URL definition

A minimal definition for getting a jsp page out


YourJSPURL=/login/logout.jsp
YourJSPURL.transformType=JSP
request.YourJSPURL.transform.className=com.ai.jsp.JSPTransform
YourJSPURL.formHandlerName=YourJSPURLData

#
#Data definition
#
request.YourJSPURLData.form_handler.class_request.className=\
com.ai.htmlgen.DBHashTableFormHandler1

Getting the JSP page


http://host/webapp/display?url=YourJSPURL

References

1. How to work with a JSP page in Aspire