How do I change the port on which ScrumWorks runs to something other than 8080?

1 person has
this question
+1
Reply

  • The port on which the ScrumWorks application is accessible is actually set in a user-editable configuration file.

    1. Shut down the ScrumWorks server
    2. For release 2.0 to 2.2 edit the file: SCRUMWORKS_DIR/server/scrumworks/deploy/jbossweb-tomcat55.sar/server.xml
    For release 2.3+ edit the file: SCRUMWORKS_DIR/server/scrumworks/deploy/jboss-web.deployer/server.xml
    3. Change the "8080" to whatever port you desire (port 80 is the standard HTTP port)
    5. Save and close the file
    6. Start up the ScrumWorks server, it will be running on that new port
  • (some HTML allowed)
    How does this make you feel?
    Add Image
    I'm

    e.g. indifferent, undecided, unconcerned happy, confident, thankful, excited kidding, amused, unsure, silly sad, anxious, confused, frustrated

  • How we configure ports has changed!

    As of our new release of ScrumWorks 5.1 you will need to do the following to alter your ports:

    Note: this solution assumes you have systems administration and XML skills.

    1. Stop your ScrumWorks server.

    2. Edit the file /server/scrumworks/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml.

    3. Change ports-default around line 24 to ports-01, ports-02, or ports-03. For each, the port increases by 100. Changing to ports-01 would make ScrumWorks listen on port 8180. Using ports-03 would make ScrumWorks listen on port 8380.

    4. Save the file and restart the server.

    If you want to use a custom port please follow these instructions:

    1. Stop your ScrumWorks server.

    2. Edit the file /server/scrumworks/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml.

    3. On or near line 284, there a line that looks like: 8080. Change the 8080 to your desired port. Make sure that on line 24, you are using ports-default. If you are on Linux or Mac OS X, you may run into problems if you choose a port less than 1024.

    4. Save the file and restart the server.

    If you have an older release of ScrumWorks, the previous posts still apply.

    You can find all of the details on these changes here:

    http://www.danube.com/docs/scrumworks...

    Thank you!
  • (some HTML allowed)
    How does this make you feel?
    Add Image
    I'm

    e.g. indifferent, undecided, unconcerned happy, confident, thankful, excited kidding, amused, unsure, silly sad, anxious, confused, frustrated