由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 如何在服务器端跟踪Java的运行?
相关主题
Servlet开发初步 [fwd]Re: 推荐推荐
Sun's Java Tutorial problem: failed to load applet请教。。
Help needed on Java mail security issue请教若干问题
How do a Servlet sent a Applet?help!!
JDK 1.5 is out请教, JAVA STUDY WEBSITE
Suse Linux 下 Java Applet 无法输入,谁见过类似问题?语言坑:有没有Java和C#两边都用的
A good way to compress client side data?Eclipse不运行applet
on-line waiting: how to implement.....java网上传输代码问题
相关话题的讨论汇总
话题: server话题: applet话题: side话题: client话题: write
进入Java版参与讨论
1 (共1页)
z*y
发帖数: 1311
1
有没有这样的工具,当client的browser点中某个applet开始运行xxxx.class文件时,服
务器端可以监视到xxxx.class正在被运行并显示出来?谢谢。
p***y
发帖数: 79
2
写log file?

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

z*y
发帖数: 1311
3
Where?

,服

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


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

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

g*****g
发帖数: 34805
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正在被运行并显示出来?谢谢。

g******e
发帖数: 3760
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).
:
: 服

g*****g
发帖数: 34805
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
: ,

z*y
发帖数: 1311
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
g******e
发帖数: 3760
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.
:
: 时

1 (共1页)
进入Java版参与讨论
相关主题
java网上传输代码问题JDK 1.5 is out
问Eclipse下运行appletSuse Linux 下 Java Applet 无法输入,谁见过类似问题?
one questionA good way to compress client side data?
java的一些错误认识(转贴)on-line waiting: how to implement.....
Servlet开发初步 [fwd]Re: 推荐推荐
Sun's Java Tutorial problem: failed to load applet请教。。
Help needed on Java mail security issue请教若干问题
How do a Servlet sent a Applet?help!!
相关话题的讨论汇总
话题: server话题: applet话题: side话题: client话题: write