Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change_Port_Number #21075

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ By default mode, it would ask you to enter the master password

> ciphertool -Dchange (in UNIX)

4. Change the Port by modifying the conf/axis2.xml file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean the carbon.xml?

Even so, manually changed the configuration will be overridden with the configurations in the deployment.toml.

Correct way to change the port numbers are mentioned in the product documentation https://is.docs.wso2.com/en/latest/references/default-ports/#change-the-offset-for-default-ports


Locate the `<offset>` tag in the conf/axis2.xml file.
Change the value from 0 to 2 (or the desired offset).
> For example: `<offset>2</offset>`
> With this change, if the default port is 9443, it will now run on port 9443 + 2 = 9445.

For more details see
https://is.docs.wso2.com/en/7.0.0/deploy/security/encrypt-passwords-with-cipher-tool/

Expand Down
8 changes: 8 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ By default mode, it would ask you to enter the master password

> ciphertool -Dchange (in UNIX)

4. Change the Port by modifying the conf/axis2.xml file

Locate the <offset> tag in the conf/axis2.xml file.
Change the value from 0 to 2 (or the desired offset).
For example: <offset>2</offset>
With this change, if the default port is 9443, it will now run on port 9443 + 2 = 9445.


For more details see
https://is.docs.wso2.com/en/6.0.0/deploy/security/encrypt-passwords-with-cipher-tool/

Expand Down