adding security to specific servlets

2002-09-19 Thread randie ursal
hi, does anyone have an idea on how i will implement this. here is the scenario, i want that a particular resources of my web app will not be accesible if you are not administrator, because if somebody knows the URL for my web app resources like my servlet, he can just type the comp

Re: Thread dumps

2002-09-19 Thread Zerbe John W
if you are on a unix machine, a "kill -3 processid" should cause the jvm to generate a javacore dump. (thread dump) At least this works for me on AIX with IBM's jdk running WebSphere. I get a dump with a stack trace of all java threads as well as a java monitor (lock) dump which can be used to fin

Re: JavaScript and MS-Excel Application

2002-09-19 Thread Ing. Enrico De Vita
Hi all, you have to set the ContentType of the page equal to "application/vnd.ms-excel" and wrote in the page the table with cell with values. It's nice! It colours the cell and take your format. Excuse me for my english! :-) > > Hi all, > > How can I open MS-Excel application from JavaScri

Re: Thread dumps

2002-09-19 Thread Shahata, Ash
what if I didnt want to run it against a specific class, I want to run it to get the status of the VM while my EJBs are running on Weblogic? I noticed that the output file gets generated even if I put any class name, would this be a valid output of the status of the vm? I couldnt see any of my app

Re: Thread dumps

2002-09-19 Thread Nagaraju K
You can use profiling java -Xrunhprof[:help][:=,...] MyMainClass u can specify various options for this java -classic -Xrunhprof:heap=sites,cpu=samples,depth=10,monitor=y,thread=y,doe=y check this site for more details http://www.javaworld.com/javaworld/jw-12-2001/jw-1207-hprof.html The sec

Thread dumps

2002-09-19 Thread Shahata, Ash
Hi all, does anyone know how to generate a thead dump from my virtual machine? I read before that I could do it from the virtual machine, however I'm not quite sure where to get the virtual machine window or process open from? I want to monitor the threads to check for deadlocks. Thanks Ash

JavaScript and MS-Excel Application

2002-09-19 Thread Lakshmeenarayana G G
Hi all, How can I open MS-Excel application from JavaScript and populate the excel sheet. I want to do this on the client side without giving any request to server. If we are using activex object, then there is a problem in IE, if activex objects are disabled. Thanks. L G Goundalkar. =