How to generate a war of OFBiz?

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

How to generate a war of OFBiz?

jjmbconquista
How to generate a war of OFBiz and to deploy in external tomcat?
Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

David E Jones-3

The WAR file specification is not sufficient for something like OFBiz.  
The main reason is that OFBiz consists of more than one webapp  
(actually around 20). There is also a lot of infrastructure (framework  
tools and such) that are shared among multiple webapps.

The EAR specification gets closer, but to handle classpath entries and  
such proprietary extensions are usually needed.

Why do you want to deploy in an external Tomcat instead of using the  
embedded version?

-David


On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:

>
> How to generate a war of OFBiz and to deploy in external tomcat?
> --
> View this message in context: http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

Jacques Le Roux
Administrator
You may try Geronimo, but it's not exactly Tomcat :o)
http://docs.ofbiz.org/x/Ah

Jacques

From: "David E Jones" <[hidden email]>

>
> The WAR file specification is not sufficient for something like OFBiz.  
> The main reason is that OFBiz consists of more than one webapp  
> (actually around 20). There is also a lot of infrastructure (framework  
> tools and such) that are shared among multiple webapps.
>
> The EAR specification gets closer, but to handle classpath entries and  
> such proprietary extensions are usually needed.
>
> Why do you want to deploy in an external Tomcat instead of using the  
> embedded version?
>
> -David
>
>
> On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:
>
>>
>> How to generate a war of OFBiz and to deploy in external tomcat?
>> --
>> View this message in context: http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

Jacques Le Roux
Administrator
BTW this is not an answer to your question, but more a way to use an .ear file in an appserver

Jacques

From: "Jacques Le Roux" <[hidden email]>

> You may try Geronimo, but it's not exactly Tomcat :o)
> http://docs.ofbiz.org/x/Ah
>
> Jacques
>
> From: "David E Jones" <[hidden email]>
>>
>> The WAR file specification is not sufficient for something like OFBiz.  
>> The main reason is that OFBiz consists of more than one webapp  
>> (actually around 20). There is also a lot of infrastructure (framework  
>> tools and such) that are shared among multiple webapps.
>>
>> The EAR specification gets closer, but to handle classpath entries and  
>> such proprietary extensions are usually needed.
>>
>> Why do you want to deploy in an external Tomcat instead of using the  
>> embedded version?
>>
>> -David
>>
>>
>> On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:
>>
>>>
>>> How to generate a war of OFBiz and to deploy in external tomcat?
>>> --
>>> View this message in context: http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

jjmbconquista
In reply to this post by David E Jones-3
I want an easy way to deploy the OFBIZ on any server, i want a small file without source code, only needed to perform the application. If a WAR  cannot be generated which path to deploy the OFBIZ?
David E Jones-3 wrote
The WAR file specification is not sufficient for something like OFBiz.  
The main reason is that OFBiz consists of more than one webapp  
(actually around 20). There is also a lot of infrastructure (framework  
tools and such) that are shared among multiple webapps.

The EAR specification gets closer, but to handle classpath entries and  
such proprietary extensions are usually needed.

Why do you want to deploy in an external Tomcat instead of using the  
embedded version?

-David


On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:

>
> How to generate a war of OFBiz and to deploy in external tomcat?
> --
> View this message in context: http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

David E Jones-3

You may want to look into OFBiz a little more. To paraphrase a classic  
movie: I don't think OFBiz is what you think it is.

If you're looking for a small and simple application, like for  
ecommerce for example, you may want to check out Magento or osCommerce.

OFBiz is a full-featured ERP, CRM, and eCommerce solution with well  
over 1 million lines of artifacts in thousands of files (using code-
efficient tools, and competing with software that consists of around  
5-10 million lines of text).

-David


On Mar 19, 2009, at 6:19 AM, jjmbconquista wrote:

