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

Ability to build Ontopia without need for port 8080 #479

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 5 comments
Closed

Ability to build Ontopia without need for port 8080 #479

GoogleCodeExporter opened this issue Mar 16, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Building Ontopia requires port 8080 to be available since testcases in 
ontopia-webed rely it for testing purposes. It would be nice if this port can 
be reconfigured easily to prevent clashes with a webcontainer or another 
service already running on port 8080.

Original issue reported on code.google.com by p.kruijsen on 22 Jul 2013 at 11:36

@GoogleCodeExporter
Copy link
Author

Fixed by r2438.

Original comment by p.kruijsen on 22 Jul 2013 at 11:52

  • Changed state: Fixed
  • Added labels: Release5.2.3

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Slightly updated in r2439

Original comment by p.kruijsen on 22 Jul 2013 at 12:25

@GoogleCodeExporter
Copy link
Author

Users wishing to build Ontopia using a different port can alter their Maven 
settings.xml like this:

  [...]
  <profiles>
      [...]
      <profile>
          <id>my-own-jetty-port</id>
          <properties>
              <ontopia.jetty.port>9090</ontopia.jetty.port>
          </properties>
      </profile>
  </profiles>
  <activeProfiles>
      [...]
      <activeProfile>my-own-jetty-port</activeProfile>
  </activeProfiles>
  [...]

The <ontopia.jetty.port> defined here overrides the one in Ontopia's POM.

Original comment by p.kruijsen on 22 Jul 2013 at 12:29

@GoogleCodeExporter
Copy link
Author

Original comment by qsieb...@gmail.com on 1 Aug 2013 at 12:05

  • Added labels: Release5.3.0
  • Removed labels: Release5.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant