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)
Use of Generate JSP
Amanpreet
I tried generating JSP pages from LiveSite’s Generate jsp option from “.page”.
The only difference which I can see between generated jsp and html page is that it changes extension of links to other pages in a page to .jsp.
It creates static pages it doesn’t refer to external classes mentioned in content xml.
My question is how to make this jsp page dynamic or how to use external classes in generated jsp?
Find more posts tagged with
Comments
kmu
As far as I understand there are only 3 choice of file extensions for the Generate option with SitePublisher - .html, .asp, .jsp. Setting the file extension however is all it actually does (and the output location can be set as well).
I'm therefore wondering...
How can I set any other file extension than .html, .asp or .jsp??
Regarding rendering your JSP code you need todo the following:
- Setup the web daemon of your choice that renders the JSP (e.g. Tomcat) and change the iwproxy config to point to that host
- Extend the XSL namespace in order to allow for the use of JSP code (tags) OR put all JSP code within CDATA sections