>
> I want an easy way to deploy the OFBIZ on any server, i want a small  
> file
> without source code, only needed to perform the application. If a WAR
> cannot be generated which path to deploy the OFBIZ?
>
> David E Jones-3 wrote:
>>
>>
>> The WAR file specification is not sufficient for something like  
>> OFBiz.
>> The main reason is that OFBiz consists of more than one webapp
>> (actually around 20). There is also a lot of infrastructure  
>> (framework
>> tools and such) that are shared among multiple webapps.
>>
>> The EAR specification gets closer, but to handle classpath entries  
>> and
>> such proprietary extensions are usually needed.
>>
>> Why do you want to deploy in an external Tomcat instead of using the
>> embedded version?
>>
>> -David
>>
>>
>> On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:
>>
>>>
>>> How to generate a war of OFBiz and to deploy in external tomcat?
>>> --
>>> View this message in context:
>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22599007.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Last time I exported ofbiz, without source code, and zipped was 80mb for
just the jar files alone.
the complete file zipped, (for ftp) was over 100mb.
Not small at all.

David E Jones sent the following on 3/19/2009 5:25 AM:

>
> You may want to look into OFBiz a little more. To paraphrase a classic
> movie: I don't think OFBiz is what you think it is.
>
> If you're looking for a small and simple application, like for ecommerce
> for example, you may want to check out Magento or osCommerce.
>
> OFBiz is a full-featured ERP, CRM, and eCommerce solution with well over
> 1 million lines of artifacts in thousands of files (using code-efficient
> tools, and competing with software that consists of around 5-10 million
> lines of text).
>
> -David
>
>
> On Mar 19, 2009, at 6:19 AM, jjmbconquista wrote:
>
>>
>> I want an easy way to deploy the OFBIZ on any server, i want a small file
>> without source code, only needed to perform the application. If a WAR
>> cannot be generated which path to deploy the OFBIZ?
>>
>> David E Jones-3 wrote:
>>>
>>>
>>> The WAR file specification is not sufficient for something like OFBiz.
>>> The main reason is that OFBiz consists of more than one webapp
>>> (actually around 20). There is also a lot of infrastructure (framework
>>> tools and such) that are shared among multiple webapps.
>>>
>>> The EAR specification gets closer, but to handle classpath entries and
>>> such proprietary extensions are usually needed.
>>>
>>> Why do you want to deploy in an external Tomcat instead of using the
>>> embedded version?
>>>
>>> -David
>>>
>>>
>>> On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:
>>>
>>>>
>>>> How to generate a war of OFBiz and to deploy in external tomcat?
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
>>>>
>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22599007.html
>>
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJwjtOrP3NbaWWqE4RAo/YAJ9jXtwCrMXyPEqab3ryZ0jZ9XeNrACgtPPH
coJ9jhqccVO6qoKmgpen214=
=fsb9
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

David E Jones-3

Interesting point, and perspective. Although strictly by compressed  
file size I'd actually say OFBiz is impressively minimal. I'd be  
surprised to see any other ERP/CRM/etc system come in that small...  
heck even desktop accounting software like QuickBooks is way bigger  
than OFBiz in byte size!

Yes, I understand that's not much comfort if your internet connection  
not cooperating. Heck, there are various podcasts I download and watch  
regularly that are over 3 times the size of OFBiz in bytes!

-David


