Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
where to keep .jsp file ( Menu Customization)
rohitspathak123
Hi All,
Using TS 6.5 Sol 5.8.
I want to have a menu customization ( Action-->My Menu ). Execute a jsp on click on 'My Menu'.
For cgi we keep those in iw-home/httpd/iw-bin & add the following tag in ui_custom.xml
[HTML]
[/HTML]
In case of JSP , where should we keep the JSP file so that it executes properly & also what path we should give in
url
attribute in ui_custom.xml
~ rohit
Find more posts tagged with
Comments
jkm
You need to keep the jsp files under
/iw-home/local/config/lib/content_center/customer_src/web directory. You can find more details in the UICG guide about this.