DO NOT REPLY [Bug 24950] - cocoon.sh script does not invoke Sun JVM >= 1.3 with preferred options

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24950

cocoon.sh script does not invoke Sun JVM >= 1.3 with preferred options

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2003-11-27 03:00 ---
Please use $JAVA_OPTIONS variable, it is exaclty there for this purpose. There
is no need to change cocoon.sh.


DO NOT REPLY [Bug 24950] - cocoon.sh script does not invoke Sun JVM >= 1.3 with preferred options

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24950

cocoon.sh script does not invoke Sun JVM >= 1.3 with preferred options





--- Additional Comments From [EMAIL PROTECTED]  2003-11-26 18:11 ---
While I appreciate your intentions, I'm -1 on adding the -server option because:

1. as Joerg said, the cocoon.sh is intended for quick testing during
development, using the -server option slows things down in this case.

2. whether the -server option provides any real speed advantages depends on a
lot of factors, it often happens that code actually runs slower on the server
VM. Have you done any real testing that shows the benefit? (not that the answer
matters, see point 1)

If you want to use the -server option, you can set an environment variable
called JAVA_OPTIONS containing this option.


DO NOT REPLY [Bug 24950] - cocoon.sh script does not invoke Sun JVM >= 1.3 with preferred options

2003-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24950

cocoon.sh script does not invoke Sun JVM >= 1.3 with preferred options





--- Additional Comments From [EMAIL PROTECTED]  2003-11-26 17:00 ---
Think back to the last time you had an underpowered system. 

I was just suggesting we make Cocoon less painful by default.

Admittedly, this is a bit of a hack, but it's not that difficult
to understand and trust.


DO NOT REPLY [Bug 24950] - cocoon.sh script does not invoke Sun JVM >= 1.3 with preferred options

2003-11-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24950

cocoon.sh script does not invoke Sun JVM >= 1.3 with preferred options





--- Additional Comments From [EMAIL PROTECTED]  2003-11-24 20:57 ---
As Jetty is only provided for ease of use of Cocoon and not a live install (it's
also only a cut down version of Jetty) I don't know if it's worth the hack.

What do other people think?

Joerg