Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-12-03 Thread Eddie Bush
FWIW ... seems like having my Tomcat installation burried under Program 
Files etc was the culprit.  I reinstalled to C:\Tomcat\5.0 and then deleted 
my Tomcat config and created a new one and everything seems to be working 
alright now.

It's really cool.  I can totally debug anything right in Eclipse!
- Original Message - 
From: Eddie Bush [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Monday, November 29, 2004 6:34 AM
Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5


WTP = Web Tools Platform
I've seen the Sysdedo plugin, but I was trying to keep my environment here 
congruent with what's at work.  The WTP seems to be what's running inside 
of WSAD.

I don't see anything inside the Windows - Preferences section.  I do see 
a top-level node for Solar Eclipse  I can't recall if this was something 
I installed because I heard I should or the WTP needed it.  I don't see 
a tabbed pane or node or anything indicative of WTP.

Good stuff, Peter :-)  Thanks.  I'm actually going to try out the memory 
ideas on WSAD at work and see if that helps boost performance.  I've got a 
gig of RAM and it's ... still a beast to fire off :-)

Eddie
- Original Message - 
From: Pilgrim, Peter [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Monday, November 29, 2004 6:20 AM
Subject: RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5



-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]
====

Has anyone successfully setup IBM WTP with Tomcat 5 under
Eclipse 3.01?
Every time I go to fire the server off it fails and says
there was a problem in thread main.  I can launch Tomcat just
fine from the command prompt or as a service :-|
My guess is that it's doing something wrong in trying to
launch Tomcat (duh!), but I can't find a confuration
parameter that's incorrect and I can't find any other handle
by which to control things or even tell which end it thinks is up.
Anyone experienced / solved this?
====

0) Look under Eclipse menu Windows-Preferences , see if you
can fine the tabbed pane for the plug-in that launching
the application / web server.
1) What does WTP stand for?
2) Have you looked at the Sysdeo Eclipse Plug-in?
This can launch Tomcat 3,4,5 fine.
3) Eclipse and Big Project are notorious for out of memory errors.
Under windows XP you need configure the Shortcut for
``C:\opt\eclipse\Eclipse.exe'' and add something like
`` --vmargs -Xss32m -Xmx256m '. Keep the stack size low
for lots of threads, and increase the heap space as proportional
to 1/3 to 1/2 of RAM on your PC (for big projects 2000 classes or more)
The same advice might apply to another Java programs you
launch under the control of Eclipse, ie Debugging or Running apps,
JUnit tests, or launching web / app servers if they do not add
configuration for their own memory requirements.
--
Peter Pilgrim
Operations/IT - Credit Suisse First Boston,
10 South Colonnade, London E14 4QJ, United Kingdom
Tel: +44-(0)207-883-4497
==
This message is for the sole use of the intended recipient. If you 
received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until 
they
are confirmed by us. Message transmission is not guaranteed to be secure.
==

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0448-1, 11/26/2004
Tested on: 11/29/2004 6:34:13 AM
avast! - copyright (c) 2000-2004 ALWIL Software.
http://www.avast.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0449-1, 12/02/2004
Tested on: 12/3/2004 9:05:29 PM
avast! - copyright (c) 2000-2004 ALWIL Software.
http://www.avast.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-12-03 Thread David G. Friedman
Eddie,

Since you put it that way, the culprit was probably
spaces in the path such as in the directory
C:\Program Files.  I had that happen to me in Windows
XP with Tomcat 5.X.XX until I used the short dir /x
names.  For Program files it was c:\progra~1

Regards,
David

-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]
Sent: Friday, December 03, 2004 10:05 PM
To: Struts Users Mailing List
Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5


FWIW ... seems like having my Tomcat installation burried under Program
Files etc was the culprit.  I reinstalled to C:\Tomcat\5.0 and then deleted
my Tomcat config and created a new one and everything seems to be working
alright now.

It's really cool.  I can totally debug anything right in Eclipse!

