You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shawn Heisey (JIRA)" <ji...@apache.org> on 2018/05/15 19:35:00 UTC

[jira] [Updated] (SOLR-6733) Umbrella issue - Solr as a standalone application

     [ https://issues.apache.org/jira/browse/SOLR-6733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Heisey updated SOLR-6733:
-------------------------------
    Description: 
Umbrella issue.

Solr should be a standalone application, where the main method is provided by Solr source code.

Here are the major tasks I envision, if we choose to embed Jetty:

 * Create org.apache.solr.start.Main (and possibly other classes in the same package), to be placed in solr-start.jar.  The Main class will contain the main method that starts the embedded Jetty and Solr.  I do not know how to adjust the build system to do this successfully.
 * Handle central configurations in code -- TCP port, SSL, and things like web.xml.
 * For each of these steps, clean up any test fallout.
 * Handle cloud-related configurations in code -- port, hostname, protocol, etc.  Use the same information as the central configurations.
 * Consider whether things like authentication need changes.
 * Handle any remaining container configurations.

I am currently imagining this work happening in a new branch and ultimately being applied only to master, not the stable branch.


  was:Umbrella issue, for gathering issues relating to smaller pieces required to implement the larger feature where Solr can be run as a completely standalone application, without a servlet container.


> Umbrella issue - Solr as a standalone application
> -------------------------------------------------
>
>                 Key: SOLR-6733
>                 URL: https://issues.apache.org/jira/browse/SOLR-6733
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Shawn Heisey
>            Priority: Major
>
> Umbrella issue.
> Solr should be a standalone application, where the main method is provided by Solr source code.
> Here are the major tasks I envision, if we choose to embed Jetty:
>  * Create org.apache.solr.start.Main (and possibly other classes in the same package), to be placed in solr-start.jar.  The Main class will contain the main method that starts the embedded Jetty and Solr.  I do not know how to adjust the build system to do this successfully.
>  * Handle central configurations in code -- TCP port, SSL, and things like web.xml.
>  * For each of these steps, clean up any test fallout.
>  * Handle cloud-related configurations in code -- port, hostname, protocol, etc.  Use the same information as the central configurations.
>  * Consider whether things like authentication need changes.
>  * Handle any remaining container configurations.
> I am currently imagining this work happening in a new branch and ultimately being applied only to master, not the stable branch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org