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)
Previewing content not working on customer web server (TS 6.7.1 linux)
Bill Klish
TeamSite 6.7.1 Linux
Red Hat Enterprise Linux 4.0
Apache 2.0.52 (customer web server on port 81).
For some reason any page I try to preview from the backing store is not coming back. For instance we have a .ksh script in the backing store. When I click on it, the preview window opens and it is blank. The file has data in it. No matter what type of file I click on there is an issue.
In the TeamSite 6.1 Linux days there was a bug that would prevent things from being readable if the backing store was not located at /iwmnt. In our environment we have things mounted at /apps/intrwvn/iwmnt.
Here is the snippet of TeamSite stuff I added to my apache httpd.conf file:
[html]
AddType text/html .shtml
AddHandler server-parsed .shtml
LoadModule iw_ts_rewrite_module /apps/intrwvn/iw-home/lib/mod_iw_ts_rewrite.so
AddModule mod_iw_ts_rewrite.c
Options Indexes FollowSymLinks ExecCGI Includes
AllowOverride None
Order allow,deny
Allow from all
Alias /iw-mount/ /apps/intrwvn/iwmnt/
SetHandler cgi-script
[/html]
Is this a bug in 6.7.1 or did I make a dumb mistake?
Find more posts tagged with
Comments
Adam Stoller
DO you have proxy set up to NOT load the VisualPreview Tool bar for ".ksh" files?
It's possible that proxy is attempting to inject the toolbar code within the KSH script as it's being shipped to your browser and really confusing things.
Just a thought...
birt_crosstab_false.JPG
birt_crosstab.JPG