开发者

jstat and JSP configuration

开发者 https://www.devze.com 2023-01-03 12:00 出处:网络
I have installed and configured jstat in my PC with Windows XP, tested it with sample Java program. But I need to know 开发者_JAVA百科how to use jstat with JSP or Tomcat, is there any other futher con

I have installed and configured jstat in my PC with Windows XP, tested it with sample Java program. But I need to know 开发者_JAVA百科how to use jstat with JSP or Tomcat, is there any other futher configuration needed or not?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消