- Original Message -
From: Eddie Bush [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Monday, November 29, 2004 6:34 AM
Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5


 WTP = Web Tools Platform

 I've seen the Sysdedo plugin, but I was trying to keep my environment here
 congruent with what's at work.  The WTP seems to be what's running inside
 of WSAD.

 I don't see anything inside the Windows - Preferences section.  I do see
 a top-level node for Solar Eclipse  I can't recall if this was something
 I installed because I heard I should or the WTP needed it.  I don't see
 a tabbed pane or node or anything indicative of WTP.

 Good stuff, Peter :-)  Thanks.  I'm actually going to try out the memory
 ideas on WSAD at work and see if that helps boost performance.  I've got a
 gig of RAM and it's ... still a beast to fire off :-)

 Eddie

 - Original Message -
 From: Pilgrim, Peter [EMAIL PROTECTED]
 To: 'Struts Users Mailing List' [EMAIL PROTECTED]
 Sent: Monday, November 29, 2004 6:20 AM
 Subject: RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5



 -Original Message-
 From: Eddie Bush [mailto:[EMAIL PROTECTED]
 ====


 Has anyone successfully setup IBM WTP with Tomcat 5 under
 Eclipse 3.01?
 Every time I go to fire the server off it fails and says
 there was a problem in thread main.  I can launch Tomcat just
 fine from the command prompt or as a service :-|
 My guess is that it's doing something wrong in trying to
 launch Tomcat (duh!), but I can't find a confuration
 parameter that's incorrect and I can't find any other handle
 by which to control things or even tell which end it thinks is up.
 Anyone experienced / solved this?

 ====


 0) Look under Eclipse menu Windows-Preferences , see if you
 can fine the tabbed pane for the plug-in that launching
 the application / web server.

 1) What does WTP stand for?

 2) Have you looked at the Sysdeo Eclipse Plug-in?
 This can launch Tomcat 3,4,5 fine.

 3) Eclipse and Big Project are notorious for out of memory errors.
 Under windows XP you need configure the Shortcut for
 ``C:\opt\eclipse\Eclipse.exe'' and add something like
 `` --vmargs -Xss32m -Xmx256m '. Keep the stack size low
 for lots of threads, and increase the heap space as proportional
 to 1/3 to 1/2 of RAM on your PC (for big projects 2000 classes or more)

 The same advice might apply to another Java programs you
 launch under the control of Eclipse, ie Debugging or Running apps,
 JUnit tests, or launching web / app servers if they do not add
 configuration for their own memory requirements.

 --
 Peter Pilgrim
 Operations/IT - Credit Suisse First Boston,
 10 South Colonnade, London E14 4QJ, United Kingdom
 Tel: +44-(0)207-883-4497




==
 This message is for the sole use of the intended recipient. If you
 received
 this message in error please delete it and notify us. If this message was
 misdirected, CSFB does not waive any confidentiality or privilege. CSFB
 retains and monitors electronic communications sent through its network.
 Instructions transmitted over this system are not binding on CSFB until
 they
 are confirmed by us. Message transmission is not guaranteed to be secure.


==


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 ---
 avast! Antivirus: Outbound message clean.
 Virus Database (VPS): 0448-1, 11/26/2004
 Tested on: 11/29/2004 6:34:13 AM
 avast! - copyright (c) 2000-2004 ALWIL Software.
 http://www.avast.com




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0449-1, 12/02/2004
Tested on: 12/3/2004 9:05:29 PM
avast! - copyright (c) 2000-2004 ALWIL Software.
http://www.avast.com




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional

Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-12-03 Thread Eddie Bush
Yes.  That's my thought as well.  Eclipse likes to control things though.  I 
first tried putting quotes around the path and when that didn't work I 
reinstalled to a new, shorter, spaceless location.  I didn't try using short 
names, but I have to wonder if Eclipse would like that.  It seemed pretty 
picky!

Still, it's food for thought if there's anyone else out there setting up the 
WTP :-)

Later / Thanks!
Eddie
- Original Message - 
From: David G. Friedman [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Friday, December 03, 2004 9:16 PM
Subject: RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5


Eddie,
Since you put it that way, the culprit was probably
spaces in the path such as in the directory
C:\Program Files.  I had that happen to me in Windows
XP with Tomcat 5.X.XX until I used the short dir /x
names.  For Program files it was c:\progra~1
Regards,
David
-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]
Sent: Friday, December 03, 2004 10:05 PM
To: Struts Users Mailing List
Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5
FWIW ... seems like having my Tomcat installation burried under Program
Files etc was the culprit.  I reinstalled to C:\Tomcat\5.0 and then 
deleted
my Tomcat config and created a new one and everything seems to be working
alright now.

