|
Re: [enhydra] New enhydra releases: msg#00005java.enhydra.general
Slobodan Vujasinovic wrote: Hi, Slobodan, You are right, tomcat documentation, manager and host-manager are not Very good. Also, you are right about "configureBase" shell script (it is not upgraded I see. BTW, I was hoping the Tomcat 6 will finally resolve the OutOfMemory problem (PermGen space) that Enhydra is suffering from ever since (it's actually a JDK bug, most probably) but it still happens after several deploy/undeploys.. This scenario can be useful if you are having multiple enhydra instances This sounds great. I'll try to remember such easy and clear explanation but if you added it to the README.txt it would be even better (as I tend to forget everything :-) Regarding "configure" shell script, it should be executed with "-jdk.dir" The README.txt says: ====================== To configure the enhydra distribution: cd to '<enhydra_root>/multiserver/enhydra' directory and type in the following command: configure (Windows) ./configure (Linux) ====================== So no mention of -jdk.dir... Also, few lines below where you explain how to prepare the build.properties file you say: "jdk.dir - the path to your installation of the Java Development Kit (obligational if environment variable JAVA_HOME isn't (properly) defined)" So basically the -jdk.dir is not documented as a requirement for correct configuration. In our next release, we'll also implement $JAVA_HOME environment variable Something as simple as the following patch would work: --- multiserver/enhydra/configure.old 2007-10-26 18:37:38.000000000 +0200 +++ multiserver/enhydra/configure 2007-12-18 10:09:43.000000000 +0100 @@ -99,7 +99,6 @@ then JAVA_HOME=$(expr "x$param" : 'x[^=]*=\(.*\)') export JAVA_HOME - jdk_DOT_dir=$JAVA_HOME continue fi @@ -315,6 +314,7 @@ done +jdk_DOT_dir=$JAVA_HOME export PATH=$JAVA_HOME/bin:$PATH Thank you very much for those problem reports! Thanks for your great work on TAS/TDS. Petr -- You receive this message as a subscriber of the enhydra@xxxxxxxxxxxxx mailing list. To unsubscribe: mailto:enhydra-unsubscribe@xxxxxxxxxxxxx For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: [enhydra] New enhydra releases, Slobodan Vujasinovic |
|---|---|
| Next by Date: | RE: [enhydra] New enhydra releases, Slobodan Vujasinovic |
| Previous by Thread: | RE: [enhydra] New enhydra releases, Slobodan Vujasinovic |
| Next by Thread: | RE: [enhydra] New enhydra releases, Slobodan Vujasinovic |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |