Changing the port that Bitbucket Server listens on
Administering Bitbucket Server
- Users and groups
- 外部ユーザー ディレクトリ
- グローバル権限
- Setting up your mail server
- Integrating Bitbucket Server with Atlassian applications
- Connecting Bitbucket Server to an external database
- Migrating Bitbucket Server to another server
- Run Bitbucket in AWS
- Specifying the base URL for Bitbucket Server
- Configuring the application navigator
- アプリの管理
- Bitbucket での監査
- Updating your Bitbucket Server license details
- Bitbucket Server config properties
- Bitbucket サーバーを異なるコンテキスト パスに移動する
- Data recovery and backups
- Disabling HTTP(S) access to Git repositories in Bitbucket Server
- スマート ミラーリング
- Data Center Migration
- Git Large File Storage
- Git Virtual File System (GVFS)
- Enabling SSH access to Git repositories in Bitbucket Server
- Using diff transcoding in Bitbucket Server
- Changing the port that Bitbucket Server listens on
- Lockout recovery process
- Proxying and securing Bitbucket Server
- High availability for Bitbucket
- Diagnostics for third-party apps
- Enabling JMX counters for performance monitoring
- Bitbucket Server debug logging
- Bitbucket Server の拡張
- Add shortcut links to a Bitbucket Server repository
- Administer code search
- Adding additional storage for your repository data
- Add a system-wide announcement banner
- アプリケーションを横断したプロジェクト リンクの構成
- レート制限でインスタンスの安定性を改善する
- Atlasssian Data Center アプリケーションで CDN を使用する
- Managing personal access tokens
- Connecting to a 3rd party application using Application Links
- Setting a system-wide default branch name
- 非アクティブなプル リクエストを自動的に却下
- データベース パスワードの暗号化
このページの内容
関連コンテンツ
- 関連コンテンツがありません
You can change the port that Bitbucket Server listens on from the default '7990
' to a different value if another application is already running on that port.
You can use netstat to identify free ports on your machine.
To change the port Bitbucket Server listens on
- Navigate to your Bitbucket Server home directory.
Open the
shared/bitbucket.properties
file, add thesever.port
property (or edit it if a line for theserver.port
property already exists), and set the value to the port number Bitbucket will run on. For example, to set to the port to8080
you would add:server.port=8080
Then save the file.
Restart Bitbucket Server so the change takes effect. See Starting and stopping Bitbucket Server.
Important considerations
If you are using a firewall, ensure that it is configured to allow HTTP or HTTPS traffic over the connector port you have chosen.
If you are running Bitbucket Server on a Linux server and want to bind to privileged ports (those below 1024, for example port 80), you will need to start Bitbucket Server as root to successfully bind to the port. Or, you can bind Bitbucket Server to a port over 1024 and then configure iptables to redirect traffic from port 80 to the higher port.
関連コンテンツ
- 関連コンテンツがありません