cancel
Showing results for 
Search instead for 
Did you mean: 

Access html in portal application

Former Member
0 Kudos

Hi all,

I am developing a portal application in which i am reading some html files from some fixed location and trying to place them portals root directry(portal/irj/html/) at run time.I have one jsp in which i am providing a link to those html files.But when i click that link i am not able to display those html files while running my application.

I think i am not placing files at proper postion in root directry.

Can you suggest something.

Thanks,

Archana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Archana,

I wonder if I understood right.

Please give me the exact location in portal where you are keeping your htmls and give me the actual anchor tags in your jsp so I can see whether it is the right way.

If you are referring to placing these HTML documents in the .par structure of your project, keep them out of PORTAL-INF.

You have a JSP with links to HTML documents. You could try keeping these HTML documents in KM, create KM document iview and provide links to these iviews using quicklinks in your JSP that you are referring to.

Hope this helped you.

Former Member
0 Kudos

Hi Archana,

Why dont you put hose html files in a KM folder.

hope this helps