<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What changes require a restart? in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031172#M10348</link>
    <description>I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.13&lt;BR /&gt;&lt;BR /&gt;How would I know whether or not a change to code in my codebase requires a restart of windchill to deploy? For instance, some customizations/changes can be deployed when windchill is up and will take effect and others require windchill to be down. So how do I tell whether or not deployable code requires a restart?</description>
    <pubDate>Wed, 27 Aug 2025 00:22:56 GMT</pubDate>
    <dc:creator>AG_10348570</dc:creator>
    <dc:date>2025-08-27T00:22:56Z</dc:date>
    <item>
      <title>What changes require a restart?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031172#M10348</link>
      <description>I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.13&lt;BR /&gt;&lt;BR /&gt;How would I know whether or not a change to code in my codebase requires a restart of windchill to deploy? For instance, some customizations/changes can be deployed when windchill is up and will take effect and others require windchill to be down. So how do I tell whether or not deployable code requires a restart?</description>
      <pubDate>Wed, 27 Aug 2025 00:22:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031172#M10348</guid>
      <dc:creator>AG_10348570</dc:creator>
      <dc:date>2025-08-27T00:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: What changes require a restart?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031205#M10351</link>
      <description>&lt;P&gt;Similar discussion - "&lt;STRONG&gt;Is it possible to modify the code and without a restart of method server see the new reflected changes?&lt;/STRONG&gt;": &lt;A href="https://community.ptc.com/t5/Windchill-Customization/Is-it-possible-to-modify-the-code-and-without-a-restart-of/td-p/52028" target="_blank"&gt;https://community.ptc.com/t5/Windchill-Customization/Is-it-possible-to-modify-the-code-and-without-a-restart-of/td-p/52028&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 09:11:44 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031205#M10351</guid>
      <dc:creator>VladimirN</dc:creator>
      <dc:date>2025-08-27T09:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: What changes require a restart?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031226#M10352</link>
      <description>&lt;P&gt;Generally yes, code changes will require restart since the class might have been loaded into the JVM memory already. There are some exceptions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ptc.com/en/support/article/CS35160?source=search" target="_blank"&gt;https://www.ptc.com/en/support/article/CS35160?source=search&lt;/A&gt;&amp;nbsp;That article talks about property files changes (like site.xconf changes). If the classes are new and not invoked yet, likely no restart is needed. If you are updating existing classes with modification, I would restart. If you are doing JSP changes, you can set tomcat to run in development mode. Any modifications will cause the JSP to be recompiled which is handly not having to clear work cache all the time.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ptc.com/en/support/article/CS30396?source=search" target="_blank"&gt;https://www.ptc.com/en/support/article/CS30396?source=search&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 11:37:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031226#M10352</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2025-08-27T11:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: What changes require a restart?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031640#M10369</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/583133"&gt;@AG_10348570&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use an IDE and debug mode for coding, your ide is connected to the method server.&lt;/P&gt;
&lt;P&gt;Each compilation tries to deploy the modification to the vm memory and a change is instantly applied but there are several changes that require file class deploy and restart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Adding a public method in the class&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Removing a method in the class&lt;/LI&gt;
&lt;LI&gt;Renaming a method in the class&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;All this changes need the restart&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_0-1756462284807.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/127641i0C2DDB62089E4F63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HelesicPetr_0-1756462284807.png" alt="HelesicPetr_0-1756462284807.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With following information the change is applied&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_3-1756462351659.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/127644i50E2E4D912727363/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HelesicPetr_3-1756462351659.png" alt="HelesicPetr_3-1756462351659.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With following information restart is needed&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_2-1756462336894.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/127643i1CB14A8CB2099DC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HelesicPetr_2-1756462336894.png" alt="HelesicPetr_2-1756462336894.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 10:13:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031640#M10369</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2025-08-29T10:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: What changes require a restart?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1032813#M10407</link>
      <description>&lt;P&gt;Hello &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/583133"&gt;@AG_10348570&lt;/a&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you have some &lt;A href="https://community.ptc.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1031640#M10369" target="_blank"&gt;responses&lt;/A&gt; from some community members. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vivek N.&lt;BR /&gt;Community Moderation Team.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 06:05:54 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/What-changes-require-a-restart/m-p/1032813#M10407</guid>
      <dc:creator>vnamboodheri</dc:creator>
      <dc:date>2025-09-08T06:05:54Z</dc:date>
    </item>
  </channel>
</rss>

