RE: APPLET using Text File

2003-03-28 Thread Anecito, Anthony (HQP)
Hi Alberto, I have been working with Applets since 1995 (don't laugh) and never had an issue with reading a file from the directory of the (Web or App) server the Applet was downloaded from. Just know that there are security issues involved if you try to read files not in the same directory (or

Tomcat Caching Files?

2003-03-12 Thread Anecito, Anthony (HQP)
Hi All, I changed a html file and noticed I am still getting the old html file intermittantly. I restarted Tomcat (4.1.18) and still have the older html pop up intermittantly. I deleted my content from the browser (i.e. 5.5) and even restarted my client machine where I was viewing the html

RE: JVM and Browser are crashing

2003-02-25 Thread Anecito, Anthony (HQP)
Hi Christian, I did not read your previous messages. I am using a browser with applets and have had some success. Can I help somehow? I am testing using the following configuration: Client Side- 1st client config : I.E. 5.5 sp2, Browser jvm using Sun JRE 1.4.1_01-b01, Windows NT 4.0 SP6, CPU is

JVM Question

2003-02-14 Thread Anecito, Anthony (HQP)
Hi All, Has anyone tried BEA JRockit with Tomcat? Does anyone know if Tomcat is certified with it? Many Thanks, Tony

RE: JVM Question

2003-02-14 Thread Anecito, Anthony (HQP)
, February 14, 2003 10:48 AM To: Tomcat Users List Subject: Re: JVM Question remy recently posted a comment about jrockit on linux. for windows it is faster than sun and ibm VM. look for remy comment about jrockit on linux. it's good for a laugh, I won't spoil it for you. peter --- Anecito, Anthony

Tomcat Performance Concerns

2003-02-06 Thread Anecito, Anthony (HQP)
Hi All, I am looking at Tomcat for production and seeing some things that make me question its use for production. I believe what Jakarta group is doing is a great thing for all of us looking for cheaper alternatives but there is may be a serious issue to using Tomcat. I have seen and now read

RE: Tomcat Performance Concerns

2003-02-06 Thread Anecito, Anthony (HQP)
Hi Shapira, Many thanks for the reply. I agree with your list below but am looking for some simple benchmarks to start with. Also, a previous response to this posting by John Turner indicated a tuning book that may resolve some of the concerns by my peers about performance and I look forward to

RE: Tomcat Performance Concerns

2003-02-06 Thread Anecito, Anthony (HQP)
Peter, I also look forward to the book and have the same questions that Sean has. Also, 1. Will it cover Apache (i.e. clustering)? 2. JVM Tuning requirements for Tomcat or best JVM to use (i.e. IBM, JRocket)? 3. Performance monitoring using JMX? 4. Any recommended optimizations/patches that the

RE: Urgent: Tomcat dies with socket exceptions !

2003-01-15 Thread Anecito, Anthony (HQP)
Hi Sylvain, I do not know what the problem is but I discovered just recently that it helps to run Tomcat in a separate console (JVM) instance. I am operating under Win/NT and had the same error message when running Tomcat 4.1.18 as a service. My SOAP client which uses Axis when run was giving me

RE: Problems with RMI and Axis in Tomcat??

2003-01-15 Thread Anecito, Anthony (HQP)
Hi All, I am a newbe to Tomcat Axis but learned a lot over the past couple of evenings. I did solve the problem! I learned the following: 1. Do not trust the error messages coming back to the Axis Client. They are filtered such that the root cause may not be displayed. 2. Launch Tomcat in a

Problems with RMI and Axis in Tomcat??

2003-01-13 Thread Anecito, Anthony (HQP)
Hi All, Has anyone tried using rmi calls inside of a Axis service on Tomcat? Using Tomcat 4.1.12 on Windows NT. I get errors about access permissions at 127.0.0.1:1099 showing up in the stdout log file in the common/logs directory. I have set permissions on my dev machine for tomcat in