Bradley Childs
unread,Oct 19, 2011, 3:47:29 PM10/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Maqetta Developers, mace...@gmail.com
Starting with commit 016d7ce4d4 we've removed the
org.equinox.http.jetty.http.context.path="/maqetta" from the maqetta
launch configuration. If you're using the shared Eclipse launch
scripts then you shouldn't see any issue. To use the shared launch
configurations, look for "maqetta multi-user" and "maqetta single-
user" in the Eclipse launch configuration screen.
However, if you need to run maqetta with your own customized launch
configuration you'll have to manually remove the
org.equinox.http.jetty.http.context.path setting from your launch
configuration(s):
1) Go to Launch/Debug configurations
2) Locate your Maqetta Launch Configuration.
3) Under the "Arguments" tab, look at the VM Arguments and remove the
org.equinox.http.jetty.http.context.path="/maqetta" line.
4) Restart the maqetta server for changes to take effect.