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.
我正在尝试使用Tomcat(5.5.26)在我的eclipse(3.7)中本地启动一个webapp。我必须在“打开启动配置-> 参数”选项卡中为此 web 应用程序提供很多参数。奇怪的是,只要参数长度超过 512 个字符,服务器启动就会失败。有谁知道如何覆盖这种行为?
问题不在于这里的 VM 参数。我们使用 Ivy 解决依赖关系,IVY HOME 设置为某个深度路径,并且由于项目有很多依赖关系,整个 IVY 路径变得比接受的限制长得多。我已将 IVY HOME 更改为更接近 C 驱动器的东西,它解决了问题。