How to Deploy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

How to Deploy

eric
I have local Ofbiz on my laptop running Windows. And Ofbiz on the server
running on Linux. How to deploy if I did changes on java files?

I have several classes file on bin folder after I clean and build Ofbiz from
Eclipse.

 

What is the best method to apply changes to Ofbiz?

 

Best Regards

Eric Halim

 



---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply | Threaded
Open this post in threaded view
|

Re: How to Deploy

Vikas Mayur-2
If the changes are in OFBiz OOTB files, you can create a diff from your working copy and apply it to ofbiz deployment on the server. Moreover you can keep/maintain the patch in your own repository for future deployments.

Regards
Vikas

On Apr 22, 2014, at 9:15 AM, Eric Halim wrote:

> I have local Ofbiz on my laptop running Windows. And Ofbiz on the server
> running on Linux. How to deploy if I did changes on java files?
>
> I have several classes file on bin folder after I clean and build Ofbiz from
> Eclipse.
>
>
>
> What is the best method to apply changes to Ofbiz?
>
>
>
> Best Regards
>
> Eric Halim
>
>
>
>
>
> ---
> This email is free from viruses and malware because avast! Antivirus protection is active.
> http://www.avast.com
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>

Reply | Threaded
Open this post in threaded view
|

RE: How to Deploy

eric
Thanks. In what case should we use hot-deploy folder?

Best Regards
Eric Halim

-----Original Message-----
From: Vikas Mayur [mailto:[hidden email]]
Sent: Tuesday, April 22, 2014 12:31 PM
To: [hidden email]
Subject: Re: How to Deploy

If the changes are in OFBiz OOTB files, you can create a diff from your
working copy and apply it to ofbiz deployment on the server. Moreover you
can keep/maintain the patch in your own repository for future deployments.

Regards
Vikas

On Apr 22, 2014, at 9:15 AM, Eric Halim wrote:

> I have local Ofbiz on my laptop running Windows. And Ofbiz on the
> server running on Linux. How to deploy if I did changes on java files?
>
> I have several classes file on bin folder after I clean and build
> Ofbiz from Eclipse.
>
>
>
> What is the best method to apply changes to Ofbiz?
>
>
>
> Best Regards
>
> Eric Halim
>
>
>
>
>
> ---
> This email is free from viruses and malware because avast! Antivirus
protection is active.
> http://www.avast.com
>
> --
> This message has been scanned for viruses and dangerous content by
> MailScanner, and is believed to be clean.
>


---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply | Threaded
Open this post in threaded view
|

RE: How to Deploy

Harsha Chadhar
Hi Eric,

The hot-deploy folder is where you can keep your custom application which
has access to framework services, framework components as well as other
application components. The custom application is recommended to be kept
outside the ofbiz OOTB implementation so that you can just extend the
existing capabilities plus integrate with the future versions of Ofbiz to
incorporate its latest features and capabilities.

Regards
Harsha Chadhar



From:
"Eric Halim" <[hidden email]>
To:
<[hidden email]>
Date:
04/22/2014 11:32 AM
Subject:
RE: How to Deploy



Thanks. In what case should we use hot-deploy folder?

Best Regards
Eric Halim

-----Original Message-----
From: Vikas Mayur [mailto:[hidden email]]
Sent: Tuesday, April 22, 2014 12:31 PM
To: [hidden email]
Subject: Re: How to Deploy

If the changes are in OFBiz OOTB files, you can create a diff from your
working copy and apply it to ofbiz deployment on the server. Moreover you
can keep/maintain the patch in your own repository for future deployments.

Regards
Vikas

On Apr 22, 2014, at 9:15 AM, Eric Halim wrote:

> I have local Ofbiz on my laptop running Windows. And Ofbiz on the
> server running on Linux. How to deploy if I did changes on java files?
>
> I have several classes file on bin folder after I clean and build
> Ofbiz from Eclipse.
>
>
>
> What is the best method to apply changes to Ofbiz?
>
>
>
> Best Regards
>
> Eric Halim
>
>
>
>
>
> ---
> This email is free from viruses and malware because avast! Antivirus
protection is active.
> http://www.avast.com
>
> --
> This message has been scanned for viruses and dangerous content by
> MailScanner, and is believed to be clean.
>


---
This email is free from viruses and malware because avast! Antivirus
protection is active.
http://www.avast.com


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you


Reply | Threaded
Open this post in threaded view
|

RE: How to Deploy

eric
In reply to this post by eric
Thank you Harsha

Best Regards
Eric Halim