It's really cool.  I can totally debug anything right in Eclipse!
- Original Message -
From: Eddie Bush [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Monday, November 29, 2004 6:34 AM
Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

WTP = Web Tools Platform
I've seen the Sysdedo plugin, but I was trying to keep my environment 
here
congruent with what's at work.  The WTP seems to be what's running inside
of WSAD.

I don't see anything inside the Windows - Preferences section.  I do see
a top-level node for Solar Eclipse  I can't recall if this was 
something
I installed because I heard I should or the WTP needed it.  I don't see
a tabbed pane or node or anything indicative of WTP.

Good stuff, Peter :-)  Thanks.  I'm actually going to try out the memory
ideas on WSAD at work and see if that helps boost performance.  I've got 
a
gig of RAM and it's ... still a beast to fire off :-)

Eddie
- Original Message -
From: Pilgrim, Peter [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Monday, November 29, 2004 6:20 AM
Subject: RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5


-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]
====

Has anyone successfully setup IBM WTP with Tomcat 5 under
Eclipse 3.01?
Every time I go to fire the server off it fails and says
there was a problem in thread main.  I can launch Tomcat just
fine from the command prompt or as a service :-|
My guess is that it's doing something wrong in trying to
launch Tomcat (duh!), but I can't find a confuration
parameter that's incorrect and I can't find any other handle
by which to control things or even tell which end it thinks is up.
Anyone experienced / solved this?
====

0) Look under Eclipse menu Windows-Preferences , see if you
can fine the tabbed pane for the plug-in that launching
the application / web server.
1) What does WTP stand for?
2) Have you looked at the Sysdeo Eclipse Plug-in?
This can launch Tomcat 3,4,5 fine.
3) Eclipse and Big Project are notorious for out of memory errors.
Under windows XP you need configure the Shortcut for
``C:\opt\eclipse\Eclipse.exe'' and add something like
`` --vmargs -Xss32m -Xmx256m '. Keep the stack size low
for lots of threads, and increase the heap space as proportional
to 1/3 to 1/2 of RAM on your PC (for big projects 2000 classes or more)
The same advice might apply to another Java programs you
launch under the control of Eclipse, ie Debugging or Running apps,
JUnit tests, or launching web / app servers if they do not add
configuration for their own memory requirements.
--
Peter Pilgrim
Operations/IT - Credit Suisse First Boston,
10 South Colonnade, London E14 4QJ, United Kingdom
Tel: +44-(0)207-883-4497


==
This message is for the sole use of the intended recipient. If you
received
this message in error please delete it and notify us. If this message 
was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until
they
are confirmed by us. Message transmission is not guaranteed to be 
secure.


==

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0448-1, 11/26/2004
Tested on: 11/29/2004 6:34:13 AM
avast! - copyright (c

RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-12-03 Thread David G. Friedman
Eddit,

The problem I had was with both the JAVA_HOME and CATALINA_HOME
environmental variables.  Once both of those environmental variables were
changed, Eclipse and Ant worked as expected.

Regards,
David

-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]
Sent: Friday, December 03, 2004 10:24 PM
To: Struts Users Mailing List
Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5


Yes.  That's my thought as well.  Eclipse likes to control things though.  I
first tried putting quotes around the path and when that didn't work I
reinstalled to a new, shorter, spaceless location.  I didn't try using short
names, but I have to wonder if Eclipse would like that.  It seemed pretty
picky!

Still, it's food for thought if there's anyone else out there setting up the
WTP :-)

Later / Thanks!

Eddie