On Mar 19, 2009, at 6:32 AM, BJ Freeman wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Last time I exported ofbiz, without source code, and zipped was 80mb  
> for
> just the jar files alone.
> the complete file zipped, (for ftp) was over 100mb.
> Not small at all.
>
> David E Jones sent the following on 3/19/2009 5:25 AM:
>>
>> You may want to look into OFBiz a little more. To paraphrase a  
>> classic
>> movie: I don't think OFBiz is what you think it is.
>>
>> If you're looking for a small and simple application, like for  
>> ecommerce
>> for example, you may want to check out Magento or osCommerce.
>>
>> OFBiz is a full-featured ERP, CRM, and eCommerce solution with well  
>> over
>> 1 million lines of artifacts in thousands of files (using code-
>> efficient
>> tools, and competing with software that consists of around 5-10  
>> million
>> lines of text).
>>
>> -David
>>
>>
>> On Mar 19, 2009, at 6:19 AM, jjmbconquista wrote:
>>
>>>
>>> I want an easy way to deploy the OFBIZ on any server, i want a  
>>> small file
>>> without source code, only needed to perform the application. If a  
>>> WAR
>>> cannot be generated which path to deploy the OFBIZ?
>>>
>>> David E Jones-3 wrote:
>>>>
>>>>
>>>> The WAR file specification is not sufficient for something like  
>>>> OFBiz.
>>>> The main reason is that OFBiz consists of more than one webapp
>>>> (actually around 20). There is also a lot of infrastructure  
>>>> (framework
>>>> tools and such) that are shared among multiple webapps.
>>>>
>>>> The EAR specification gets closer, but to handle classpath  
>>>> entries and
>>>> such proprietary extensions are usually needed.
>>>>
>>>> Why do you want to deploy in an external Tomcat instead of using  
>>>> the
>>>> embedded version?
>>>>
>>>> -David
>>>>
>>>>
>>>> On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:
>>>>
>>>>>
>>>>> How to generate a war of OFBiz and to deploy in external tomcat?
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
>>>>>
>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>>
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22599007.html
>>>
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>
>>
>>
>>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFJwjtOrP3NbaWWqE4RAo/YAJ9jXtwCrMXyPEqab3ryZ0jZ9XeNrACgtPPH
> coJ9jhqccVO6qoKmgpen214=
> =fsb9
> -----END PGP SIGNATURE-----

Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

jjmbconquista
I do not want to download the OFBiz, i want to install the OFBIZ through only file as a .ear or .war, i know that OFBIZ is a large application, i develop with OFBiz a year and still know little.
David E Jones-3 wrote
Interesting point, and perspective. Although strictly by compressed  
file size I'd actually say OFBiz is impressively minimal. I'd be  
surprised to see any other ERP/CRM/etc system come in that small...  
heck even desktop accounting software like QuickBooks is way bigger  
than OFBiz in byte size!

Yes, I understand that's not much comfort if your internet connection  
not cooperating. Heck, there are various podcasts I download and watch  
regularly that are over 3 times the size of OFBiz in bytes!

-David


On Mar 19, 2009, at 6:32 AM, BJ Freeman wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Last time I exported ofbiz, without source code, and zipped was 80mb  
> for
> just the jar files alone.
> the complete file zipped, (for ftp) was over 100mb.
> Not small at all.
>
> David E Jones sent the following on 3/19/2009 5:25 AM:
>>
>> You may want to look into OFBiz a little more. To paraphrase a  
>> classic
>> movie: I don't think OFBiz is what you think it is.
>>
>> If you're looking for a small and simple application, like for  
>> ecommerce
>> for example, you may want to check out Magento or osCommerce.
>>
>> OFBiz is a full-featured ERP, CRM, and eCommerce solution with well  
>> over
>> 1 million lines of artifacts in thousands of files (using code-
>> efficient
>> tools, and competing with software that consists of around 5-10  
>> million
>> lines of text).
>>
>> -David
>>
>>
>> On Mar 19, 2009, at 6:19 AM, jjmbconquista wrote:
>>
>>>
>>> I want an easy way to deploy the OFBIZ on any server, i want a  
>>> small file
>>> without source code, only needed to perform the application. If a  
>>> WAR
>>> cannot be generated which path to deploy the OFBIZ?
>>>
>>> David E Jones-3 wrote:
>>>>
>>>>
>>>> The WAR file specification is not sufficient for something like  
>>>> OFBiz.
>>>> The main reason is that OFBiz consists of more than one webapp
>>>> (actually around 20). There is also a lot of infrastructure  
>>>> (framework
>>>> tools and such) that are shared among multiple webapps.
>>>>
>>>> The EAR specification gets closer, but to handle classpath  
>>>> entries and
>>>> such proprietary extensions are usually needed.
>>>>
>>>> Why do you want to deploy in an external Tomcat instead of using  
>>>> the
>>>> embedded version?
>>>>
>>>> -David
>>>>
>>>>
>>>> On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:
>>>>
>>>>>
>>>>> How to generate a war of OFBiz and to deploy in external tomcat?
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
>>>>>
>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>>
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22599007.html
>>>
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>
>>
>>
>>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFJwjtOrP3NbaWWqE4RAo/YAJ9jXtwCrMXyPEqab3ryZ0jZ9XeNrACgtPPH
> coJ9jhqccVO6qoKmgpen214=
> =fsb9
> -----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

