Re: ArrayList vs. Vector

2001-04-23 Thread Jeff Kilbride
Hi Craig, Thanks. I may re-investigate the necessity of using a synchronized object. Mostly, I'm using Hashtables just in case -- because they're class variables. I've moved all my instance variables to ArrayLists and HashMaps. As for arrays, if I were trying to squeak out a little more

Re: newbie tomcat question

2001-04-23 Thread Ivan
You shouldnt have to mess with the startup script to get it to run. Try to download the latest version again and run it and see if you still get the same error. - Original Message - From: Eric Kaplan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 23, 2001 1:18 PM Subject:

RE: ArrayList vs. Vector

2001-04-23 Thread Craig O'Brien
Hey Jeff, Thanks for the shout out. I kind of caught the beginning and end of the conversation and realized after I posted that I was a little bit out of the conversation I kind of obsess about performance at times but it is always interesting to see what people think. (that's what happens

Re: How do I map www.blah.com to a servlet?

2001-04-23 Thread David Crooke
Assuming you just want to hide the servlet, mod_rewrite may be what you're looking for, but it could require a bit of work to maintain the facade in the JSP. A popular but inelegant option is to make index.html a static HTML file which throws up a frame, thus obfuscating the URL from the

Memory buildup on Tomcat JVM

2001-04-23 Thread Shravan Shashikant
Hi there, Was wondering whether you guys had a similar problem as I have been having.A servlet code has hashtables and vectors in it and I do alot of assignment for these vectors/hashtables in the code..around 1000 vector elemtns and 100 hs elemnts.i clean it up after execution and set them to

Tomcat default

2001-04-23 Thread yuzz
hello, anybody knows what is tomcat admin default username and password?? -- yuzz System Engineer EmasOnline Dot Com Sdn. Bhd. http://www.EmasOnline.com [EMAIL PROTECTED] Tel No: 606+ 3345666 ext 2174 Fax No: 606+ 3372233 #Slackware live...

Re: Beating a dead Horse I know but.....

2001-04-23 Thread Peter Hrastnik
I had the same problem as you but I got a feedback from SUN: SNIP Hi Peter Hrastnik, Thank you for using our bug submit page. The bug you have reported is a duplicate of the Bug ID: 4372197. For more information on this, please refer to the Bug ID: 4372197 at:

Re: Memory buildup on Tomcat JVM

2001-04-23 Thread Kenneth Westelinck
Hi, What VM are you using? We had a similar problem when running our processes on 1.3 . When running them on 1.2.2 the problem seemed to be solved. Maybe you should try a different VM and check if your problem persists. hope this helps, Kenneth Westelinck From: Shravan Shashikant [EMAIL

Re: Tomcat default

2001-04-23 Thread Kenneth Westelinck
Hi, Check tomcat-users.xml file in tomcat home/conf . regards, Kenenth Westelinck From: yuzz [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Tomcat default Date: Tue, 24 Apr 2001 13:46:04 +0800 hello, anybody knows what is tomcat admin default

A book on 'Tomcat', SURE!!!!

2001-04-23 Thread Manjunath B.V.
Hello all, Hello William, David, Bill, Anne, Martin, Ed, Chad, Armin, Joel, Mark and all the people interested in bringing out a book on Tomcat. Let me introduce myself to you first. I'm Manjunath.B.V, A Tech Editor for Wrox and I'm a subscriber to the tomcat mailing list.I have been

TC4b4: StandardWrapper load exception??

2001-04-23 Thread Jason Harrop
Hi I just upgraded TC 4 from cvs sources of 23 March to cvs sources of earlier today, to overcome bug#1081. Having done this, TC can't find one of my servlets: 2001-04-23 22:39:32 StandardContext[/MyServlet]: Servlet /MyServlet threw load() exception

Re: Changing DocumentRoot

2001-04-23 Thread Kenneth Westelinck
Hi, Adding this to server.xml should solve your problem: Context path=/ docBase=/usr/local/www/data/ hope this helps, Kenneth Westelinck From: Christoph Kukulies [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Changing DocumentRoot Date: Mon, 23 Apr 2001

starting tomcat as a service

2001-04-23 Thread 419404
Hi, I'm using Tomcat 3.2 on Windows 2000. It works fine when I start and stop it manually (with the scripts in /bin, I mean), but it doens't work as a service: I install the service, and just after I start it, stops again writting on /logs/jvm.stderr the following message: ---

RE: JDBC Realm problem

2001-04-23 Thread Ignacio J. Ortega
Hola Jeff: Hi Ignacio, Thanks for the quick response! First, my apologies for the HTML format. I didn't realize I hadn't changed this machine... I'll try the 3.2.2 branch and see what happens. Any word on a final release for 3.2.2? Soon will be out Beta3 ( i dont recall , perhaps

Servlet -- File -- Web-browser

2001-04-23 Thread alan leung
Hi, I have a servlet reads a file from FileInputStream and copy those bytes to ServletOutputStream and send back to web browser. But if user click CANCEL while downloading in netscape. i will get an exception in doGet method. -- IOException in doGet(): java.net.SocketException: Connection

<    1   2   3