Re: How to have the same SOLR cores for both 8983 and 8984 ports

2019-01-18 Thread Muniraj M
Hi Jan,

Yes we would like to have the SOLR to be running only on 8984 port however
our concern is we are not able to see any cores created when the SOLR was
running on 8983.

Before enabling SSL, we were running our SOLR on port 8983 with 3 different
cores. After enabling SSL, SOLR is now running on 8984 however it has no
cores. We would like to have the same 3 cores to be available on 8984 port
as well.


On Mon, Jan 7, 2019 at 1:40 PM Jan Høydahl  wrote:

> Solr runs on only one port at a time, so there must be some
> misunderstanding here.
> If you have Solr running on both ports at the same time then you have
> simply
> started a new instance, not reconfigured the previous.
>
> For us to help you more, you will have to provide more details on how you
> have installed
> and started Solr, where your SOLR_HOME is located etc
>
> --
> Jan Høydahl, search solution architect
> Cominvent AS - www.cominvent.com
>
> > 7. jan. 2019 kl. 05:54 skrev Muniraj M :
> >
> > Hi,
> >
> > I am using Apache SOLR 6.6.5 as my search engine running on port 8983. I
> > just wanted to enable SSL for solr and followed this guide
> > <https://lucene.apache.org/solr/guide/6_6/running-solr.html> to make it
> > work under 8984 port with SSL.
> >
> > Here my problem is that I am not able to see any cores on 8984 which is
> > already created under the port 8983(port without SSL).
> >
> > http://mywebsite.com:8983/solr/#/ ==> This have 3 cores
> >
> > https://mywebsite.com:8984/solr/#/ ==> This don't have any cores
> >
> > It will be really appreciated if anyone could provide the solution for
> > having the same cores for both 8983 and 8984 ports.
> >
> > Thanks
> >
> > --
> > Regards,
> > *Muniraj M*
>
>

-- 
Regards,
*Muniraj M*
*Project Lead*

*EWALL Solutions Pvt. Ltd.,*


*MOVE FORWARD!*


Address: No.9,Chitra Avenue, 602, Manju Block, 6th Floor, Choolaimedu High
Road,
Near Nungambakkam Railway Station, Chennai - 600 094.
Office: 044 - 42657308 | www.ewallsolutions.com
<http://www.ewallsolutions.com/>

The information contained in this communication is intended solely for the
use of the individual or entity to whom it is addressed. It may contain
confidential or legally privileged information. If you are not the intended
recipient you are hereby notified that any disclosure, copying,
distribution or taking any action in reliance on the contents of this
information is strictly prohibited and may be unlawful. If you have
received this communication in error, please notify us immediately by
responding to this email and then delete it from your system.


How to have the same SOLR cores for both 8983 and 8984 ports

2019-01-06 Thread Muniraj M
Hi,

I am using Apache SOLR 6.6.5 as my search engine running on port 8983. I
just wanted to enable SSL for solr and followed this guide
<https://lucene.apache.org/solr/guide/6_6/running-solr.html> to make it
work under 8984 port with SSL.

Here my problem is that I am not able to see any cores on 8984 which is
already created under the port 8983(port without SSL).

http://mywebsite.com:8983/solr/#/ ==> This have 3 cores

https://mywebsite.com:8984/solr/#/ ==> This don't have any cores

It will be really appreciated if anyone could provide the solution for
having the same cores for both 8983 and 8984 ports.

Thanks

-- 
Regards,
*Muniraj M*


Web Server HTTP Header Internal IP Disclosure SOLR port

2019-01-06 Thread Muniraj M
Hi,

I am using Apache SOLR 6.6.5 as my search engine and when we do security
scan on our server, we got the below response

*When processing the following request : GET / HTTP/1.0 this web server
leaks the following private IP address : X.X.X.X as found in the following
collection of HTTP headers : HTTP/1.1 302 Found
Location: http://X.X.X.X:8983/solr/
<http://x.x.x.x:8983/solr/> Content-Length: 0*

I have checked for more time however haven't find any solutions to fix this
problem. Any idea of how to solve this would be really appreciated.

-- 
Regards,
*Muniraj M*