Questions tagged [webcenter-sites]

Oracle WebCenter Sites, previously FatWire Content Server, is a CMS product which is part of Oracle WebCenter stack.

Oracle WebCenter Sites is a CMS product which is part of Oracle WebCenter product stack. It was formely known as FatWire Content Server, and FatWire acquired it from Divine/OpenMarket before that. It is a java-based enterprise product.

49 questions
6
votes
1 answer

Click a link in one frame and display a JSP in the other frame

I created two frames which respectively contain two links. When the first frame gets clicked, I would like to display a JSP page in the second frame. But I can't get it to work. When the first frame gets clicked, it opens the JSP page in a new…
Vidya
  • 698
  • 2
  • 12
  • 21
2
votes
2 answers

In Webcenter Sites how to retrieve values of Page attributes using Template code

the above is normally the code to get value of Flex attribute when writing a template code. In fact typename is used for specifying Flex…
qaquery
  • 31
  • 1
  • 5
2
votes
0 answers

Where to find Articles sample application in webcenter sites

i am new to webcenter sites. i am trying to find the Articles sample Application described under WEM Framework in webcenter sites developer guide. can anybody please share a link from where i can download the application.
1
vote
1 answer

How to create a sample "helloworld site" using Oracle web center sites 11g?

I am new to web center sites.We have completed the setup process for web center sites.I have been studying the developer guide and also searched in google but nowhere I am able to get a clear description of all this.I found one of the videos to…
1
vote
2 answers

how i can configure SitesExplorer localhost in Oracle webcenter Sites IPv6?

I installed Jump Start Kit Oracle webcenter sites and it works well but when i'm tryin to open SitesExplore to looks database don't works with the host name "localhost" but with 127.0.0.1 works well, but the links of webcenter works always with…
Ricard
  • 13
  • 1
  • 6
1
vote
1 answer

How can I copy all of the content to a new WebCenter Sites install?

I have a running WebCenter Sites (11.1.1.8GA) environment, which was not set up properly. It works and is running the production site, but the install had issues. To resolve this, we have created a new environment, and patched it to 11.1.1.8 patch…
brendan
  • 290
  • 2
  • 13
1
vote
2 answers

Add CSS File to WebCenter Sites application

I have a WebCenter Sites installation. Separately, I have site.js and site.css files. How can I make a WebCenter Sites template use these two files? Where do i put those files so they can be consumed? What I've done so far is set up a simple HTTP…
Hcabnettek
  • 12,678
  • 38
  • 124
  • 190
1
vote
0 answers

Can I setup Google Analytics to work on my local Oracle Webcenter Portal?

Our customer wants to use the google analystics with webcenter portal. But webcenter works on a local server. Is it possible to make the analystics work on local server? Is it possible the google analytics work with the webcenter portal?
devsin
  • 155
  • 3
  • 13
1
vote
1 answer

How to put the application icon of the "Articles" sample in the application bar of the Oracle WebCenter Sites

Good Morning, I'm following the documentation at the following link: http://docs.oracle.com/cd/E29542_01/doc.1111/e29634/wemregisteringapp.htm I have succeed in start the application. I can go at path: http://localhost:9180/Articles-1.0/home.app and…
Giuseppe87
  • 406
  • 4
  • 14
1
vote
2 answers

com.fatwire.wem.sso.SSOException: Failed to acquire TGT. HTTP response code 400

I am getting this kind of error while connecting to webcenter server through my java program. I debugged the code and found the login credentials correct I checked the firewall setting for the VM where webcenter is installed. it's off. What could be…
smya.dsh
  • 651
  • 5
  • 10
  • 23
1
vote
2 answers

How to redirect to a page in webcenter sites

Is there any way to redirect to a page/template using webcenter sites tags? or we need to depend on standard j2ee respnose.sendRedirect() method??
Mandava
  • 21
  • 6
1
vote
1 answer

Webcenter Sites REST API Asset Creation using POST & PUT Exceptions, Response Status 401

Intention is to create an asset using java code and the Sites REST API. First of I couldn't find the REST API samples anywhere in the installation or even source directories of the 11.1.1.8.0 Sites or JSK. Instead I found the the samples in the…
MHosafy
  • 176
  • 3
  • 12
1
vote
3 answers

Oracle WebCenter Sites JSK deployment on Amazon EC2

We are thinking about deploying an instance of Oracle Webcenter Sites, at first in JumpStartKit version, using Amazon EC2 services. I have a couple of questions: Are there any incompatibility problems? What linux AMI is recommended? library…
LuisGC
  • 13
  • 5
1
vote
0 answers

WebCenter Sites 11gr1 installation: unable to proceed with fwadmin login

I am facing relate problem. I have installed WebCenter Sites on Weblogic. My environment is RHL 5 Oracle 11gr1 During deploying "cs" on our managed server I got log4j error. I have to edit weblogic.xml and added…
0
votes
1 answer

Null value returned when I'm calling the ID value of my Home page [OWCS] v11.8

I've been trying to retrieve the value of the ID from home page. I don't know why the value retrieved is null. Im calling it from a CSElement and then testing it from the "preview" button in the SiteEntry associated with a HTML p tag. Here is the…
1
2 3 4