Hi,
I am using teamsite version 7.3. I want to generate JSP from .page in the site publisher. Is this posible to do in verson 7.3Could any one please help me the steps involed in this.
Regards,
Utsav
I've generated JSPs in 7.4.1. I think it should also work in 7.3, but I haven't tested.I found 2 options:1. Adding a custom Generate JSP menu item.2. Updating the PLC workflow to generate JSP instead of HTML.The downside to using the custom menu is that the JSPs are automatically generated into the /jsp/ directory (at least I wasn't able to figure out how to change the output location). For example, /sites/mysite/index.page would automatically be generated to /jsp/mysite/index.page or /sites/mysite/dir1/home.page would generate to /jsp/mysite/dir1/home.jsp.You can change the output location using the PLC workflow.-David
Able to find the solution. Update the file 'ui_filesys.xml' under the folder /iw-cc.war/WEB-INF/conf/livesite.
Uncomment the generate JSP node and generate JSP start showing in menu options.
Utsav wrote: Able to find the solution. Update the file 'ui_filesys.xml' under the folder /iw-cc.war/WEB-INF/conf/livesite.Uncomment the generate JSP node and generate JSP start showing in menu options.
You generally should not update anything directly in the expanded war directory - instead you should put your changes somewhere under either IWHOME/local/config/lib/content_center/customer_src (build via make_toolkit.ipl) or IWHOME/local/config/lib/content_center/livesite_customer_src (build via build.sh or windows equivalent)
Making changes directly to the expanded war directory means that you'll lose them and have to remember to re-create them if/when you update the software (patches, service packs, upgrades) or re-install the toolkits (make_toolkit.ipl, build.sh, install_webapps.ipl)