Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定我是否启动了服务器。但是,我无法在浏览器上打开管理页面。
我还缺少什么吗?
您通常应该做的一件事是检查代理日志,看看是否有错误。在您更改配置后在前台运行代理也会向您显示任何可能存在的错误,您可以运行:
./bin/activemq console
在前台模式下运行。
除此之外,它很难提供帮助,因为您没有提供配置信息或执行 'ps -ef | grep activemq' 等
检查您的/conf/activemq.xml文件并确保<import resource="jetty.xml"/>包含在内
/conf/activemq.xml
<import resource="jetty.xml"/>