Home
TeamSite
SCE not working
vinylrecord
hi all,
my problem is that i do not see SCE after i click on my files...i have made changes to iw.cfg file(the file in root)& still i m not able to get SCE on my screen..someone can pls help me with this...
Thanks in anticipation
Find more posts tagged with
Comments
MattP
did you reset after making changes to IW.cfg?
mlp
Matthew Petitjean
BOC Group
Murray Hill, NJ 07974 USA
Johnny
you should probably start by telling us
what the changes are that you made....
what it is you are previewing....
are the requests being handled by the customer web server or by another (application servers??? )
if you are sending requests out to something other than the customer web server then you need to perform whats called a double proxy
John Cuiuli
Consultant
Sydney, Australia
vinylrecord
hi,
thanks a lot for ur suggestions..
following are the changes i have made to iw.cfg file:
[iwproxy_smartcontextedit_allowed ]
_default=yes
_regex=(.*)/WORKAREA/course/.*=yes
_regex=\.cgi(\?.*)?$=no
also i have one html file in my course workarea which i click..but i do not see any SCE there...
also i did restarted my teamsite after making such changes...
i guess now u will be able to help me...
Thanks a lot
MattP
Regex lines are ORDER DEPENDANT
For example, the following configuration allows all files by default to allow smart context editing. It then explicitly states that all files in Joe's workarea have SCE allowed. It then turns off SCE for all .cgi files. In this configuration, Joe's workarea will allow all .cgi files to be used with Smart Context Editing. Joe's _regex enables all of the files in his workarea to use SCE before the .cgi file extensions are disabled.
[iwproxy_smartcontextedit_allowed]
_default=yes
_regex=.*/WORKAREA/Joe/.*=yes
_regex=\.cgi(\?x*)?$=no
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=1472
I think you may try to edit your first regex based on this example.
Matt
Matthew Petitjean
BOC Group
Murray Hill, NJ 07974 USA