Hello In our organization Solr is deployed as a war in Jboss application server. The solr version used is 3.5. As part of security vulnerabilities in solr jars wanted to update from solr 3.5 to 9.4. The issue facing in updating the jars is that from version 5 Solr does not provide a deployable war. Looking into the source code in solr repository, the implementation is tightly coupled with Jetty server.
Please let me know if there is a way to make solr 9.4 deployable as a war in Jboss. Thanks Sandeep