Thanks Jan, I fully agree. You already started with the work, now getting rid of start.jar should be easy.
I have some other ideas to slim down the distribution: I would put all static HTML and JavaScript into a JAR file and hook it up as Jetty ClassPathResource. Of course that's more complicated during development. but we can allow editing files in filesystem in the dev environment, but when the bootstrapper in production startup sees the static asset jar file in classpath, it could use it instead. Should I add this to the wiki page? Uwe Am March 24, 2020 3:01:43 PM UTC schrieb "Jan Høydahl" <[email protected]>: >It has been proposed many times to make Solr a truly standalone app and >that we should start Jetty from within Solr and not the other way >around :) >Here is my formal SIP proposal for this: > >https://cwiki.apache.org/confluence/display/SOLR/SIP-4+Solr+should+own+the+bootstrap+process > >Please read the SIP description and then come back here for discussion. >As the discussion progresses, we can update the SIP page, and when >there seems to be consensus around the approach, we can call a vote and >move the SIP to the next table "Adopted/Accepted but unreleased SIPs». > >Jan >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] -- Uwe Schindler Achterdiek 19, 28357 Bremen https://www.thetaphi.de
