cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Remotely - Pushing edits to server?

vamirr
Champ on-the-rise
Champ on-the-rise
Disclaimer:  I'm a .NET developer new to Alfresco, new to JAVA.   :lol:

I've successfully setup my Alfresco server environment (on RHEL) and desktop development machine (Win7) for remote debugging.  I can connect to the server with Eclipse and step through Alfresco source line by line as desired.

However, if I change the source in Eclipse on my local machine, I do not see the intended behavior during the server debug.  I imagine this is because the server continues to run its unmodified source. 

Are there methods to push edits I've made locally to the server?   This functionality is available in .NET, is there equivalent means in JAVA?

Thanks so much,
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
The equivalent in Java is known as "Hot Code Replace".

vamirr
Champ on-the-rise
Champ on-the-rise
Thanks for the reply.

Your input prompted a flurry of Google queries which ultimately resulted in me seeing that the 'Build Automatically' bit was not set, thus I was not seeing the HCR functionality operating as it is supposed to.

It's working correctly now.  Much appreciated.   :wink: