I have a server running on alternate ports using the following startup params:
-Dorg.sakaiproject.nakamura.core.port=7080 -Dorg.sakaiproject.nakamura.cluster.secure.port=7081 -Dorg.sakaiproject.nakamura.content.port=7082 `-p` is used by Sling launchpad but we have a custom Jetty config which makes the `-p` fairly useless. There are other ports to consider as well such as ActiveMQ (61616) and SMTP (8025) which require service specific configuration. On Thu, Aug 2, 2012 at 5:00 AM, Branden Visser <[email protected]> wrote: > Should also note, I haven't tried to run Nakamura on non-8080, but > Christian has pointed out in another thread you may need to specify > two properties for that: > > e.g., java -Dorg.sakaiproject.nakamura.core.port=8888 -Xmx256m -server > -jar /src/sakai/org.sakaiproject.nakamura.app-1.1.jar -p 8888 > > I tried this locally and the server always seems to start on 8080 > regardless. > > Does anyone have a better idea on port management in Nakamura? If not, > I'll open a KERN. > > Thanks, > Branden > > On Thu, Aug 2, 2012 at 7:33 AM, Branden Visser <[email protected]> wrote: > > Hi Steve, > > > > Do they have any oracle products installed? I think there might be a > > port collision [1] > > > > Hope that helps, > > Branden > > > > [1] > http://tipsandtricks.nogoodatcoding.com/2007/07/basic-authentication-for-xdb-realm-with.html > > > > On Tue, Jul 31, 2012 at 9:32 PM, Steve Swinsburg > > <[email protected]> wrote: > >> Hi all, > >> > >> I received this note from a colleague, having an issue running the OAE > JNLP. > >> Can anyone assist here? > >> > >> thanks, > >> Steve > >> > >> I downloaded the JNLP and tried to run it under both JDK 6 and 7 (I > didn't > >> really expect it to work under 7, but I tried it anyway). When I tried > to > >> open the site in the browser, it wanted me to do basic authentication > to the > >> XDB realm. I got the exact same results from downloading the "binary" > jar > >> and running it from a command line. This is all on Windows 7. > >> > >> _______________________________________________ > >> oae-dev mailing list > >> [email protected] > >> http://collab.sakaiproject.org/mailman/listinfo/oae-dev > >> > > > > > > > > -- > > Cheers, > > Branden > > > > -- > Cheers, > Branden > _______________________________________________ > oae-dev mailing list > [email protected] > http://collab.sakaiproject.org/mailman/listinfo/oae-dev >
_______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
