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