#1 2016-08-23 11:45:15

TZM
Member
Registered: 2016-08-23

Unable to run 2 different versions of RS (under 1 tomcat instance)

Hi Arno,

Im trying to run two different versions of RS under the same Tomcat instance. I have configured both on different ports but there seems to be an internal setting which binds port 8022 to the first instance that is deployed.

"org.apache.catalina.core.StandardServer await
SEVERE: StandardServer.await: create[localhost:8022]:
java.net.BindException: Address already in use "


Can i set the port for my second instance to 8023 ?  I could not (if and) find where this can be done..


When i searched for port 8022...these were the matches found:

Binary file ./WEB-INF/lib/ooxml-schemas-1.1.jar matches
Binary file ./WEB-INF/lib/org.eclipse.birt.birt-runtime-4.5.0.jar matches
Binary file ./WEB-INF/lib/Saxon-HE-9.5.1-8.jar matches

Any help appreciated.

smile

Thanks,

TZ

Offline

#2 2016-08-23 12:28:16

Thomas Davies
datenwerke
Registered: 2016-05-18

Re: Unable to run 2 different versions of RS (under 1 tomcat instance)

Hi TZ,

Im trying to run two different versions of RS under the same Tomcat instance.

Port 8022 is the internal sftp server. See this link on its configuration:
https://reportserver.net/en/guides/conf … FTP-Server

But even with this out of the way, running two instances of ReportServer within the same tomcat install won't work. Tomcat does not properly isolate individual applications from each other, so shared libraries from one application will get in the way of the other instances libraries. To have two ReportServer installs on the same machine, better use separate tomcat instances for each.

Cheers,
Thomase

Offline

Board footer

Powered by FluxBB