Jacques Le Roux
Administrator
The only way is quickly see is http://docs.ofbiz.org/x/Ah

Jacques

From: "jjmbconquista" <[hidden email]>

>
> I do not want to download the OFBiz, i want to install the OFBIZ through only
> file as a .ear or .war, i know that OFBIZ is a large application, i develop
> with OFBiz a year and still know little.
>
> David E Jones-3 wrote:
>>
>>
>> Interesting point, and perspective. Although strictly by compressed  
>> file size I'd actually say OFBiz is impressively minimal. I'd be  
>> surprised to see any other ERP/CRM/etc system come in that small...  
>> heck even desktop accounting software like QuickBooks is way bigger  
>> than OFBiz in byte size!
>>
>> Yes, I understand that's not much comfort if your internet connection  
>> not cooperating. Heck, there are various podcasts I download and watch  
>> regularly that are over 3 times the size of OFBiz in bytes!
>>
>> -David
>>
>>
>> On Mar 19, 2009, at 6:32 AM, BJ Freeman wrote:
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> Last time I exported ofbiz, without source code, and zipped was 80mb  
>>> for
>>> just the jar files alone.
>>> the complete file zipped, (for ftp) was over 100mb.
>>> Not small at all.
>>>
>>> David E Jones sent the following on 3/19/2009 5:25 AM:
>>>>
>>>> You may want to look into OFBiz a little more. To paraphrase a  
>>>> classic
>>>> movie: I don't think OFBiz is what you think it is.
>>>>
>>>> If you're looking for a small and simple application, like for  
>>>> ecommerce
>>>> for example, you may want to check out Magento or osCommerce.
>>>>
>>>> OFBiz is a full-featured ERP, CRM, and eCommerce solution with well  
>>>> over
>>>> 1 million lines of artifacts in thousands of files (using code-
>>>> efficient
>>>> tools, and competing with software that consists of around 5-10  
>>>> million
>>>> lines of text).
>>>>
>>>> -David
>>>>
>>>>
>>>> On Mar 19, 2009, at 6:19 AM, jjmbconquista wrote:
>>>>
>>>>>
>>>>> I want an easy way to deploy the OFBIZ on any server, i want a  
>>>>> small file
>>>>> without source code, only needed to perform the application. If a  
>>>>> WAR
>>>>> cannot be generated which path to deploy the OFBIZ?
>>>>>
>>>>> David E Jones-3 wrote:
>>>>>>
>>>>>>
>>>>>> The WAR file specification is not sufficient for something like  
>>>>>> OFBiz.
>>>>>> The main reason is that OFBiz consists of more than one webapp
>>>>>> (actually around 20). There is also a lot of infrastructure  
>>>>>> (framework
>>>>>> tools and such) that are shared among multiple webapps.
>>>>>>
>>>>>> The EAR specification gets closer, but to handle classpath  
>>>>>> entries and
>>>>>> such proprietary extensions are usually needed.
>>>>>>
>>>>>> Why do you want to deploy in an external Tomcat instead of using  
>>>>>> the
>>>>>> embedded version?
>>>>>>
>>>>>> -David
>>>>>>
>>>>>>
>>>>>> On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:
>>>>>>
>>>>>>>
>>>>>>> How to generate a war of OFBiz and to deploy in external tomcat?
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
>>>>>>>
>>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22599007.html
>>>>>
>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>>
>>>>
>>>>
>>>>
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.4.6 (MingW32)
>>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>>
>>> iD8DBQFJwjtOrP3NbaWWqE4RAo/YAJ9jXtwCrMXyPEqab3ryZ0jZ9XeNrACgtPPH
>>> coJ9jhqccVO6qoKmgpen214=
>>> =fsb9
>>> -----END PGP SIGNATURE-----
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22600097.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: How to generate a war of OFBiz?

