- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在后端 java 代码中调用 Web 服务
在托管模式下运行。一切正常,GWT RPC 调用有效
我可以在服务器上看到它,然后一旦它尝试调用
外部 Web 服务(使用 jax-ws)码头因
内部服务器错误 (500)。
我已经把日志一直调到
ALL 但我仍然没有看到任何堆栈跟踪或导致此错误的原因。我只收到一行关于 500 错误的请求 header 和响应。
有谁知道内部码头是否在某处保存了日志文件,或者
我如何去调试出了什么问题?
我在 OS X 10.6.1 上运行 GWT 1.7
编辑:我知道我可以使用 -noserver 选项,但我真的很想知道这个东西在哪里!
最佳答案
来自 the documentation :
You can also use a real production server while debugging in hosted mode. This can be useful if you are adding GWT to an existing application, or if your server-side requirements have become more than the embedded web server can handle. See this article on how to use an external server in hosted mode.
-noserver
选项并使用您自己的 Java 服务器 - 这样的限制要少得多,没有任何缺点(我知道)。
Just create a file called "commons-logging.properties" at the root of your classpath, and add the following line:
[to use the Log4j backend]
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
[to use the JDK14 backend]
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
[to use the SimpleLog backend]
org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
关于gwt - GWT 的托管模式码头从哪里运行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1523084/
玩过 CSS 3 之后,我有了一个疯狂的想法,那就是制作一个 OS X 风格的停靠点(一个内部包含元素的 DIV 容器,使用 CSS :hover 子类,在鼠标悬停时增加大小)。但是,我在实现它时遇到
我正在尝试用签名证书替换自签名码头证书。我替换了 2 个文件 jetty.crt 和 jetty.key.Run 2 个命令: openssl pkcs12 -inkey jetty.key -in
是否有用于检索 Mac OS X 上当前打开的应用程序图标的 API?我正在尝试检索事件应用程序的所有图标以及应用程序顶部的任何徽章(即邮件中的新邮件数量,或传输中的当前下载速率)。是否有某种 Doc
我是一名优秀的程序员,十分优秀!