23 lines
924 B
Plaintext
23 lines
924 B
Plaintext
Up to APLAWS version 1.0.4 formbuildeer-pdf had been installed into its own
|
|
application context: [webapps]/ccm-formbuilder-pdf.
|
|
|
|
Now it is installed inside the main APLAWS application context along
|
|
with all other applications.
|
|
|
|
If shortcuts should be installed as its own web context again following
|
|
modifications are necessary:
|
|
1. remove webapp="xxx" from application.xml
|
|
2. move the files in this dir to WEB-INF/
|
|
3. edit themes/.../xsl/index.xsl according the comment
|
|
|
|
xsl dir hab been moved from root dir (not CCM compliant practice) into
|
|
package/ccm-formbuilder-pdf/xsl/main.xsl
|
|
|
|
|
|
Running it in its own webapplication context nevertheless is not suggestive.
|
|
It needs several xsl files of the main application (esp. core) for basic
|
|
operations, which hac been directly mapped from the main applications directory
|
|
tree into its own directory tree. So no module separation is possible, no
|
|
security context useable etc.
|
|
|