/[Apache-SVN]/ofbiz/trunk/startofbiz.sh
ViewVC logotype

Log of /ofbiz/trunk/startofbiz.sh

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 818321 - (view) (annotate) - [select for diffs]
Modified Thu Sep 24 00:05:05 2009 UTC (2 months ago) by lektran
File length: 1933 byte(s)
Diff to previous 815982 (colored)
Added the maxPermSize jvm arg the various startup methods since OFBiz now seems to require more than the default 64m.  Also removed startofbizNoLog.bat since it seems somewhat superfluous, instead made startofbiz.bat log to the console by default and added a comment about how to change it if desired.

Revision 815982 - (view) (annotate) - [select for diffs]
Modified Wed Sep 16 21:54:45 2009 UTC (2 months, 1 week ago) by jleroux
File length: 1912 byte(s)
Diff to previous 763175 (colored)
Fix r815974 where a wrong file was commited (ofbiz/trunk/framework/example/widget/example/ExampleForms.xml)

So here we go again :
A patch from Harmeet Bedi "startofbiz.sh does not have a default debug flag." (https://issues.apache.org/jira/browse/OFBIZ-2059) - OFBIZ-2059
$DEBUG flag is not specified even in comments causing people to dig an find it.
JLR's comment : that's not exactly true, there is already another DEBUG "flag" used for RMI, I think both are useful. So I have moved this "new" one near the older


Revision 763175 - (view) (annotate) - [select for diffs]
Modified Wed Apr 8 10:54:51 2009 UTC (7 months, 2 weeks ago) by jleroux
File length: 1802 byte(s)
Diff to previous 684228 (colored)
2d part and end of an effort to remove trailing spaces
[ \t]+$ => "" (empty)
Should be easier to review when committing changes with trailing spaces removed automatically by anyedit or such tool (please refer to http://docs.ofbiz.org/x/mg)

Of course this effort to remove trailing spaces has no functional implications.

Actually, I was doing a 1st commit and as it's long to upload, I got conflicts with r763135
In the meantime I did some refactoring also in *.java and *.groovy files :
){ => ) {
if( => if (
while( => while (
}else => } else
else{ => else {
switch( => switch (
try{ => try {
}catch => } catch
catch( => catch (
}finally{ => } finally {

So these changes are also in this commit, should not be a problem anyway.

Revision 684228 - (view) (annotate) - [select for diffs]
Modified Sat Aug 9 11:27:07 2008 UTC (15 months, 2 weeks ago) by jleroux
File length: 1804 byte(s)
Diff to previous 674776 (colored)
Commented out 
	MISC="-Duser.language=en" 
as it's anymore needed

Revision 674776 - (view) (annotate) - [select for diffs]
Modified Tue Jul 8 11:47:02 2008 UTC (16 months, 2 weeks ago) by jacopoc
File length: 1803 byte(s)
Diff to previous 669890 (colored)
Upgraded (again) to Tomcat 6.0.16.
Upgraded commons-dbcp to the HEAD revision (from snapshot taken in 20071125): the upgrade of the dbcp jar seems to have fixed all the issues we were having with "OutOfMemoryError: Java heap space" exceptions.
Sorry for the noise (two big commits in the base and catalina components in the same day): hopefully this rather critical issue is now resolved (but I will continue my load tests).

Revision 669890 - (view) (annotate) - [select for diffs]
Modified Fri Jun 20 13:35:44 2008 UTC (17 months ago) by jacopoc
File length: 1790 byte(s)
Diff to previous 643459 (colored)
Updated JVM memory settings for all the various scripts to start OFBiz: initial memory 128M, max memory 512M.

Revision 643459 - (view) (annotate) - [select for diffs]
Modified Tue Apr 1 16:00:35 2008 UTC (19 months, 3 weeks ago) by jleroux
File length: 1790 byte(s)
Diff to previous 631937 (colored)
As we have no better solutions for now, I put back -Duser.language=en

Revision 631937 - (view) (annotate) - [select for diffs]
Modified Thu Feb 28 12:10:22 2008 UTC (20 months, 3 weeks ago) by jleroux
File length: 1771 byte(s)
Diff to previous 618581 (colored)
"-Duser.language=en" is no longer needed since all language properties files have been converted to XML files.

Revision 618581 - (view) (annotate) - [select for diffs]
Modified Tue Feb 5 09:10:23 2008 UTC (21 months, 2 weeks ago) by hansbak
File length: 1811 byte(s)
Diff to previous 607842 (colored)
obtain IP address for RMI from OS so you can use DHCP

Revision 607842 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 13:56:33 2008 UTC (22 months, 3 weeks ago) by hansbak
File length: 1714 byte(s)
Diff to previous 607389 (colored)
reverted a unwanted change from revision 607389 

Revision 607389 - (view) (annotate) - [select for diffs]
Modified Sat Dec 29 06:55:00 2007 UTC (22 months, 4 weeks ago) by hansbak
File length: 1714 byte(s)
Diff to previous 585556 (colored)
more re-use of screen parts

Revision 585556 - (view) (annotate) - [select for diffs]
Modified Wed Oct 17 16:23:42 2007 UTC (2 years, 1 month ago) by doogie
File length: 1714 byte(s)
Diff to previous 584688 (colored)
Fix handling of paths and args with spaces.  Closes
https://issues.apache.org/jira/browse/OFBIZ-1285

Revision 584688 - (view) (annotate) - [select for diffs]
Modified Mon Oct 15 06:24:29 2007 UTC (2 years, 1 month ago) by jleroux
File length: 1710 byte(s)
Diff to previous 525699 (colored)
As suggested by Christian Geisert https://issues.apache.org/jira/browse/OFBIZ-1084#action_12534711 OFBIZ-1084

Revision 525699 - (view) (annotate) - [select for diffs]
Modified Thu Apr 5 05:05:38 2007 UTC (2 years, 7 months ago) by jacopoc
File length: 1710 byte(s)
Diff to previous 499486 (colored)
Correction for the new path to the logs folder. Thanks to David Shere for the patch (OFBIZ-872).

Revision 499486 - (view) (annotate) - [select for diffs]
Modified Wed Jan 24 17:15:54 2007 UTC (2 years, 10 months ago) by jleroux
File length: 1712 byte(s)
Diff to previous 490457 (colored)
A (large) patch from Scott Gray  "Update ASL header" (https://issues.apache.org/jira/browse/OFBIZ-637).
I put also some svn:ignore for shark build and lib diretories and assetmaint/build 

I did some by hand lately, too much to remember. They were files with old header but without copyright. A 1st attempt I suppose, will have to check this after this commit.

I add some problems to commit this patch in one piece because it's so huge (specially with Eclipse I had to turn to Tortoise) !

Revision 490457 - (view) (annotate) - [select for diffs]
Modified Wed Dec 27 07:53:50 2006 UTC (2 years, 10 months ago) by pquerna
File length: 1522 byte(s)
Diff to previous 452792 (colored)
Move ofbiz out of the incubator, and into its TLP position.

Revision 452792 - (view) (annotate) - [select for diffs]
Modified Wed Oct 4 08:29:02 2006 UTC (3 years, 1 month ago) by jacopoc
Original Path: incubator/ofbiz/trunk/startofbiz.sh
File length: 1522 byte(s)
Diff to previous 424208 (colored)
In the attached patch there is a very simple way to fix the old and
known bug that makes impossible to display the English labels when OFBiz
is run in an operating system with a system language (different from
English) that is available in the OFBiz ui lables property files.
The bug is caused by the way the Java localization routines search for
localized files and by the fact that in OFBiz we don't maintain the en_EN
files, because the labels are in the default properties files (without
locale extension).

The proposed solution (as also suggested by Jacques LeRoux) is to use the -Duser.language=en parameter when invoking the
java command (in the OFBiz startup files): in this way the default system locale will be the English one, and everything will work as expected.

Revision 424208 - (view) (annotate) - [select for diffs]
Modified Fri Jul 21 07:02:43 2006 UTC (3 years, 4 months ago) by jacopoc
Original Path: incubator/ofbiz/trunk/startofbiz.sh
File length: 1482 byte(s)
Diff to previous 418498 (colored)
Added ASL2.0 to start scripts.

Revision 418498 - (view) (annotate) - [select for diffs]
Added Sat Jul 1 19:05:20 2006 UTC (3 years, 4 months ago) by jonesde
Original Path: incubator/ofbiz/trunk/startofbiz.sh
File length: 814 byte(s)
Initial OFBiz import from revision 7923 of the old svn.ofbiz.org SVN repository.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2