- 浏览: 120547 次
- 性别:
- 来自: 武汉
最新评论
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.
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 .
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 .
发表评论
-
How to deactivate a user in Windchill?
2012-10-17 22:09 1012Introduction Procedure base ... -
How to shorten display time for the inline message in Windchill 10.0
2012-09-03 00:24 1220标题 How to shorten display ... -
How to perform SaveAs on WTPart using API in Windchill PDMLink 10.0
2012-04-05 18:38 1555标题 How to perform SaveAs ... -
Manual Installation Steps For Archive Client Installation on Red Hat Linux 4.0
2012-03-31 19:18 1002On Red hat Linus 4.0 (64-Bit), ... -
Windchill单点登录方案
2012-03-31 00:20 3162Windchill SSO 单点登录 可下载附件查看。 ... -
如何在Windchill PDMLink 9.1设定多个Background Method Server去执行特定的工作流
2012-03-31 00:17 2687标题 如何在Windchill PDMLink 9.1 ... -
通过IE8访问Windchill PDMLink 10.0,出现警告提示"Windchill 只支持标准模式下的浏览器".
2012-03-31 00:15 3071标题 通过IE8访问Windchill PDMLink ... -
JSP Authentication with the Method Server
2012-02-07 20:31 3092During development for a cus ... -
Solution for searching the latest revision object
2012-02-01 11:44 1038// Implement your query ... -
Solution for search object with IBA Attribute
2012-02-01 11:39 1498QuerySpec qs = new Quer ... -
Required Ports for Windchill
2011-10-29 18:53 1076Windchill utilizes multiple por ... -
[WIP] How to see the document creator full name instead of the login name in DTI
2011-09-07 14:23 872标题 [WIP] How to see the doc ... -
Windchill Project Daily Build
2011-08-26 22:54 706下载软件: ant svnant sliksvn htt ... -
How to set schedule for Synchronization from Replica to Master?
2011-08-23 10:17 1106To do this, please follow these ... -
copy user from team administrator to workflow team.
2011-07-16 12:14 1666The code can be used directly i ... -
How to Disallow Anonymous Access to Aphelion LDAP?
2011-06-12 17:34 1668Description This TPI add ... -
MethodServer Exits Prematurely With the Error *com.ptc.windchill.upgrade.history
2011-06-11 23:39 2922Description ---------------- ... -
从Aphelion迁移至WindchillDS
2011-06-11 23:00 948假设: 1. Aphelion ... -
How to Configure Windchill with Active Directory
2011-06-09 22:28 3799说明 This article describe ... -
浅谈基于Info*Engine的Windchill系统集成应用
2011-06-09 21:04 3517...
相关推荐
The Windchill Usage tool analyzes standard web logs and determines users who have accessed the system during the time period spanned by the logs.
5. **Event System**:Windchill的事件系统允许开发者订阅和处理系统中的特定事件,实现自动化响应。 6. **Security**:API提供了安全模型,确保只有授权的用户和应用程序能够访问和操作Windchill的数据。 7. **...
本节内容对 Windchill 题库进行了总结,涵盖了Windchill企业面试题、工作流、部件与文档的关系、Windchill10和Windchill9的区别等多个方面的知识点。 1. Windchill 实施规范 * 客制化的 SQL 脚本文件要与 ...
Windchill开发环境部署 Windchill 是一款产品生命周期管理(PLM)软件,用于帮助企业管理产品设计、生产和维护过程中的数据和流程。为实现Windchill的开发环境部署,需要对其进行配置和设置。下面将从两个方面介绍...
Windchill是一款由PTC(Parametric Technology Corporation)公司开发的企业级产品生命周期管理(PLM)软件,专门用于管理和协作产品的设计、开发和制造过程。Windchill 12.1.0.0是该软件的一个重要版本,包含了多项...
【标题】:“Windchill交流第三篇:Windchill中的事件监听” 在Windchill系统中,事件监听是一项核心功能,它允许系统在特定事件发生时执行预定义的逻辑或操作。这一篇我们将深入探讨Windchill如何实现事件监听,...
Updating the Database on the Target System 1. 使用 SQL 命令更新数据库,例如:Update Repository set lastKnownDomain='plmtest.tclcom.com' where local=1; 2. 使用 SQL 命令更新数据库,例如:Update ...
windchill 远程调试详细介绍 Windchill 是一种基于 Java 平台的开发环境,它提供了一个强大而灵活的远程调试机制。本文将详细介绍 Windchill 远程调试的配置和实现过程。 一、Windchill 远程调试概述 Windchill ...
Windchill二次开发常用API方法 Windchill二次开发是指在Windchill平台上进行的定制化开发,以满足特定的业务需求。下面是Windchill二次开发中常用的API方法: 1. 根据零件名称/编码得到该零件 在Windchill中,...
### Windchill 二次开发资料知识点详解 #### 一、Windchill简介及版本说明 - **Windchill**:由Parametric Technology Corporation (PTC) 开发的一款产品生命周期管理 (PLM) 软件解决方案。Windchill提供了一系列...
Windchill是一款强大的Product Lifecycle Management (PLM)系统,由PTC公司开发,全球排名前三。本教程聚焦于Windchill 10.21 M030的安装过程,适用于PLM行业的从业者和初学者,旨在提供详尽的指导。安装教程包括...
**Windchill常见面试题目汇总** Windchill是一款由PTC公司开发的基于Web的企业产品生命周期管理(PLM)系统,主要用于产品数据管理和协同工作。它涵盖了产品设计、工程、制造、服务等整个生命周期,旨在提高产品的...
Windchill工作区应用详解 Creo 是美国参数化技术公司(PTC 公司)2010 年新推出的软件套件,是一款覆盖概念设计、2D、3D、直接建模等领域的设计应用软件系列。Creo 系列的核心软件为 Creo Parametric,即原来的Pro...
windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习windchill学习
选择“Logical/View”下的ext/geesun/buildModel包,通过菜单选择Tools->windchill->system generation,Rose将自动生成相应的Java源代码、class文件和SQL脚本。生成的文件会分别存储在指定目录下,例如ptc/...
WINDCHILL项目管理模块使用教程 WINDCHILL项目管理模块使用教程
Windchill 和 Eclipse 的整合 Windchill 和 Eclipse 的整合是指将 Windchill 产品生命周期管理(PLM)软件与 Eclipse 集成开发环境(IDE)集成,以便在 Eclipse 中直接调试 Windchill 方法。下面是 Windchill 和 ...