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)
sitepublisher preview problem
buddha1
Hi all,
We are using TS 671 sp1 and LiveSite 3.0.2 on solaris. The images cannot be seen on site publisher preview. if i reset the server(iwreset -a), then the images can be seen and after some time(may be a day or so) the images never show up. again i need to restart the server. I saw that the proxies are up and even i checked all the logs. all r fine
Any thoughts,
~Kishore
Find more posts tagged with
Comments
Antharix
How are you defining the path to these images?
tec_iwov
can you try viewing the image directly from content center?
Are your image paths prefixed with $URL_PREFIX?
buddha1
Hi tec_iwov and Antharix,
The images cannot be viewed in the concent center also.and the images are prefixed to $URL_PREFIX.
buddha1
i am sending iw.cfg, might be useful.
# TeamSite Configuration: you may edit this file, but all formatting changes will be lost.
[main]
[event_subsystem]
ew_enable=true
[teamsite_servlet_ui]
servlet_host=localhost
servlet_port=8080
[teamsite_templating]
[iwwebd]
default_protocol=http
http_port=80
https_port=443
host=172.16.12.199
[iwproxy]
iwproxy_host=localhost
customer_webserver_host=172.16.12.199
iwproxy_port=1080
customer_webserver_port=81
[iwproxy_fullproxy_redirect]
[iwproxy_remap]
global_default_map=/
iwproxy_rule_brocade=/default/main/content
[iwproxy_rule_brocade]
_docroot=/html/www
/html/www/=/html/www/
[global_default_map]
[iwproxy_preconnect_remap]
# Added by Interwoven LiveSite (livesite)
##############################################################
# Livesite rules
##############################################################
_regex=/iw-mount/double_proxy/(.*)=
http://localhost:80/iw-cc/$1
#Preview Page
_regex=/iw-mount(.*/sites/.*\.page)([\?&]?(.*))?$=
http://localhost:1080/iw-mount/double_proxy/Site/Page/Preview.do?lsMethod=page&vpath=$1&$3
#Preview Template
_regex=/iw-mount(.*/iwadmin/main/livesite/template/.*\.template)([\?&]?(.*))?$=
http://localhost:1080/iw-mount/double_proxy/Site/Page/Preview.do?lsMethod=template&vpath=$1&$3
#Preview Component
_regex=/iw-mount(.*/iwadmin/main/livesite/component/.*\.component)([\?&]?(.*))?$=
http://localhost:1080/iw-mount/double_proxy/Site/Page/Preview.do?lsMethod=component&vpath=$1&$3
#Preview Site
_regex=/iw-mount(.*/sites/.*/default.site)([\?&]?(.*))?$=
http://localhost:1080/iw-mount/double_proxy/Site/Page/Preview.do?lsMethod=site&vpath=$1&$3
##############################################################
# Added by Interwoven LiveSite (livesite)
[iwproxy_failover_remap]
[iwproxy_hostheader_remap]
[iwproxy_smartcontextedit_allowed]
[iwproxy_access_control_enabled]
[iwproxy_external_remap]
[iwserver]
server_locale=English_UnitedStates.US-ASCII@Binary;
cachesize=30000
fs_threadcount=2
webserver_uid=nobody
thruputmonitoring=off
thruputmonitor1=1 # 1 minute
thruputmonitor2=15 # 15 minutes
thruputmonitor3=60 # 1 hour
thruputmonitor4=480 # 8 hours
thruputmonitor5=1440 # 24 hours
thruputmonitor6=2880 # 48 hours
thruputmonitor7=5760 # 96 hours
thruputmonitor8=-1 # forever
disklow_mbytes=50 # freeze server if disk space falls below this number (in MB)
disklow_knodes=50 # freeze server if less than this number of free inodes (in 1000s) on disk
disklowpercent=10 # freeze server if disk space or free inodes falls below this pct
main_lock_model=submit_lock
main_owner=root
main_group=root
event_log_size=64
branch_security=true
workarea_security=false
branch_default_perm=775
workarea_default_perm=775
file_default_perm=664
directory_default_perm=775
debug_event_handler=no
map_secondary_to_primary_gid=no
old_mod_times=yes
wfs_device=/dev/iwovwfs
force_EA_mod_times=false
admin_roles=admin
branch_owner_role=admin
utild_ext_tasks_portnum=6689
only_lock_owner_creator_submits=false
[authentication]
authenticate_by=pam
pam_service=other
#ldap_server=ldap-prod.brocade.com
#ldap_port=389
#ldap_dnbase=cn=users,dc=brocade,dc=com
#ldap_key=uid
[iwsend_mail]
maildomain=brocade.com
mailserver=mailhost.brocade.com
use_mapping_file=true
email_mapping_file=/u01/Interwoven/TeamSite/local/config/wft/email_map.cfg
debug_output=/u01/Interwoven/TeamSite/local/config/wft/email_debug_output.log
[workflow]
[locations]
iwlogs=/u01/Interwoven/TeamSite/local/logs
iweventlog=/u01/Interwoven/TeamSite/local/logs/iwevents.log
iwtracelog=/u01/Interwoven/TeamSite/local/logs/iwtrace.log
iwserverlog=/u01/Interwoven/TeamSite/local/logs/iwserver.log
[visualannotate]
va_enabled=true
harvest_images=false
va_support_email=kbuddha@brocade.com
******************************************
tec_iwov
If you are unable to preview from CC then something may be wrong with you Apache configuration. You should post on the TS forums since this is outside of the Livesite functionality