<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hot Deploy Java code/ ATG components on JBoss</title>
	<atom:link href="http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/feed/" rel="self" type="application/rss+xml" />
	<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 23:24:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=287</generator>
	<item>
		<title>By: vishnu</title>
		<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/comment-page-1/#comment-15460</link>
		<dc:creator>vishnu</dc:creator>
		<pubDate>Wed, 25 Apr 2012 16:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=646#comment-15460</guid>
		<description>hi larry., i&#039;m new to this atg tech. could you suggest me some sites for tutorial other than atg documentation please..</description>
		<content:encoded><![CDATA[<p>hi larry., i&#8217;m new to this atg tech. could you suggest me some sites for tutorial other than atg documentation please..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/comment-page-1/#comment-15348</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=646#comment-15348</guid>
		<description>your commands are missing the e off of run-in-place 

The dynamo server name will come from your ATG server config/ properties which will be part of your build.

It&#039;ll also be part of your jboss server config as well</description>
		<content:encoded><![CDATA[<p>your commands are missing the e off of run-in-place </p>
<p>The dynamo server name will come from your ATG server config/ properties which will be part of your build.</p>
<p>It&#8217;ll also be part of your jboss server config as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gan</title>
		<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/comment-page-1/#comment-15347</link>
		<dc:creator>gan</dc:creator>
		<pubDate>Fri, 17 Feb 2012 11:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=646#comment-15347</guid>
		<description>Hi Larry,

I was trying to start up the server as per below command
startDynamoOnJBoss MY_DYNAMO_SERVER_NAME -c MY_JBOSS_SERVER_NAME -m MYPROJECT.core -f -run-in-place

tried with:
&quot;startDynamoOnJBoss server -c default -m XX.xxx -f -run-in-plac&quot;
&quot;startDynamoOnJBoss machineName:8080 -c default -m XX.xxx -f -run-in-plac&quot;

but i am getting below error msg, even though i tried with valid server name

*** The server directory for server: dynamo does not exist.
*** You must specify a valid server.


Can you please guide me,  how to get the Dynamo server name and how to use module names for -m , Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Larry,</p>
<p>I was trying to start up the server as per below command<br />
startDynamoOnJBoss MY_DYNAMO_SERVER_NAME -c MY_JBOSS_SERVER_NAME -m MYPROJECT.core -f -run-in-place</p>
<p>tried with:<br />
&#8220;startDynamoOnJBoss server -c default -m XX.xxx -f -run-in-plac&#8221;<br />
&#8220;startDynamoOnJBoss machineName:8080 -c default -m XX.xxx -f -run-in-plac&#8221;</p>
<p>but i am getting below error msg, even though i tried with valid server name</p>
<p>*** The server directory for server: dynamo does not exist.<br />
*** You must specify a valid server.</p>
<p>Can you please guide me,  how to get the Dynamo server name and how to use module names for -m , Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jboss eap 5.1</title>
		<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/comment-page-1/#comment-6584</link>
		<dc:creator>jboss eap 5.1</dc:creator>
		<pubDate>Sat, 08 Oct 2011 09:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=646#comment-6584</guid>
		<description>unfortunately this does not work with jboss eap 5.1 and atg10!:(</description>
		<content:encoded><![CDATA[<p>unfortunately this does not work with jboss eap 5.1 and atg10!:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meetu</title>
		<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/comment-page-1/#comment-5138</link>
		<dc:creator>Meetu</dc:creator>
		<pubDate>Fri, 19 Nov 2010 08:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=646#comment-5138</guid>
		<description>Hi Larry,

thanks for sharing this info. I am also getting this issue that JSPs are getting picked up but java files are not. I have used debugger also to verify that my updated file is being used.

Thanks
Meetu</description>
		<content:encoded><![CDATA[<p>Hi Larry,</p>
<p>thanks for sharing this info. I am also getting this issue that JSPs are getting picked up but java files are not. I have used debugger also to verify that my updated file is being used.</p>
<p>Thanks<br />
Meetu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/comment-page-1/#comment-3904</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Fri, 03 Sep 2010 10:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=646#comment-3904</guid>
		<description>ATG stands for Arts Technology Group and is a Java based e-commerce platform</description>
		<content:encoded><![CDATA[<p>ATG stands for Arts Technology Group and is a Java based e-commerce platform</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malathi</title>
		<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/comment-page-1/#comment-3899</link>
		<dc:creator>Malathi</dc:creator>
		<pubDate>Thu, 02 Sep 2010 12:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=646#comment-3899</guid>
		<description>what does ATG meant for??</description>
		<content:encoded><![CDATA[<p>what does ATG meant for??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/comment-page-1/#comment-3294</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Mon, 02 Aug 2010 10:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=646#comment-3294</guid>
		<description>Hi, first try enabling debug on your code and adding a couple of breaks to see if your file is being used etc...</description>
		<content:encoded><![CDATA[<p>Hi, first try enabling debug on your code and adding a couple of breaks to see if your file is being used etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Mohsin</title>
		<link>http://luckylarry.co.uk/programming-tutorials/jboss/hot-deploy-java-code-atg-components-on-jboss/comment-page-1/#comment-3199</link>
		<dc:creator>Abdul Mohsin</dc:creator>
		<pubDate>Sat, 31 Jul 2010 14:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=646#comment-3199</guid>
		<description>Hi Larry,

Thanks so much for sharing this information, I have tried it and it worked for jsp changes, not sure why its not working for java file changes.

Things I have tried :
* The project is by default putting the compiled classes in /classes directory but the changes are not picking up from there in hot deployment.

* I have tried to change the build path from /classes to /j2ee-apps//module.war/WEB-INF/classes ... but again it didn&#039;t work.


Any suggestions?

Thanks,

Abdul Mohsin</description>
		<content:encoded><![CDATA[<p>Hi Larry,</p>
<p>Thanks so much for sharing this information, I have tried it and it worked for jsp changes, not sure why its not working for java file changes.</p>
<p>Things I have tried :<br />
* The project is by default putting the compiled classes in /classes directory but the changes are not picking up from there in hot deployment.</p>
<p>* I have tried to change the build path from /classes to /j2ee-apps//module.war/WEB-INF/classes &#8230; but again it didn&#8217;t work.</p>
<p>Any suggestions?</p>
<p>Thanks,</p>
<p>Abdul Mohsin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

