- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
Understanding MCMS Architecture in Font
Understanding MCMS Architecture PDF-417 2d Barcode Printer In None Using Barcode maker for Font Control to generate, create PDF417 image in Font applications. www.OnBarcode.comCreate USS Code 39 In None Using Barcode creator for Font Control to generate, create Code 3 of 9 image in Font applications. www.OnBarcode.comThe MCMS architecture is based on the principal of creating web pages dynamically using predefined templates with content placeholders. Interestingly, the manner in which MCMS builds and delivers a web page is similar to the same process in WSS. Therefore, anyone familiar with Generate QR In None Using Barcode drawer for Font Control to generate, create QR Code 2d barcode image in Font applications. www.OnBarcode.comGenerating Barcode In None Using Barcode printer for Font Control to generate, create Barcode image in Font applications. www.OnBarcode.comCHAPTER 8 SHAREPOINT AND MICROSOFT CONTENT MANAGEMENT SERVER
Code 128 Code Set B Printer In None Using Barcode creator for Font Control to generate, create USS Code 128 image in Font applications. www.OnBarcode.comMaking Data Matrix 2d Barcode In None Using Barcode generation for Font Control to generate, create Data Matrix 2d barcode image in Font applications. www.OnBarcode.comWSS architecture will find it easy to grasp the fundamentals of MCMS. Figure 8-1 shows a drawing of the basic MCMS architecture. The biggest difference between the two is that WSS maintains entire pages within its database, while MCMS uses external templates and only stores content in the database. Creating Barcode In None Using Barcode generator for Font Control to generate, create Barcode image in Font applications. www.OnBarcode.comIntelligent Mail Drawer In None Using Barcode maker for Font Control to generate, create OneCode image in Font applications. www.OnBarcode.comFigure 8-1. MCMS architecture
PDF-417 2d Barcode Generator In .NET Using Barcode maker for .NET Control to generate, create PDF-417 2d barcode image in Visual Studio .NET applications. www.OnBarcode.comCreating PDF 417 In C# Using Barcode generator for Visual Studio .NET Control to generate, create PDF 417 image in Visual Studio .NET applications. www.OnBarcode.comJust like WSS, MCMS relies on ISAPI filters to intercept HTTP page requests from clients and process them. The filter then examines the intercepted request to see if it corresponds to a page in an MCMS channel, which defines a virtual web site hierarchy controlled by MCMS. If it does, then the request is modified to reference the ASP .NET template that corresponds to the requested page. Because a single MCMS template can be used to render many different pages, the request is also modified to include a reference to the specific page content to render. MCMS then processes the combination of the ASP .NET template and the designated content to produce the requested page. The MCMS database, which contains the page content, consists of several dozen tables and is not intended to be accessed directly. Instead, access to content in the database is always done through the Publishing API (PAPI) and managed by the MCMS server. When pages are created in MCMS, authoring tools are used to write content into the database through PAPI. Content is subsequently read out of the database during the rendering process. Encoding GS1 - 13 In Java Using Barcode printer for Android Control to generate, create GS1 - 13 image in Android applications. www.OnBarcode.comGTIN - 12 Creator In VS .NET Using Barcode creator for .NET framework Control to generate, create GS1 - 12 image in .NET applications. www.OnBarcode.comCreating a Development Environment
Make UPC-A Supplement 2 In .NET Framework Using Barcode creation for Reporting Service Control to generate, create UPC-A Supplement 5 image in Reporting Service applications. www.OnBarcode.comEncoding Code 39 In Visual C# Using Barcode generation for .NET Control to generate, create Code39 image in Visual Studio .NET applications. www.OnBarcode.comThere are obviously many combinations and configurations for both WSS and MCMS. For the purpose of this chapter, I will assume that you have a development environment consisting of a single Windows 2003 server that will host WSS, SPS, and MCMS. The sample data provided Scan Barcode In .NET Framework Using Barcode Control SDK for ASP.NET Control to generate, create, read, scan barcode image in ASP.NET applications. www.OnBarcode.comPaint Barcode In Java Using Barcode generator for Java Control to generate, create Barcode image in Java applications. www.OnBarcode.comCHAPTER 8 SHAREPOINT AND MICROSOFT CONTENT MANAGEMENT SERVER
Decode PDF-417 2d Barcode In Visual Basic .NET Using Barcode scanner for VS .NET Control to read, scan read, scan image in .NET framework applications. www.OnBarcode.comRecognizing Code 3 Of 9 In Visual Basic .NET Using Barcode decoder for .NET framework Control to read, scan read, scan image in .NET framework applications. www.OnBarcode.comby Microsoft assumes this configuration, and so do the exercises in this chapter. Additionally, I am starting with the assumption that you have already installed or know how to install WSS, SPS, Visual Studio .NET, and Microsoft Office 2003. Before starting the MCMS installation process, you should download service pack 1a for MCMS and CST. Table 8-1 lists the addresses for the required software. Printing EAN-13 Supplement 5 In C#.NET Using Barcode generator for VS .NET Control to generate, create EAN 13 image in Visual Studio .NET applications. www.OnBarcode.comData Matrix 2d Barcode Creator In Java Using Barcode encoder for Java Control to generate, create Data Matrix ECC200 image in Java applications. www.OnBarcode.com Note If you do not have SPS available, you can still utilize many parts of this chapter. All of the search capabilities discussed in this chapter, however, require SPS.
Table 8-1. Required Downloads
Package
MCMS_2002_SP1a.exe
Description
MCMS Service Pack 1
Location
http://www.microsoft.com/ downloads/details.aspx FamilyId=62049D3F-24D7-4463A924-550E5DC34095&displaylang=en http://www.microsoft.com/ downloads/details.aspx FamilyId=6E9925C4-91DA-404A86DD-78D51BCF0A51&displaylang=en McmsConnectorForSharePointTech.exe
CMS Connector for SharePoint Technologies
Creating Web Sites
The configuration described in this section will install MCMS on the same virtual server as your existing WSS installation; however, you will need to create an additional web site to host the Server Configuration Application (SCA), which can be used to manage MCMS sites. Additionally, you may need to make changes to the Site Application Pool Identity in order to ensure that the MCMS can properly integrate with the SPS search capability. Follow these steps to create a new web site: 1. Log in as an administrator and select Start All Programs Administrative Tools Internet Information Services (IIS) Manager on the Windows 2003 server where MCMS is to be installed. 2. Right-click the Web Sites folder and select New Web Site from the context menu to start the Web Site Creation Wizard. 3. On the Welcome screen, click the Next button. 4. On the Web Site Description screen, name the new web site SCA and click the Next button. 5. On the IP Address and Port Settings screen, set the TCP port to 8080 and click the Next button. 6. On the Web Site Home Directory screen, uncheck the option to allow anonymous access and click the Browse button.
|
|