jjmbconquista
thanks!
jacques.le.roux wrote
The only way is quickly see is http://docs.ofbiz.org/x/Ah

Jacques

From: "jjmbconquista" <jjmbconquista@yahoo.com.br>
>
> I do not want to download the OFBiz, i want to install the OFBIZ through only
> file as a .ear or .war, i know that OFBIZ is a large application, i develop
> with OFBiz a year and still know little.
>
> David E Jones-3 wrote:
>>
>>
>> Interesting point, and perspective. Although strictly by compressed  
>> file size I'd actually say OFBiz is impressively minimal. I'd be  
>> surprised to see any other ERP/CRM/etc system come in that small...  
>> heck even desktop accounting software like QuickBooks is way bigger  
>> than OFBiz in byte size!
>>
>> Yes, I understand that's not much comfort if your internet connection  
>> not cooperating. Heck, there are various podcasts I download and watch  
>> regularly that are over 3 times the size of OFBiz in bytes!
>>
>> -David
>>
>>
>> On Mar 19, 2009, at 6:32 AM, BJ Freeman wrote:
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> Last time I exported ofbiz, without source code, and zipped was 80mb  
>>> for
>>> just the jar files alone.
>>> the complete file zipped, (for ftp) was over 100mb.
>>> Not small at all.
>>>
>>> David E Jones sent the following on 3/19/2009 5:25 AM:
>>>>
>>>> You may want to look into OFBiz a little more. To paraphrase a  
>>>> classic
>>>> movie: I don't think OFBiz is what you think it is.
>>>>
>>>> If you're looking for a small and simple application, like for  
>>>> ecommerce
>>>> for example, you may want to check out Magento or osCommerce.
>>>>
>>>> OFBiz is a full-featured ERP, CRM, and eCommerce solution with well  
>>>> over
>>>> 1 million lines of artifacts in thousands of files (using code-
>>>> efficient
>>>> tools, and competing with software that consists of around 5-10  
>>>> million
>>>> lines of text).
>>>>
>>>> -David
>>>>
>>>>
>>>> On Mar 19, 2009, at 6:19 AM, jjmbconquista wrote:
>>>>
>>>>>
>>>>> I want an easy way to deploy the OFBIZ on any server, i want a  
>>>>> small file
>>>>> without source code, only needed to perform the application. If a  
>>>>> WAR
>>>>> cannot be generated which path to deploy the OFBIZ?
>>>>>
>>>>> David E Jones-3 wrote:
>>>>>>
>>>>>>
>>>>>> The WAR file specification is not sufficient for something like  
>>>>>> OFBiz.
>>>>>> The main reason is that OFBiz consists of more than one webapp
>>>>>> (actually around 20). There is also a lot of infrastructure  
>>>>>> (framework
>>>>>> tools and such) that are shared among multiple webapps.
>>>>>>
>>>>>> The EAR specification gets closer, but to handle classpath  
>>>>>> entries and
>>>>>> such proprietary extensions are usually needed.
>>>>>>
>>>>>> Why do you want to deploy in an external Tomcat instead of using  
>>>>>> the
>>>>>> embedded version?
>>>>>>
>>>>>> -David
>>>>>>
>>>>>>
>>>>>> On Mar 18, 2009, at 2:42 PM, jjmbconquista wrote:
>>>>>>
>>>>>>>
>>>>>>> How to generate a war of OFBiz and to deploy in external tomcat?
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22587986.html
>>>>>>>
>>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22599007.html
>>>>>
>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>>
>>>>
>>>>
>>>>
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.4.6 (MingW32)
>>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>>
>>> iD8DBQFJwjtOrP3NbaWWqE4RAo/YAJ9jXtwCrMXyPEqab3ryZ0jZ9XeNrACgtPPH
>>> coJ9jhqccVO6qoKmgpen214=
>>> =fsb9
>>> -----END PGP SIGNATURE-----
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/How-to-generate-a-war-of-OFBiz--tp22587986p22600097.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>