Windchill customization
Hi,
Is it necessary to restart Windchill after modifying the JSP file (e.g. method parameter is modified)?
If not are there any configurations that I need to on the Windchill server?
Regards,
Shrikant Bhosle
Hi,
Is it necessary to restart Windchill after modifying the JSP file (e.g. method parameter is modified)?
If not are there any configurations that I need to on the Windchill server?
Regards,
Shrikant Bhosle
Hello
OOTB configuration needs to restart the method server.
You can configure the tomcat to do not use a cache so yes you can configure system that update JPS does not need the restart
in a file <WTHOME>\tomcat\conf\web.xml
change a development param name to true , restart server and that's all.
search for <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
<init-param>
<param-name>development</param-name>
<param-value>true</param-value>
</init-param>
hope this can help
PetrH
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.