- Original Message -
From: David G. Friedman [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Friday, December 03, 2004 9:16 PM
Subject: RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5


 Eddie,

 Since you put it that way, the culprit was probably
 spaces in the path such as in the directory
 C:\Program Files.  I had that happen to me in Windows
 XP with Tomcat 5.X.XX until I used the short dir /x
 names.  For Program files it was c:\progra~1

 Regards,
 David

 -Original Message-
 From: Eddie Bush [mailto:[EMAIL PROTECTED]
 Sent: Friday, December 03, 2004 10:05 PM
 To: Struts Users Mailing List
 Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5


 FWIW ... seems like having my Tomcat installation burried under Program
 Files etc was the culprit.  I reinstalled to C:\Tomcat\5.0 and then
 deleted
 my Tomcat config and created a new one and everything seems to be working
 alright now.

 It's really cool.  I can totally debug anything right in Eclipse!

 - Original Message -
 From: Eddie Bush [EMAIL PROTECTED]
 To: Struts Users Mailing List [EMAIL PROTECTED]
 Sent: Monday, November 29, 2004 6:34 AM
 Subject: Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5


 WTP = Web Tools Platform

 I've seen the Sysdedo plugin, but I was trying to keep my environment
 here
 congruent with what's at work.  The WTP seems to be what's running inside
 of WSAD.

 I don't see anything inside the Windows - Preferences section.  I do see
 a top-level node for Solar Eclipse  I can't recall if this was
 something
 I installed because I heard I should or the WTP needed it.  I don't see
 a tabbed pane or node or anything indicative of WTP.

 Good stuff, Peter :-)  Thanks.  I'm actually going to try out the memory
 ideas on WSAD at work and see if that helps boost performance.  I've got
 a
 gig of RAM and it's ... still a beast to fire off :-)

 Eddie

 - Original Message -
 From: Pilgrim, Peter [EMAIL PROTECTED]
 To: 'Struts Users Mailing List' [EMAIL PROTECTED]
 Sent: Monday, November 29, 2004 6:20 AM
 Subject: RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5



 -Original Message-
 From: Eddie Bush [mailto:[EMAIL PROTECTED]
 ====


 Has anyone successfully setup IBM WTP with Tomcat 5 under
 Eclipse 3.01?
 Every time I go to fire the server off it fails and says
 there was a problem in thread main.  I can launch Tomcat just
 fine from the command prompt or as a service :-|
 My guess is that it's doing something wrong in trying to
 launch Tomcat (duh!), but I can't find a confuration
 parameter that's incorrect and I can't find any other handle
 by which to control things or even tell which end it thinks is up.
 Anyone experienced / solved this?

 ====


 0) Look under Eclipse menu Windows-Preferences , see if you
 can fine the tabbed pane for the plug-in that launching
 the application / web server.

 1) What does WTP stand for?

 2) Have you looked at the Sysdeo Eclipse Plug-in?
 This can launch Tomcat 3,4,5 fine.

 3) Eclipse and Big Project are notorious for out of memory errors.
 Under windows XP you need configure the Shortcut for
 ``C:\opt\eclipse\Eclipse.exe'' and add something like
 `` --vmargs -Xss32m -Xmx256m '. Keep the stack size low
 for lots of threads, and increase the heap space as proportional
 to 1/3 to 1/2 of RAM on your PC (for big projects 2000 classes or more)

 The same advice might apply to another Java programs you
 launch under the control of Eclipse, ie Debugging or Running apps,
 JUnit tests, or launching web / app servers if they do not add
 configuration for their own memory requirements.

 --
 Peter Pilgrim
 Operations/IT - Credit Suisse First Boston,
 10 South Colonnade, London E14 4QJ, United Kingdom
 Tel: +44-(0)207-883-4497





 ==
 This message is for the sole use of the intended recipient. If you
 received
 this message in error please delete it and notify us. If this message
 was
 misdirected, CSFB does not waive any confidentiality or privilege. CSFB
 retains and monitors electronic communications sent through its network.
 Instructions transmitted over

[OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-11-29 Thread Eddie Bush
Has anyone successfully setup IBM WTP with Tomcat 5 under Eclipse 3.01?

Every time I go to fire the server off it fails and says there was a problem in 
thread main.  I can launch Tomcat just fine from the command prompt or as a 
service :-|

My guess is that it's doing something wrong in trying to launch Tomcat (duh!), 
but I can't find a confuration parameter that's incorrect and I can't find any 
other handle by which to control things or even tell which end it thinks is up.

Anyone experienced / solved this?

Thanks!

Eddie


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0448-1, 11/26/2004
Tested on: 11/29/2004 5:06:32 AM
avast! - copyright (c) 2000-2004 ALWIL Software.
http://www.avast.com




RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-11-29 Thread Pilgrim, Peter

 -Original Message-
 From: Eddie Bush [mailto:[EMAIL PROTECTED]
====
 
 
 Has anyone successfully setup IBM WTP with Tomcat 5 under 
 Eclipse 3.01?
 Every time I go to fire the server off it fails and says 
 there was a problem in thread main.  I can launch Tomcat just 
 fine from the command prompt or as a service :-|
 My guess is that it's doing something wrong in trying to 
 launch Tomcat (duh!), but I can't find a confuration 
 parameter that's incorrect and I can't find any other handle 
 by which to control things or even tell which end it thinks is up.
 Anyone experienced / solved this?

====
 

0) Look under Eclipse menu Windows-Preferences , see if you
can fine the tabbed pane for the plug-in that launching
the application / web server.

1) What does WTP stand for?

