Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dacapobench
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

WARNING! Access to this system is limited to authorised users only.
Unauthorised users may be subject to prosecution.
Unauthorised access to this system is a criminal offence under Australian law (Federal Crimes Act 1914 Part VIA)
It is a criminal offence to:
(1) Obtain access to data without authority. -Penalty 2 years imprisonment.
(2) Damage, delete, alter or insert data without authority. -Penalty 10 years imprisonment.
User activity is monitored and recorded. Anyone using this system expressly consents to such monitoring and recording.

To protect your data, the CISO officer has suggested users to enable 2FA as soon as possible.
Currently 2.7% of users enabled 2FA.

  • dacapo
  • anu-dev
  • dacapobench
  • Issues
  • #6

Closed
Open
Created Feb 10, 2018 by Man Cao@mcao01Maintainer

Make the network ports required by tradesoap/tradebeans configurable

Currently Geronimo-2.1.4 needs the following network ports in order to run. They are hardcoded in dat/daytrader.zip/geronimo-jetty6-minimal-2.1.4/var/config/config-substitutions.properties:

HTTPPort=8080 NamingPort=1099 JMXPort=9999 DerbyPort=1527 MaxThreadPoolSize=500 OpenEJBPort=4201 HTTPSPort=8443 ActiveMQStompPort=61613 ActiveMQPort=61616 AJPPort=8009

The problem is that not all ports are available on every system, due to issues such as permission and conflict. This limits the usability of tradesoap and tradebeans. Although user can modified the config-substitutions.properties file and rebuild the .jar file for DaCapo to change the ports, it is still inconvenient.

We also found that user can change all above ports except 8080, because 8080 is hardcoded in some Java source files.

It would nice if DaCapo provides a way to change these ports without rebuilding the .jar file. It is probably better if Geronimo could be configured to open fewer ports.

Assignee
Assign to
Time tracking