EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-03 01:57 PM . Last Modified: 2024-04-08 01:27 AM
Hi all!
Tell, please, perhaps during installation of StruxureWare Portal under Windows to customize network ports, for example for Postgresql service?
Very thanks for the support.
(CID:114232218)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-03 01:58 PM . Last Modified: 2024-04-08 01:27 AM
Hi Jef Faridi,
Thanks for attempt to help me with this question, but I found other solution of this task.
Yes, of course, during installation of SxW Portal it is impossible to customization of network ports - it is clear.
And nevertheless, I needed to run on the same Windows-server two instances of PostgreSQL (including for SxW Portal) and two instances of Tomcat (again, including for SxW Portal).
SOLUTION:
C:\Program Files\PostgreSQL\9.1\data\postgresql.conf
port = 5433
C:\Program Files\StruxureWare Portal\portal-setup-wizard.properties
jdbc.default.url=jdbc:postgresql://localhost:5433/portal
C:\Program Files\StruxureWare Portal\tomcat-7.0.27\webapps\ROOT\WEB-INF\classes\portal-ext.properties
jdbc.default.url=jdbc:postgresql://localhost:5433/portal
C:\Program Files\StruxureWare Portal\tomcat-7.0.27\webapps\se-ext\WEB-INF\ext-web\docroot\WEB-INF\classes\portal-ext.properties
jdbc.default.url=jdbc:postgresql://localhost:5433/portal
For Tomcat service of SxW Portal change its default network ports 8005 and 8009 to 8006 and 8010, in the following configuration file:
C:\Program Files\StruxureWare Portal\tomcat-7.0.27\conf\server.xml
After made of these changes, it is necessary to restart above the specified two SxW Potral services in the standard for Windows way.
With best regards.
(CID:116919533)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-03 01:58 PM . Last Modified: 2024-04-08 01:27 AM
Hi Spezialist,
Installing the Portal software dose not require additional network configurations, the Portal server (after the installation) will use the Windows server IP.
To launch the browser on the same system you can use "http://localhost:8080", and to launch the browser on another workstation use the Windows server IP, that hosts the installed Portal, eg. http://
StruxureWare Portal is using port 8080 (default) and postgresql using port 5432
The pre-configured port for postgresql should not/may not be modified, but to change the default port (8080), open the file:
C:\ Program Files \ StruxureWare Portal \ tomcat-* \ conf \ server.xml
and search for "8080". And change it to another planned port and then restart the portal. That's it.
Hope this helps,
Kind regards
(CID:114232454)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-03 01:58 PM . Last Modified: 2024-04-08 01:27 AM
Hello Jef Faridi
(struxureware portal)
I was looking into the server.xml file there are multiple places where 8080 has been entered as a port where exactly we have to change the port inside the file
I need to change 8080 port to 443 as per customers requirement and it should be https ?
Please advice how can i do it ?
(CID:126885379)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-03 01:58 PM . Last Modified: 2024-04-08 01:27 AM
Hi Waseem,
By default, https is on port 8443.
If you need to disable http, then edit the "server.xml" file and un-comment (use "") the connection via HTTP / port 8080.
And for the https configuration, see the following guide:
http://liferaysatish.blogspot.se/2012/06/ssl-with-liferay-tomcathttp-to-https-on.html
Kind regards
(CID:126886362)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-03 01:58 PM . Last Modified: 2024-04-08 01:27 AM
Hi Jef Faridi,
Thanks for attempt to help me with this question, but I found other solution of this task.
Yes, of course, during installation of SxW Portal it is impossible to customization of network ports - it is clear.
And nevertheless, I needed to run on the same Windows-server two instances of PostgreSQL (including for SxW Portal) and two instances of Tomcat (again, including for SxW Portal).
SOLUTION:
C:\Program Files\PostgreSQL\9.1\data\postgresql.conf
port = 5433
C:\Program Files\StruxureWare Portal\portal-setup-wizard.properties
jdbc.default.url=jdbc:postgresql://localhost:5433/portal
C:\Program Files\StruxureWare Portal\tomcat-7.0.27\webapps\ROOT\WEB-INF\classes\portal-ext.properties
jdbc.default.url=jdbc:postgresql://localhost:5433/portal
C:\Program Files\StruxureWare Portal\tomcat-7.0.27\webapps\se-ext\WEB-INF\ext-web\docroot\WEB-INF\classes\portal-ext.properties
jdbc.default.url=jdbc:postgresql://localhost:5433/portal
For Tomcat service of SxW Portal change its default network ports 8005 and 8009 to 8006 and 8010, in the following configuration file:
C:\Program Files\StruxureWare Portal\tomcat-7.0.27\conf\server.xml
After made of these changes, it is necessary to restart above the specified two SxW Potral services in the standard for Windows way.
With best regards.
(CID:116919533)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-03 01:58 PM . Last Modified: 2023-10-22 04:01 AM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.