Home
Extended ECM
API, SDK, REST and Web Services
Server Side includes stored in livelink?
Karen_Aiken_(ClearnetAdmin_(Delete)_1417755)
Has anyone successfully stored a .shtml file in livelink, so that it actually processes the includes and presents the parsed file?We've found when storing a .shtml file in livelink (with html parsing turned on on the web server), the includes are not parsed, but when the same file is stored outside livelink on the same web server, the includes work fine.Any tips would be greatly appreciated..thx, Karen
Find more posts tagged with
Comments
eLink User
Message from Dylan Wright via eLinkkaren-this is possibly because livelink is a cgi application- the pages it sendsto the client are piped directly through the web server, so it wontrecognize this as shtml. you would need some way of telling the server thatit should be parsing the output of the livelink cgi for your code.unfortunately i dont know how ( or if ) this is possible - sorry! you mighttry changing your web server settings so that it tries to parse 'all' html,not just shtml...good luckdylan> -----Original Message-----> From: eLink Discussion: Development Discussion> [mailto:development@elinkkc.opentext.com]> Sent: Tuesday, January 09, 2001 1:57 PM> To: eLink Recipient> Subject: Server Side includes stored in livelink?>>> Server Side includes stored in livelink?> Posted by ClearnetAdmin on 01/09/2001 04:53 PM>> Has anyone successfully stored a .shtml file in livelink, so that> it actually processes the includes and presents the parsed file?>> We've found when storing a .shtml file in livelink (with html> parsing turned on on the web server), the includes are not> parsed, but when the same file is stored outside livelink on the> same web server, the includes work fine.>> Any tips would be greatly appreciated..>> thx, Karen>> [To reply to this thread, use your normal e-mail reply function.]>> ============================================================>> Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
Primavera_General_Account_(primav021_-_(deleted))
dont know if this is what you need but :Create an applet , embed within the HTML page.Applet calls a servlet on the server that does the processing and returns the processed HTML page back to the applet. kludgy ! but might work !
Don_Hardenbrook_(INTCOR02Admin_(Delete)_2348675)
Hi Karen, I may have "kind of" solution that works for us. We are a "Microsoft house" here at Intel, and since we are, our browser environment is fairly controlled. We've found that by using iframes inside of customview.html we are able to to accomplish the includes functionality by imbedding a "normal" html page inside of the Iframe. It does work, but is obviously dictated by the browser client being used. Just a thought.