-
PLC gets stuck at "deploying 1 of 3"
So we're just starting to let "users" onto our migrated system and the first person who tried to do a PLC hangs on the screen "deploying 1 of 3" (or something like that). The deployment runs successfully (according to OD admin panel) but the job doesn't continue. We don't see anything in the logs...Any suggestions? If I do…
-
What good is "Development" deployment in PLC?
If this is a dumb question because it's documented in some manual somewhere, I totally apologize now, because we haven't found the answer. If the answer is "RTFM" please enlighten me as to which manual, section/page would be helpful. What does selecting "Development" in a Publish LiveSite Content do for me? After that…
-
Override RenderingManager
Anyone know how I can override RenderingManager.handleInvalidSite() or RuntimeRenderingManager.handleInvalidSite()? I would rather not decompile/modify/recompile IWOV code...
-
Error page
I'm trying to understand how to configure our RunTime environment's error pages. From what I can tell there are at least three different responses you can get for a request for a page that doesn't exist. 1) if you go to /site/abc.pdf and it doesn't exist you get a 404 back from TomCat. 2) if you go to /site/abc.page and it…
-
Putting stuff in HEAD
On occasion our content managers want to add meta tags in the head section. For example noindex,nofollow to prevent pages from being indexed by search. I have not found a way that on a page-by-page basis the content manager (author) can insert anything in the head section. Any ideas? And yes, I've looked in the…
-
Use of RequestDispatcherForwardAction in a Site Pre-Controller
Can anyone confirm that the RequestDispatcherForwardAction when used in a site pre-controller will allow a forward to a static piece of content only? When I put in a .page file (or an alias URL) to be forwarded to, I'm getting a 404. If I put in a static image it works perfectly. Interestingly, the site pre-controller…
-
Has anyone used segmentation successfully?
I have a very simple requirement. We are building two sites (One Desktop, one Mobile) The site map for the two sites are the same but the content is very different. (We can't use the same pages with different CSS, so that's not an option) Has anyone implemented a pre-controller to do anything like this?
-
Condition help
I'm trying to create a segment for mobile browsers. So I created (but not working) a condition file called UA-SUBSTRING. I was going to check for the existence of iPhone, Android, BlackBerry and possibly a few others to determine if the browser is from a mobile device. I'm sure there are much better ways, but for my first…
-
Fronting LiveSite Display Services with Apache
We are starting to set up LiveSite Display Services and I can't find in the manuals any information on fronting LSDS with Apache web server. Our environment is set such that all requests come in to an Apache web server. What we want is all requests except .page files will be processed by Apache itself. .page URLs need to…
-
FTP and TS 7.2.1 ????
Has anyone had any issues with trying to FTP files into the Y drive on TS 7.2.1?
-
stderr or stdout from an external that fails during preview
Is there a log file where stderr or stdout is sent for an external while previewing a component? My External is "blowing up" and I don't know what the error is.
-
Roles live in the Backingstore - surprise to us.
Scenario: Upgrading from TS 6.5 on one server to 7.2.1 on another. As it turns out the backing stores are in the "same format". We took advantage of this by doing an XCOPY of the backingstore from the old server to the new server. To our surprise, things didn't quite work as expected. Specifically the security on the…
-
SiteScope and iwodserverstatus
We use SiteScope internally to monitor servers and services. One of the things we monitor is OpenDeploy by running the comment /bin/iwodserverstatus and look for the string "OpenDeploy server is alive". We are upgrading to OD7.x on Windows Server 2008 R2 and found two issues that were easily corrected. 1) The userid being…
-
Deploying Externals to the RunTime environment
We've created a few Externals and Controllers to use in LSDS and they work perfectly in the preview environment. Can someone enlighten me on what gets moved to the runtime environment? Specifically what should be moved from he TeamSite server to the runtime server? (full path names would be most helpful) If it's explained…
-
How to add to drop down on http://server:1776/ ?
New LSDS installation. I have created two sites in one project (branch), WEB and MOBILE. We started with the MOBILE 'stuff' and have been successful in building pages, updating content,... Now it's time to do the same with the WEB site. I have published (using standard OOTB PLC workflow) a few pages (index, error, test)…
-
Preventing P tag with TinyMCE
Any guess how to prevent TinyMCE from adding a paragraph tag around all the content?
-
Changing EA captured by PLC ?
(Let me start with - what manual should I read?) Part way through the Publish LiveSite Content workflow we receive a dialog prompt with two tabs - Description and Details. How can I: 1) add/modify the fields listed 2) update the values in the Business Unit drop down 3) I'm assuming this information is available by LiveSite…
-
Error in lscs log on receiver during production deployment
In the file: [receiver]/log/lscs/adp.lscs-rollback.rollbackcd51e864c4506422930904a280c3c022.MYDEFINITIONNAME.SDCPWSU02.to.LSCSRuntime.log We're getting this error: 2011-07-08 08:21:19,381 DEBUG Start connecting to LSCS runtime server ... 2011-07-08 08:21:19,391 ERROR Exception in rollback deployment's delivery adapter…
-
LS/SP questions from 50,000 feet
We're just getting SitePublisher/LiveSite up and running and have a few "very high level questions." We will be using SitePublisher, LiveSite Display Services and LiveSite Content Services. (see attached documents for the following questions.) 1) (config1) When we run a Publish LiveSite Content workflow and select…
-
OOTB LiveSite deployment issue
Our Out Of The Box LiveSite deployment is failing with an error of: LSCS StartDeployment: Error while deploying to LSCS.Please look for content center logs for more details. In ...\LiveSiteCSAuth\log\deployment.log we're getting the following error. 06-30-11 @ 11:40:54 [ERROR] StartDeployment - Exception in…
-
SP Preview not picking up SiteMap changes
(I posted this on the TeamSite forum - no answer, trying here) I must have missed a step somewhere.... I must have forgotten some step. I have a very simple testing site that had about 6 pages defined in the sitemap. If I edit a page that has a link to $PAGE_LINK[/search] (for example) and I preview that page, the link to…
-
Updated Site Map but preview doesn't know
Forgive me, I've been on vacation and I'm new to SitePublisher.... I must have forgotten some step. I have a very simple testing site that had about 6 pages defined in the sitemap. If I edit a page that has a link to $PAGE_LINK[/search] (for example) and I preview that page, the link to "search" works perfectly. Now I want…
-
Content type with thousands of DCRs
We are about to create some new content types that will end up being populated with an initial load of 3,000 DCRs. Then over time new items will be added. (about 50 per month to each content type.) In previous versions (we're on 7.2.1) of TeamSite it was strongly advised to not have folder containing more than 500 files.…
-
To shrink or not to shrink...
We are about to migrate our TS installation from one box to another. We have two choices on moving our backing store 1) copy the whole backing store 2) iwmigrate just the last 30 (90?) days worth of editions Our current backing story was originally created in November 2005 and we create editions every night on about 15…
-
While editing Components preview is blank
While editing a Component pressing the "Preview" button pops up a new window that has only the outer skeleton of Layout properties, a blank middle section, Content XML and External Data Configuration blocks. Some times it works, most of the time it's blank. If I press "Preview" a few times eventually it populates. This…
-
How to tell Development vs. Testing vs. Production
I'm building a component that needs to get data from a remote service. I'll be using xsl:variable name="remoteData" select="document(...)" type of access to obtain the data. The URL I need to pass into document() varies depending upon which environment presenting the page. We have multiple "testing" environments…
-
Looking for docs for Page-Layouts
I'm looking for some documentation for building Page Layouts in Site Publisher (v7.2.1). Chapter 10 (Custom Fixed Layouts) of the TeamSite SitePublisher Developer Guide v7.2 rev 1 dated Oct 2010 is full of "this has changed..." statements which implies somewhere else there's documentation on what it was originally.
-
Can I get a RequestContext object?
The following chunk of XSL code will call the Java String.replaceAll() method allowing for entire strings to be replaced within another string. [PHP] xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:string="xalan://java.lang.String"> [/PHP] This trick allows you to call any public method in a Java object that the…