`
li.feixiang
  • 浏览: 120547 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

Taking the Windchill System Offline

阅读更多
Description
This document describes how to take a Windchill system offline to prevent users from accessing it during maintenance activities. This solution has been tested on PDMLink / ProjectLink 8.0_M040. The example is based on using the Apache Location directive to grant access on Windchill resources only to requests coming from a specific machine, such as the Windchill server or an administrator's machine.

WARNING: This procedure does not guarantee access to the system will be restricted. Please analyze your infrastructure, needs, and test whatever procedure you put in place before use in production environments.
Resolution
1. Open Apache/conf/app-Windchill-Auth.conf

2. Add the following lines after Include conf/app-Windchill-Auth.conf
<Location ~ "/Windchill/.*">
Deny from all
Order Deny,Allow
Allow from ts-vmware.ptcnet.ptc.com
</Location>

Where “ts-vmware.ptcnet.ptc.com” is the name of the Windchill server, and “Windchill” is the Web name as specified in app-Windchill-Auth.conf. The tilde ~ indicates a regular expression match. If not included, sub locations will not match.

3. Restart Apache

Attempting to login from a different machine fails. Message "You don't have permission to access /Windchill/ on this server." The Location directive can also be used to grant or deny access to other entities such as users, groups, IP address etc. For further information, refer to the Apache documentation http://httpd.apache.org/docs/2.0/mod/mod_access.html .
分享到:
评论

相关推荐

    Windchill_Usage_Tool

    The Windchill Usage tool analyzes standard web logs and determines users who have accessed the system during the time period spanned by the logs.

    windchill11.0开发API

    5. **Event System**:Windchill的事件系统允许开发者订阅和处理系统中的特定事件,实现自动化响应。 6. **Security**:API提供了安全模型,确保只有授权的用户和应用程序能够访问和操作Windchill的数据。 7. **...

    Windchill题库

    本节内容对 Windchill 题库进行了总结,涵盖了Windchill企业面试题、工作流、部件与文档的关系、Windchill10和Windchill9的区别等多个方面的知识点。 1. Windchill 实施规范 * 客制化的 SQL 脚本文件要与 ...

    windchill开发环境部署

    Windchill开发环境部署 Windchill 是一款产品生命周期管理(PLM)软件,用于帮助企业管理产品设计、生产和维护过程中的数据和流程。为实现Windchill的开发环境部署,需要对其进行配置和设置。下面将从两个方面介绍...

    windchill12.1.0.0 安装

    Windchill是一款由PTC(Parametric Technology Corporation)公司开发的企业级产品生命周期管理(PLM)软件,专门用于管理和协作产品的设计、开发和制造过程。Windchill 12.1.0.0是该软件的一个重要版本,包含了多项...

    windchill交流第三篇:Windchill中的事件监听

    【标题】:“Windchill交流第三篇:Windchill中的事件监听” 在Windchill系统中,事件监听是一项核心功能,它允许系统在特定事件发生时执行预定义的逻辑或操作。这一篇我们将深入探讨Windchill如何实现事件监听,...

    Windchill Rehost.doc

    Updating the Database on the Target System 1. 使用 SQL 命令更新数据库,例如:Update Repository set lastKnownDomain='plmtest.tclcom.com' where local=1; 2. 使用 SQL 命令更新数据库,例如:Update ...

    windchill远程调试详细介绍

    windchill 远程调试详细介绍 Windchill 是一种基于 Java 平台的开发环境,它提供了一个强大而灵活的远程调试机制。本文将详细介绍 Windchill 远程调试的配置和实现过程。 一、Windchill 远程调试概述 Windchill ...

    windchill二次开发

    Windchill二次开发常用API方法 Windchill二次开发是指在Windchill平台上进行的定制化开发,以满足特定的业务需求。下面是Windchill二次开发中常用的API方法: 1. 根据零件名称/编码得到该零件 在Windchill中,...

    Windchill二次开发资料

    ### Windchill 二次开发资料知识点详解 #### 一、Windchill简介及版本说明 - **Windchill**:由Parametric Technology Corporation (PTC) 开发的一款产品生命周期管理 (PLM) 软件解决方案。Windchill提供了一系列...

    Windchill10.21M030产品安装教程

    Windchill是一款强大的Product Lifecycle Management (PLM)系统,由PTC公司开发,全球排名前三。本教程聚焦于Windchill 10.21 M030的安装过程,适用于PLM行业的从业者和初学者,旨在提供详尽的指导。安装教程包括...

    Windchill常见面试题目汇总.docx

    **Windchill常见面试题目汇总** Windchill是一款由PTC公司开发的基于Web的企业产品生命周期管理(PLM)系统,主要用于产品数据管理和协同工作。它涵盖了产品设计、工程、制造、服务等整个生命周期,旨在提高产品的...

    windchill工作区应用

    Windchill工作区应用详解 Creo 是美国参数化技术公司(PTC 公司)2010 年新推出的软件套件,是一款覆盖概念设计、2D、3D、直接建模等领域的设计应用软件系列。Creo 系列的核心软件为 Creo Parametric,即原来的Pro...

    windchill学习

    windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习

    Windchill使用Rose建模说明文档

    选择“Logical/View”下的ext/geesun/buildModel包,通过菜单选择Tools-&gt;windchill-&gt;system generation,Rose将自动生成相应的Java源代码、class文件和SQL脚本。生成的文件会分别存储在指定目录下,例如ptc/...

    WINDCHILL项目管理模块使用教程

    WINDCHILL项目管理模块使用教程 WINDCHILL项目管理模块使用教程

    Windchill和eclipse的整合

    Windchill 和 Eclipse 的整合 Windchill 和 Eclipse 的整合是指将 Windchill 产品生命周期管理(PLM)软件与 Eclipse 集成开发环境(IDE)集成,以便在 Eclipse 中直接调试 Windchill 方法。下面是 Windchill 和 ...

Global site tag (gtag.js) - Google Analytics