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.
我开始使用 Tapestry,其他一切似乎都运行良好。我从 Eclipse 运行码头,并在 Ubuntu 上的 Eclipse 中运行我的开发环境。当我做错事时,它不会像 Tapestry 教程中所说的那样给出详细的错误报告。运行码头时是否必须添加任何参数?
默认是生产模式,没有详细的异常报告。覆盖它的最简单方法是在服务器启动脚本中添加系统属性:-Dtapestry.execution-mode=DevelopmentMode.
-Dtapestry.execution-mode=DevelopmentMode
文档中的配置部分详细介绍了可以指定此参数的其他位置。