Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

StruxureWare Portal: how customize network ports during installation?

EcoStruxure IT forum

Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure IT
  • EcoStruxure IT forum
  • StruxureWare Portal: how customize network ports during installation?
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Cory_McDonald
Admiral Cory_McDonald Admiral
124
Jef
Admiral Jef Admiral
110
gsterling
Captain gsterling Captain
71
APC_Steve
Captain APC_Steve Captain
64
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure IT forum
Solved
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:57 PM . Last Modified: ‎2024-04-08 01:27 AM

0 Likes
5
1025
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

StruxureWare Portal: how customize network ports during installation?

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)

Labels
  • Labels:
  • Portal
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:58 PM . Last Modified: ‎2024-04-08 01:27 AM

0 Likes
0
1027
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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:

  1. For PostgreSQL service of SxW Portal change its default network port from 5432 to 5433, in the following configuration files:
    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
  2. 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)

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 5
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:58 PM . Last Modified: ‎2024-04-08 01:27 AM

0 Likes
2
1028
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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://:8080

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)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:58 PM . Last Modified: ‎2024-04-08 01:27 AM

In response to DCIM_Support
0 Likes
0
1028
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:58 PM . Last Modified: ‎2024-04-08 01:27 AM

In response to DCIM_Support
0 Likes
0
1028
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:58 PM . Last Modified: ‎2024-04-08 01:27 AM

0 Likes
0
1028
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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:

  1. For PostgreSQL service of SxW Portal change its default network port from 5432 to 5433, in the following configuration files:
    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
  2. 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)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:58 PM . Last Modified: ‎2023-10-22 04:01 AM

0 Likes
0
1027
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

superhero.png

This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.

Reply

Link copied. Please paste this link to share this article on your social media post.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

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.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of