windchill 如何将Tomcat配置为开发模式

// windchill shell 路径设置为 <WT_HOME>/tomcat 目录, 执行下方命令:
// 启动开发者模式
ant -f config.xml configureJspEngine -Dmode=dev

// 启动生产模式
ant -f config.xml configureJspEngine -Dmode=prod
posted @ 2025-07-12 11:24  Wzzzz~  阅读(19)  评论(0)    收藏  举报