Redian新闻
>
如何在服务器端跟踪Java的运行?
avatar
如何在服务器端跟踪Java的运行?# Java - 爪哇娇娃
z*y
1
有没有这样的工具,当client的browser点中某个applet开始运行xxxx.class文件时,服
务器端可以监视到xxxx.class正在被运行并显示出来?谢谢。
avatar
p*y
2
写log file?

【在 z*y 的大作中提到】
: 有没有这样的工具,当client的browser点中某个applet开始运行xxxx.class文件时,服
: 务器端可以监视到xxxx.class正在被运行并显示出来?谢谢。

avatar
z*y
3
Where?

,服

【在 p***y 的大作中提到】
: 写log file?
avatar
c*s
4


Client端下载完applet开始执行时,是用自己的虚拟机执行自己的程序,已经和服务端完
全没有关系了,服务端甚至可以没有JDK只有WEB Server。如果你一定要让服务端知道执
行的情况,就一定要有通讯的操作写在程序里面。

【在 z*y 的大作中提到】
: 有没有这样的工具,当client的browser点中某个applet开始运行xxxx.class文件时,服
: 务器端可以监视到xxxx.class正在被运行并显示出来?谢谢。

avatar
g*g
5
You can keep a socket between the applet and server, and talk to a server side
program (you can write file on server directly).



【在 z*y 的大作中提到】
: 有没有这样的工具,当client的browser点中某个applet开始运行xxxx.class文件时,服
: 务器端可以监视到xxxx.class正在被运行并显示出来?谢谢。

avatar
g*e
6
could be a security problem

side


【在 g*****g 的大作中提到】
: You can keep a socket between the applet and server, and talk to a server side
: program (you can write file on server directly).
:
: 服

avatar
g*g
7
No problem at all, applet can connect to the server hosting it,
and the server side program can write local system for sure.



【在 g******e 的大作中提到】
: could be a security problem
:
: side
: ,

avatar
z*y
8
Thanks. Let me provide some context of the problem.
I am working on an application using applet, jdbc, corba etc. A little
complicated and I am not the original programmer. Recently, we find one kind
of query takes a long time. To find out why, I do a lot of code reviewing but
not much progress since there are so many files to go through. The thing is I
cann't change the code by myself.
Under such situation, is there any monitor/debugging tools or experiences I
can use? For example, I want to kn
avatar
g*e
9
depends on how you monitoring client side. If yu want to write logs on server
side which means client can drive writing on server...

server


【在 g*****g 的大作中提到】
: No problem at all, applet can connect to the server hosting it,
: and the server side program can write local system for sure.
:
: 时

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。