jstat和JSP配置
我已经在我的目录中安装并配置了 jstat装有 Windows XP 的 PC,使用示例 Java 程序对其进行了测试。但我需要知道如何将 jstat 与 JSP 或 Tomcat 一起使用,是否需要任何其他进一步的配置?
I have installed and configured jstat in my PC with Windows XP, tested it with sample Java program. But I need to know how to use jstat with JSP or Tomcat, is there any other futher configuration needed or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
原则上不会。您可以在 JSP 中或最好在 Servlet 类中编写、导入和执行 Java 代码,就像使用“普通”Java 类一样。然而,网络服务器必须与 jstat 运行在同一台机器上。
In principle not. You can just write, import and execute Java code in a JSP or preferably in a Servlet class the same way as you do with a "plain vanilla" Java class. The webserver has however to run at the same machine as the jstat runs.