On Apr 22, 2014 1:22 PM, Harsha Chadhar <[hidden email]> wrote:

>
> Hi Eric,
>
> The hot-deploy folder is where you can keep your custom application which
> has access to framework services, framework components as well as other
> application components. The custom application is recommended to be kept
> outside the ofbiz OOTB implementation so that you can just extend the
> existing capabilities plus integrate with the future versions of Ofbiz to
> incorporate its latest features and capabilities.
>
> Regards
> Harsha Chadhar
>
>
>
> From:
> "Eric Halim" <[hidden email]>
> To:
> <[hidden email]>
> Date:
> 04/22/2014 11:32 AM
> Subject:
> RE: How to Deploy
>
>
>
> Thanks. In what case should we use hot-deploy folder?
>
> Best Regards
> Eric Halim
>
> -----Original Message-----
> From: Vikas Mayur [mailto:[hidden email]]
> Sent: Tuesday, April 22, 2014 12:31 PM
> To: [hidden email]
> Subject: Re: How to Deploy
>
> If the changes are in OFBiz OOTB files, you can create a diff from your
> working copy and apply it to ofbiz deployment on the server. Moreover you
> can keep/maintain the patch in your own repository for future deployments.
>
> Regards
> Vikas
>
> On Apr 22, 2014, at 9:15 AM, Eric Halim wrote:
>
> > I have local Ofbiz on my laptop running Windows. And Ofbiz on the
> > server running on Linux. How to deploy if I did changes on java files?
> >
> > I have several classes file on bin folder after I clean and build
> > Ofbiz from Eclipse.
> >
> >
> >
> > What is the best method to apply changes to Ofbiz?
> >
> >
> >
> > Best Regards
> >
> > Eric Halim
> >
> >
> >
> >
> >
> > ---
> > This email is free from viruses and malware because avast! Antivirus
> protection is active.
> > http://www.avast.com 
> >
> > --
> > This message has been scanned for viruses and dangerous content by
> > MailScanner, and is believed to be clean.
> >
>
>
> ---
> This email is free from viruses and malware because avast! Antivirus
> protection is active.
> http://www.avast.com 
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
>
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
Reply | Threaded
Open this post in threaded view
|

Re: How to Deploy

Jacques Le Roux
Administrator
In reply to this post by Harsha Chadhar
Eric,

You should seriously read this https://cwiki.apache.org/confluence/display/OFBIZ/Addressing+Custom+Requirements+In+OFBiz

Jacques

Le 22/04/2014 08:22, Harsha Chadhar a écrit :

> Hi Eric,
>
> The hot-deploy folder is where you can keep your custom application which
> has access to framework services, framework components as well as other
> application components. The custom application is recommended to be kept
> outside the ofbiz OOTB implementation so that you can just extend the
> existing capabilities plus integrate with the future versions of Ofbiz to
> incorporate its latest features and capabilities.
>
> Regards
> Harsha Chadhar
>
>
>
> From:
> "Eric Halim" <[hidden email]>
> To:
> <[hidden email]>
> Date:
> 04/22/2014 11:32 AM
> Subject:
> RE: How to Deploy
>
>
>
> Thanks. In what case should we use hot-deploy folder?
>
> Best Regards
> Eric Halim
>
> -----Original Message-----
> From: Vikas Mayur [mailto:[hidden email]]
> Sent: Tuesday, April 22, 2014 12:31 PM
> To: [hidden email]
> Subject: Re: How to Deploy
>
> If the changes are in OFBiz OOTB files, you can create a diff from your
> working copy and apply it to ofbiz deployment on the server. Moreover you
> can keep/maintain the patch in your own repository for future deployments.
>
> Regards
> Vikas
>
> On Apr 22, 2014, at 9:15 AM, Eric Halim wrote:
>
>> I have local Ofbiz on my laptop running Windows. And Ofbiz on the
>> server running on Linux. How to deploy if I did changes on java files?
>>
>> I have several classes file on bin folder after I clean and build
>> Ofbiz from Eclipse.
>>
>>
>>
>> What is the best method to apply changes to Ofbiz?
>>
>>
>>
>> Best Regards
>>
>> Eric Halim
>>
>>
>>
>>
>>
>> ---
>> This email is free from viruses and malware because avast! Antivirus
> protection is active.
>> http://www.avast.com
>>
>> --
>> This message has been scanned for viruses and dangerous content by
>> MailScanner, and is believed to be clean.
>>
>
> ---
> This email is free from viruses and malware because avast! Antivirus
> protection is active.
> http://www.avast.com
>
>

--