Just add what you need https://github.com/apache/tomee/blob/develop/tomee/tomee-common/src/main/java/org/apache/tomee/installer/Installer.java
That said we shouldnt fix it in tomee at all IMO but in tomcat - thought i saw sthg on it on bugzilla Wdyt? Le 12 mars 2015 10:43, "Mark Struberg" <strub...@yahoo.de> a écrit : > If you explain to me how it works then perfectly fine. Just didn’t know > better :) > > LieGrue, > strub > > > > > Am 11.03.2015 um 21:56 schrieb Romain Manni-Bucau <rmannibu...@gmail.com > >: > > > > Why not relying on our installer? Dont like to fork the whole script > > ---------- Message transféré ---------- > > De : <strub...@apache.org> > > Date : 11 mars 2015 21:01 > > Objet : [2/2] tomee git commit: TOMEE-1525 improve our windows bat files > > À : <comm...@tomee.apache.org> > > Cc : > > > > TOMEE-1525 improve our windows bat files > > > > There are multiple problems > > * java -cp %cp% could exceed 8k -> boom > > Solved by leveraging the CLASSPATH jvm env param > > * env variables with spaces or quotes; handling fixed > > > > > > Project: http://git-wip-us.apache.org/repos/asf/tomee/repo > > Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/fb8eff2f > > Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/fb8eff2f > > Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/fb8eff2f > > > > Branch: refs/heads/master > > Commit: fb8eff2f6bdbc2fa013beeeb7de0f3539a7ed2a7 > > Parents: 2539de1 > > Author: Mark Struberg <strub...@apache.org> > > Authored: Wed Mar 11 20:58:38 2015 +0100 > > Committer: Mark Struberg <strub...@apache.org> > > Committed: Wed Mar 11 20:58:38 2015 +0100 > > > > ---------------------------------------------------------------------- > > .../src/main/assembly/tomee-plume.xml | 6 + > > .../src/main/assembly/tomee-plus.xml | 6 + > > .../src/main/assembly/tomee-webprofile.xml | 6 + > > .../src/main/resources/catalina.bat | 342 +++++++++++++++++++ > > .../apache-tomee/src/main/resources/service.bat | 10 +- > > .../src/main/resources/setclasspath.bat | 99 ++++++ > > tomee/apache-tomee/src/main/resources/tomee.bat | 15 +- > > 7 files changed, 471 insertions(+), 13 deletions(-) > > ---------------------------------------------------------------------- > > > >