Re: java.lang.OutOfMemoryError with WODisplayGroup
Re: java.lang.OutOfMemoryError with WODisplayGroup
- Subject: Re: java.lang.OutOfMemoryError with WODisplayGroup
- From: Elizabeth Lynch <email@hidden>
- Date: Thu, 9 Oct 2003 15:47:39 +0100
Denis
Your answer does give me the opportunity to ask something else that
has been bothering me. How do I apply startup parameters when I am
still in developer mode? I know where to add parameters to new
deployed instances started with JavaMonitor, but right now I am just
using Project Builder and clicking on the "Builder and run"
hammer-and-monitor icon. I have tried to understand the many settings
available under Targets", but without much success. Fortunately this
gap in my knowledge does not prevent me from developing and running
with WebObjects.
Open your project in ProjectBuilder. Click on the Targets tab in the
vertical divider. Click on the name of your application under
Executables in the left hand browser, and edit the box called Launch
Arguments. In the panel called YYY, type in your parameters, eg:
-WOStatisticsPassword "mystats" -Xmx256m
You can add multiple sets of launch arguments if you wish, one of which
can be selected before you launch.
Liz
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.