Nop, it doesn't matter if I run it as root or not.
Also if I change port to 8061 or anything > 1024 I still do get error. Cheers, Ivan j0llyr0g3r wrote: > > Hi, > > i hope you run AMQ as a non-root-user? > > If so, this: > > <connectors> > <nioConnector port="993" /> > </connectors> > > is probably the problem. Ports < 1024 can only be opened up by root, > unless something like setuid() is used (== start as root -> open port -> > drop privileges to unprivilegded user), but this is not the case here. > > Change the port to something > 1024 and the warning / error should > disappear. > > > -- View this message in context: http://www.nabble.com/Starting-ActiveMQ-web-console-problem-tp16833574s2354p16834748.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