2) Have you looked at the Sysdeo Eclipse Plug-in?
This can launch Tomcat 3,4,5 fine.

3) Eclipse and Big Project are notorious for out of memory errors.
Under windows XP you need configure the Shortcut for 
``C:\opt\eclipse\Eclipse.exe'' and add something like 
`` --vmargs -Xss32m -Xmx256m '. Keep the stack size low
for lots of threads, and increase the heap space as proportional
to 1/3 to 1/2 of RAM on your PC (for big projects 2000 classes or more)

The same advice might apply to another Java programs you 
launch under the control of Eclipse, ie Debugging or Running apps, 
JUnit tests, or launching web / app servers if they do not add 
configuration for their own memory requirements.

--
Peter Pilgrim
Operations/IT - Credit Suisse First Boston, 
10 South Colonnade, London E14 4QJ, United Kingdom
Tel: +44-(0)207-883-4497


==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [OT] Eclips 3.01 + IBM WTP + Tomcat 5

2004-11-29 Thread Eddie Bush
WTP = Web Tools Platform
I've seen the Sysdedo plugin, but I was trying to keep my environment here 
congruent with what's at work.  The WTP seems to be what's running inside of 
WSAD.

I don't see anything inside the Windows - Preferences section.  I do see a 
top-level node for Solar Eclipse  I can't recall if this was something I 
installed because I heard I should or the WTP needed it.  I don't see a 
tabbed pane or node or anything indicative of WTP.

Good stuff, Peter :-)  Thanks.  I'm actually going to try out the memory 
ideas on WSAD at work and see if that helps boost performance.  I've got a 
gig of RAM and it's ... still a beast to fire off :-)

Eddie
- Original Message - 
From: Pilgrim, Peter [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Monday, November 29, 2004 6:20 AM
Subject: RE: [OT] Eclips 3.01 + IBM WTP + Tomcat 5



-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]
====

Has anyone successfully setup IBM WTP with Tomcat 5 under
Eclipse 3.01?
Every time I go to fire the server off it fails and says
there was a problem in thread main.  I can launch Tomcat just
fine from the command prompt or as a service :-|
My guess is that it's doing something wrong in trying to
launch Tomcat (duh!), but I can't find a confuration
parameter that's incorrect and I can't find any other handle
by which to control things or even tell which end it thinks is up.
Anyone experienced / solved this?
====

0) Look under Eclipse menu Windows-Preferences , see if you
can fine the tabbed pane for the plug-in that launching
the application / web server.
1) What does WTP stand for?
2) Have you looked at the Sysdeo Eclipse Plug-in?
This can launch Tomcat 3,4,5 fine.
3) Eclipse and Big Project are notorious for out of memory errors.
Under windows XP you need configure the Shortcut for
``C:\opt\eclipse\Eclipse.exe'' and add something like
`` --vmargs -Xss32m -Xmx256m '. Keep the stack size low
for lots of threads, and increase the heap space as proportional
to 1/3 to 1/2 of RAM on your PC (for big projects 2000 classes or more)
The same advice might apply to another Java programs you
launch under the control of Eclipse, ie Debugging or Running apps,
JUnit tests, or launching web / app servers if they do not add
configuration for their own memory requirements.
--
Peter Pilgrim
Operations/IT - Credit Suisse First Boston,
10 South Colonnade, London E14 4QJ, United Kingdom
Tel: +44-(0)207-883-4497
==
This message is for the sole use of the intended recipient. If you 
received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until 
they
are confirmed by us. Message transmission is not guaranteed to be secure.
==

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0448-1, 11/26/2004
Tested on: 11/29/2004 6:34:13 AM
avast! - copyright (c) 2000-2004 ALWIL Software.
http://www.avast.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]