<?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 Re: Tomcat Remote Debug not working in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108385#M75986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The folder doesn't have to exist, it's just taken into account for build.xml… So you're editing the build.properties that is in the same folder as the build.xml?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2012 06:42:13 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2012-07-03T06:42:13Z</dc:date>
    <item>
      <title>Tomcat Remote Debug not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108380#M75981</link>
      <description>Hi,I am new to activiti. I am unable to start Tomcat in debug mode. I added the property tomcat.enable.debug=true in setup/build.properties but still eclipse could not listen to port 8000. Although when i directly start Tomcat using catalina jpda start‍the debugging works fine and eclipse could list</description>
      <pubDate>Sun, 01 Jul 2012 10:37:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108380#M75981</guid>
      <dc:creator>shukla_raghave</dc:creator>
      <dc:date>2012-07-01T10:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat Remote Debug not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108381#M75982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SO you start your tomcat using the demo-setup script? I suggest, for serious projects, just using/stopping/starting your own tomcat, this way you can do whatever you want with it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 12:12:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108381#M75982</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-02T12:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat Remote Debug not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108382#M75983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes for now i am using demo scripts. But i don't understand why is the following segment not executing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;target name="internal.tomcat.enable.debug" if="tomcat.enable.debug"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;echo&amp;gt;Enabling tomcat remote debugging … &amp;lt;/echo&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;replace file="${tomcat.home}/bin/startup.sh"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;replacetoken&amp;gt;&amp;lt;![CDATA[exec "$PRGDIR"/"$EXECUTABLE" start "$@"]]&amp;gt;&amp;lt;/replacetoken&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;replacevalue&amp;gt;&amp;lt;![CDATA[exec "$PRGDIR"/"$EXECUTABLE" jpda start "$@"]]&amp;gt;&amp;lt;/replacevalue&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/replace&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;replace file="${tomcat.home}/bin/startup.bat"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;replacetoken&amp;gt;&amp;lt;![CDATA[call "%EXECUTABLE%" start %CMD_LINE_ARGS%]]&amp;gt;&amp;lt;/replacetoken&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;replacevalue&amp;gt;&amp;lt;![CDATA[call "%EXECUTABLE%" jpda start %CMD_LINE_ARGS%]]&amp;gt;&amp;lt;/replacevalue&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/replace&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/target&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;when i have added the property - &lt;/SPAN&gt;&lt;STRONG&gt;tomcat.enable.debug=true&lt;/STRONG&gt;&lt;SPAN&gt; - to build.properties. I dont see the echo message &lt;/SPAN&gt;&lt;EM&gt;Enabling Tomcat in remote…&lt;/EM&gt;&lt;SPAN&gt; on the console.&amp;nbsp; But when i use &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;catalina.bat jpda start&lt;/CODE&gt;&lt;SPAN&gt;to start tomcat it works fine…Why so ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 13:10:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108382#M75983</guid>
      <dc:creator>shukla_raghave</dc:creator>
      <dc:date>2012-07-02T13:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat Remote Debug not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108383#M75984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like your changes to build.properties aren't picked up. Double-check that you editing the right file. If so, I really don't have a flu why it's not working. It's pretty straight-forward the build.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Double-check you don't have a file at &amp;lt;property file="${user.home}/.activiti/build.properties" /&amp;gt; that states the opposite of the debug-true…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 13:21:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108383#M75984</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-02T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat Remote Debug not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108384#M75985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No i dont have a file at location : ${user.home}/.activiti/build.properties. Rather i cant even find any such folder by name .activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am making changes to setup\build.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When and where is .activiti folder created. I am using Windows 7 and what i have found is that user.home refers to %userprofile% in windows. when i type echo %userprofile% in cmd i get a path like C:\users\&amp;lt;machine_name&amp;gt;. but at this path i dont see any folder like .activiti. Can you guess what could be the reason or suggest me something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 18:44:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108384#M75985</guid>
      <dc:creator>shukla_raghave</dc:creator>
      <dc:date>2012-07-02T18:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat Remote Debug not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108385#M75986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The folder doesn't have to exist, it's just taken into account for build.xml… So you're editing the build.properties that is in the same folder as the build.xml?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 06:42:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108385#M75986</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-03T06:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat Remote Debug not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108386#M75987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, i am editing the build.properties in same folder as build.xml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 08:14:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108386#M75987</guid>
      <dc:creator>shukla_raghave</dc:creator>
      <dc:date>2012-07-03T08:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat Remote Debug not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108387#M75988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No idea why it's not working… If you're stuck, just remove the -if="tomcat.enable.debug"- part in your build.xml &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 08:15:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108387#M75988</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-07-03T08:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat Remote Debug not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108388#M75989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;probably i have figured out why it is not working . Its because of the value of default attribute of project tag i.e "demo.start" . if you see the script , &lt;/SPAN&gt;&lt;EM&gt;demo.start &lt;/EM&gt;&lt;SPAN&gt;target would not let target &lt;/SPAN&gt;&lt;EM&gt;internal.tomcat.enable.debug&lt;/EM&gt;&lt;SPAN&gt; execute. I am expecting this to be the reason not tested yet. But i expect this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok i ahve tested, thats the reason now the change that i need to make is modify the target demo.start to add internal.tomcat.enable.debug to depends attribute&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;lt;target name="demo.start"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; description="Starts the demo setup and installs all components (if necessary)"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; depends="demo.install,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h2.start,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; internal.tomcat.enable.debug,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tomcat.start,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; explorer.browser.open" /&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways thanks&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2012 15:14:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-remote-debug-not-working/m-p/108388#M75989</guid>
      <dc:creator>shukla_raghave</dc:creator>
      <dc:date>2012-07-03T15:14:27Z</dc:date>
    </item>
  </channel>
</rss>

