Home
TeamSite
JSP in TS structure
nirjari
If I have JSP in TS file structure, how can I test this JSP ? or how can I invoke this JSP ?
Find more posts tagged with
Comments
vpatel
Probably against some app server. Without knowing the context, one of the usual mechanism is that on preview this JSP gets deployed to some app server and user gets re-directed to that server. Alternatively you could have TS drive mounted on the app server directly and in that case all you have to do is redirect the user the app server.
Many possibilities here and many ways to preview that JSP -- depends on your requirement and architecture.
Again this is similar to your other post: check with your architect. Please avoid multiple posts asking the same question if possible.
nirjari
Actually my question is directed at the component. I have a component, which is using a jsp in TS for style. How can I test that this component and
JSP are working fine with each other ?
If I click on component and click preview, I can not see the component , the way it is designed.
vpatel
Sounds like a customization for the components. Please explain the context further -- why use JSP for styles?
nirjari
Actually I am new to the component designing. Can you tell me, what do you meam by the context ?
I am not sure about why use JSP for the style. Usually for the HTML pages, CSS is used for the style.
So I am confused by myself and thats why Iam trying to test this JSP with component. But I dont know how to test it.
vpatel
By "context" -- I mean't you explain your problem further and provide details. Given that you are new to SP/LS then please do tell me where/how did you get JSP for styles and NOT CSS? That probably seems to be an odd way of doing it. Please state what problem you are solve and what you are trying to build.