Hello Bruno,
Am 01.03.2013 12:43, schrieb Bruno Mannina:
Dear Users,
Actually we use Solr3.6/Tomcat6 on a specific port like 1234.
We connected our software to the solr on this specific port,
but several users have a lot of problem to open this specific port on
their network company.
I would like to know, If I can define two ports at the same time (the
specific and the standard http 80) during two months?
Yes, tomcat can listen on any ports you wish.
Look for the server.xml file and then just duplicate the existing connector.
It should look something like this:
<Connector port="8080"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="20000"
disableUploadTimeout="true" />
André
--
Aarboard AG Phone: +41 32 332 97 14
Egliweg 10 Fax: +41 32 332 97 15
2560 Nidau
Switzerland www.aarboard.ch