12.07.2015 Views

Performance Tuning for Oracle WebCenter Content 11g - Fishbowl ...

Performance Tuning for Oracle WebCenter Content 11g - Fishbowl ...

Performance Tuning for Oracle WebCenter Content 11g - Fishbowl ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Enterprise IntegrationsString principal = "weblogic";// build the HDA strucure - nothing clever here...StringBuilder hdaCommand = new StringBuilder();hdaCommand.append("NoHttpHeaders=1&IsJava=1&IdcService=");hdaCommand.append("PING_SERVER"); // the servicehdaCommand.append("\r\n");// LocalData sectionhdaCommand.append("\n");hdaCommand.append("@Properties LocalData\n");hdaCommand.append("IdcService=PING_SERVER\n");hdaCommand.append("IsJava=1\n"); // and the param to make sure we get a value object backhdaCommand.append("@end\n");hdaCommand.append("$$\n");// and build the http header...StringBuffer header = new StringBuffer();header.append("REQUEST_METHOD=POST\n");header.append("REMOTE_USER=" + principal + "\n");header.append("CONTENT_TYPE=text/html\n");header.append("CONTENT_LENGTH=" + hdaCommand.toString().getBytes().length + "\n");header.append("IdcVersion=<strong>11g</strong>\n");header.append("SERVER_SOFTWARE=CONTENTSERVER\n");header.append("HTTP_HOST=CONTENTSERVERBEAN\n");header.append("$$$$\n");

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!