Re: VERY VERY URGENT!!!!

2001-12-19 Thread Hunter Hillegas
Can't comment on #1 but #2 is set in your Web Apps war file. From: Catalin [EMAIL PROTECTED] Organization: Quattrosoft International Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Wed, 19 Dec 2001 15:14:28 -0800 To: [EMAIL PROTECTED] Subject: VERY VERY URGENT Hi to all!

Re: Stability of Tomcat 3.3 vs. 4.0

2001-12-18 Thread Hunter Hillegas
I would suggest Tomcat 4.0 because it is integrated into Jboss which gives you a MAJOR speed up between the servlet layer and the Jboss layer. Major speed up. From: Wilson, Wayne [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Tue, 18 Dec 2001 13:21:34 -0500 To: Tomcat

SSL and CAs

2001-11-17 Thread Hunter Hillegas
I am setting up an SSL site. At this point I don't know if I will be running Tomcat4 standalone or with Apache in front. Is the certificate format compatible between the two? I was planning on using Thawte for my certificate provider. Tomcat is not in their list of supported Web servers. Which

Catching NPE's in JSPs

2001-10-22 Thread Hunter Hillegas
Like a lot of people, sometimes I'll see a JSP error out with an NPE... In this case I have a JSP that pulls some stuff using request.getAttribute() and displays the info... I'm having a hell of a time finding the current culprit of my NPE... I've tried pulling out sections of code and

Coding Tags the Right Way

2001-10-01 Thread Hunter Hillegas
I have the Manning book, JSP Tag Libraries which I've been using to help develop some of my first tags. For their iterator tags that work with beans, they use a lot of reflection. I've not used reflection much in projects before this but I seem to remember from my education that reflection is a

Strange Tomcat - Apache Configuration

2001-09-13 Thread Hunter Hillegas
I am using Tomcat 3.2.3 in conjunction with JBoss and Apache in front... First off, my configuration works just fine. My problem is that from the Apache conf file, I don't see why it works. When I change it to what I think it *should* be, it doesn't work anymore... Here are some details:

Re: NYNY

2001-09-11 Thread Hunter Hillegas
While a commendable idea, my peering reports show all major networks fully functioning... I'm not sure if there is a bandwidth crisis at the moment. From: Thomas Cherry [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 11 Sep 2001 13:41:26 -0500 To: [EMAIL PROTECTED] Subject: NYNY

Re: Call EJB in OC4J from Tomcat

2001-09-10 Thread Hunter Hillegas
While it may work in the built-in container, other containers definitely need the stub classes to be able to manipulate the references to the remote objects... Hunter From: Ghislain Gadbois [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 10 Sep 2001 17:05:17 -0400 To: [EMAIL

Finding a Memory Leak in a Web Application

2001-06-27 Thread Hunter Hillegas
I think my application is leaking. Over time the size of the Java process grows but never shrinks back down. I'm not sure of the best way to find the leak. I can't afford expensive profiling tools like OptimizeIt, etc... It may be something as simple as a design flaw on my part... Here's my

Re: Aw: Finding a Memory Leak in a Web Application

2001-06-27 Thread Hunter Hillegas
Whoops. Forgot to give my info: Tomcat 3.2.2 on JDK1.3.1 / Red Hat Linux 6.0 with updated libs. Running Apache 1.3.19 in front, using APJ12. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 27 Jun 2001 23:50:55 +0200 (CEST) To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject:

Mapping Issue with Apache

2001-06-11 Thread Hunter Hillegas
Howdy. I use Apache 1.3.19 in front of Tomcat 3.2.2 and have a couple of sites running on it with great success. I'm trying out the Jive message board system and I'm stumped on an Apache/Tomcat problem... I've got the main stuff passing through but under the admin/ directory, where index.jsp

Re: 3.2.2 Dies After Prolonged Use...

2001-06-02 Thread Hunter Hillegas
Thanks for the info. I'll let you know how it goes... Hunter From: Jeff Kilbride [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Fri, 1 Jun 2001 17:50:27 -0700 To: [EMAIL PROTECTED] Subject: Re: 3.2.2 Dies After Prolonged Use... I seem to remember something from the tomcat-dev list

3.2.2 Dies After Prolonged Use...

2001-06-01 Thread Hunter Hillegas
You may remember my posts about Tomcat dying on me... Well I upgraded to 3.2.2 and it is still happening. It only seems to happen after prolonged periods (lots of hits)... I increased the heap to 256MB with a max of 512MB. We're not using sessions on the site and the session timeout is set to 5

Re: File uploads and Ajp13 with Tomcat 3.2.2

2001-05-31 Thread Hunter Hillegas
Did you compile and install the new mod_jk.so? From: Paul Rubenis [EMAIL PROTECTED] Organization: University of Minnesota Reply-To: [EMAIL PROTECTED] Date: Thu, 31 May 2001 13:43:02 -0500 To: [EMAIL PROTECTED] Subject: File uploads and Ajp13 with Tomcat 3.2.2 I am wondering if anyone

Re: 3.2.1 Dies

2001-05-23 Thread Hunter Hillegas
Yeah, I'm still having problems in this area. Is 3.2.2 improved? I've seen a few messages about thread dead-lock problems lately on 3.2.2... I'm now logging the output of the tomcat.sh script so I should see if it is OutOfMemory or whatever when everything dies... Hunter From: Bill Graham

Re: Urgent.. basic requirement for Tomcat

2001-05-23 Thread Hunter Hillegas
For development, pretty much any modern PC can run Tomcat. Any machine that supports a Java2 JVM... From: Steven Loh [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 24 May 2001 01:25:33 To: [EMAIL PROTECTED] Subject: Urgent.. basic requirement for Tomcat do you know the basic

3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
I am running a high traffic site with Tomcat 3.2.1/Sun JVM 1.3/Linux 2.4.4/Apache 1.3.19. After a few days of serving up the hits very well, Tomcat just dies. It won't respond to shutdown requests and stops serving pages, giving out only null pointer exceptions. Killing the java processes

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
you check the log files? This sounds like a OutOfMemoryError. You can increase the heap size while starting the tomcat. -Sri At 08:16 AM 05/21/2001 -0700, Hunter Hillegas wrote: I am running a high traffic site with Tomcat 3.2.1/Sun JVM 1.3/Linux 2.4.4/Apache 1.3.19. After a few days

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
What does running with nohup do for you? I usually start Tomcat using tomcat.sh start and then just log out... Hunter From: Srinadh Karumuri [EMAIL PROTECTED] Date: Mon, 21 May 2001 13:43:53 -0400 To: Hunter Hillegas [EMAIL PROTECTED], Tomcat User List [EMAIL PROTECTED] Subject: Re: 3.2.1

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
Well, I am using the scripts and my Tomcat just dies after a few days of heavy load... We're talking hundreds of thousands of hits... Any other ideas are appreciated. I'm tempted to try 3.2.2 but since this is a production site, I'm a bit scared off by the beta status of the software. Hunter

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
I'll try that. I've not played with those settings. Any suggestions as to a sane amount to set it to? Others out there? Hunter From: Thom Park [EMAIL PROTECTED] Organization: Borland Software Company Reply-To: [EMAIL PROTECTED] Date: Mon, 21 May 2001 13:10:54 -0700 To: [EMAIL PROTECTED]

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
How can I check to see if I have a lot of dead threads? Hunter From: Devon Ziegler [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 21 May 2001 16:43:04 -0400 To: [EMAIL PROTECTED] Subject: RE: 3.2.1 Dies Interesting.used up all free threads.increase thread pool.

Problems with 3.2.1 Just Dying

2001-05-19 Thread Hunter Hillegas
I am running a high traffic site with Tomcat 3.2.1/Sun JVM 1.3/Linux 2.4.4/Apache 1.3.19. After a few days of serving up the hits very well, Tomcat just dies. It won't respond to shutdown requests and stops serving pages, giving out only null pointer exceptions. Killing the java processes

What's up with all the different Tomcats?

2001-05-04 Thread Hunter Hillegas
Okay... What's the story with the different versions... 3.2.1 is the current release and 3.2.2 is a beta of a maintenance... But what's the deal with 3.3 AND 4.0? I know 4.0 is based on Servlet 2.3, but what else? Hunter

Re: Tomcat install on Cobalt.

2001-04-27 Thread Hunter Hillegas
I've never used a Cobalt. What version of Java does it have? As far as this: ** Here is where I'm lost *** 4. ? - Set the environment variable JAVA_HOME to point to the root directory of your JDK hierarchy, then add the Java interpreter to your PATH environment variable. It means do

apj12 or apj13 on 3.2.2?

2001-04-26 Thread Hunter Hillegas
With 3.2.1 I couldn't use apj12 because I needed to do file uploads through Apache and it just didn't work. I see that bug has been fixed in 3.2.2. I'm wondering if under 3.2.2, which protocol is faster/scales better for a popular site? Any input is appreciated. Hunter

Re: seems as though a servlet engine would have a little clearer documentation on getting servlets running

2001-04-23 Thread Hunter Hillegas
There doesn't need to be a servlet directory. Tomcat will automatically handle it. The thing that's confusing is that the layout you call from the URL is mostly virtual... For your servlet-name element, are you sure you want the .class on the end? I can tell you that I've no problems setting

Profiling

2001-04-23 Thread Hunter Hillegas
What's the easiest profiler to use with my web app running on Tomcat? Hunter

ArrayList vs. Vector

2001-04-23 Thread Hunter Hillegas
I use Vectors in some parts of my Web app and I'm thinking about using ArrayLists instead... Any caveats to using them in a Web app environment? Hunter

Re: ArrayList vs. Vector

2001-04-23 Thread Hunter Hillegas
This leads to a new question... What impact does synchronization have on Web applications? Where is it necessary? From: Tim O'Neil [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 23 Apr 2001 13:03:25 -0700 To: [EMAIL PROTECTED] Subject: Re: ArrayList vs. Vector At 03:59 PM

Re: ArrayList vs. Vector

2001-04-23 Thread Hunter Hillegas
But that would only apply to objects kept in the application or session scope, yes? If an object a new object is created and placed in the request scope, it's only going to be accessed by one user (that request) right? Hunter From: Tim O'Neil [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: ArrayList vs. Vector

2001-04-23 Thread Hunter Hillegas
So if not, that's not the case? Thanks. Hunter From: Tim O'Neil [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 23 Apr 2001 14:26:08 -0700 To: [EMAIL PROTECTED] Subject: Re: ArrayList vs. Vector At 02:07 PM 4/23/2001 -0700, you wrote: But that would only apply to objects kept

Re: Tomcat mod_jk very slow if used with apache

2001-04-20 Thread Hunter Hillegas
I somewhat Tomcat Internals ignorant. What change would I need to make to see the kind of increases you are talking about? Hunter -- Hunter Hillegas [EMAIL PROTECTED] Who is Sharky Towers? What is BroTools? From: Craig O'Brien [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Fri, 20 Apr

Re: Tomcat vs JServ

2001-04-19 Thread Hunter Hillegas
Sounds like you haven't setup your mount points for mod_jk JKMount in Apache so it doesn't know to forward the request to Tomcat. This is covered in the docs. From: "Arnaud Dostes - NTI" [EMAIL PROTECTED] Organization: NTI Reply-To: [EMAIL PROTECTED] Date: Thu, 19 Apr 2001 18:56:28 +0200

Re: setting up tomcat and apache to run together

2001-04-18 Thread Hunter Hillegas
Title: Re: setting up tomcat and apache to run together Greg- There is quite a bit of documentation on using Tomcat with Apache. You need to use mod_jk with Apache to redirect the requests. Look up the docs, I think youll figure it out. Good choice of platform BTW. :-) Hunter From: Greg

Serving with Virtual Hosts w/o a Context Name - ?

2001-04-12 Thread Hunter Hillegas
Here's my setup: Tomcat 3.2.1 with Apache 1.3.19 on Red Hat 6.2. We have about 50 IP based virtual hosts, some of which use Tomcat, others which do not. Is it possible to setup Tomcat to serve a virtual host the contents of a context without the context name having to be in the URL? I.e.

Java Update on Linux

2001-04-12 Thread Hunter Hillegas
Anyone tried the JDK1.3.1 that Sun released recently for Linux? They claim reliability enhancements... Just wondering. Hunter

Re: Tomcat 3 vs Tomcat 4

2001-04-12 Thread Hunter Hillegas
Just to chime in, the documentation for TC4 is still pretty raw. I asked this same question awhile back, as well as details for mod_webapp and got no response. Is there documentation not on the site? Hunter From: "Pae Choi" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 12 Apr

Re: Java Update on Linux

2001-04-12 Thread Hunter Hillegas
PROTECTED] Date: Thu, 12 Apr 2001 19:02:18 +0200 To: [EMAIL PROTECTED] Subject: RE: Java Update on Linux At 11:36 12/04/2001 -0400, you wrote: That's not a release, it's a release *candidate*. A big difference. Which is ?? -Original Message- From: Hunter Hillegas [mailto

Re: Fed up to the back teeth with tomcat !!!

2001-04-11 Thread Hunter Hillegas
This scares me as I'm about to deploy my first big Apache/Tomcat/Postgre site with 3.2.1... Any ideas/solutions the developers can offer would be appreciated. Hunter From: "Andy C" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 11 Apr 2001 20:11:33 +0100 To: [EMAIL PROTECTED]

Problem with Ant + JAVA_HOME

2001-04-10 Thread Hunter Hillegas
I have JAVA_HOME set to /usr/local/jdk1.3 which is where my JDK is. I just installed Tomcat 3.2.1 on a new development server and builds are failing saying they can't find the compiler and telling me to set JAVA_HOME. It is set (confirmed with printenv) and so I'm at a bit of a loss... Any

Re: Instantiating Beans on Tomcat

2001-04-10 Thread Hunter Hillegas
I was getting those but it was because my bean didn't have a constructor that took no args but it looks like yours does... Not sure... Hunter From: "Brandon Cruz" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 10 Apr 2001 17:54:24 -0500 To: [EMAIL PROTECTED] Subject:

mod_webapp

2001-03-29 Thread Hunter Hillegas
Just wondering where I can get more info on mod_webapp and Tomcat 4 / Catalina in general. I looked through CVS and also on the developer list but I can't find any docs, even preliminary ones. Thanks, Hunter

Re: Confusing Problem with SQL Query in Tomcat

2001-03-27 Thread Hunter Hillegas
Query in Tomcat On Mon, 26 Mar 2001, Hunter Hillegas wrote: pst.clearParameters(); No need for clearParameters(). The setString will override any old parameters (if their were any). Can't hurt though, can it? Don't think so, but why make extra method calls ;-) My

Re: File Upload

2001-03-27 Thread Hunter Hillegas
Title: Re: File Upload It has problems with older versions of the Apj13 protocol connecting with Apache... Use either Apj12 or mod_jk from CVS... Hunter From: Simon Chatfield [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 27 Mar 2001 10:59:38 -0700 To: [EMAIL PROTECTED] Subject: Re:

Re: Confusing Problem with SQL Query in Tomcat

2001-03-27 Thread Hunter Hillegas
- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 12:48 AM To: Tomcat User List; Joe Laffey Subject: Re: Confusing Problem with SQL Query in Tomcat From: Joe Laffey [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 26 Mar 2001 23:38:48 -0600 (CST

Re: IP changes to domain name in URL

2001-03-27 Thread Hunter Hillegas
There is a directive in http.conf to rewrite Ips to URLs. Just turn it off. From: Nael Mohammad [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 27 Mar 2001 10:45:13 -0800 To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: IP changes to domain name in URL Set the host name

Re: IP changes to domain name in URL

2001-03-27 Thread Hunter Hillegas
---- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 10:47 AM To: Tomcat User List Subject: Re: IP changes to domain name in URL There is a directive in http.conf to rewrite Ips to URLs. Just turn it off. From: Nael Mohammad [EMAIL PROTECTED] Reply-

Re: Confusing Problem with SQL Query in Tomcat

2001-03-26 Thread Hunter Hillegas
From: Joe Laffey [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 26 Mar 2001 23:38:48 -0600 (CST) To: Tomcat User List [EMAIL PROTECTED] Cc: Hunter Hillegas [EMAIL PROTECTED] Subject: Re: Confusing Problem with SQL Query in Tomcat pst = con.prepareStatement("S

Re: Confusing Problem with SQL Query in Tomcat

2001-03-26 Thread Hunter Hillegas
From: Joe Laffey [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 27 Mar 2001 00:07:44 -0600 (CST) To: Tomcat User List [EMAIL PROTECTED] Subject: Re: Confusing Problem with SQL Query in Tomcat Can't hurt though, can it? Don't think so, but why make extra method calls ;-)

RE: Servlet Mapping Problem -- ???

2001-02-12 Thread Hunter Hillegas
The only difference between the servers is that production uses virtual hosts. I assume this must be the problem. What directives do I need to change to make servlet mapping work on a machine with Apache virtual hosts defined? Hunter Hillegas, MCP Web Engineer / System Administrator - Jacob

Strange JSP Compilation Problem

2001-02-12 Thread Hunter Hillegas
... The object gets instantiated prior to being called... Is there anything else that could be wrong? Hunter Hillegas, MCP Web Engineer / System Administrator - Jacob Stern Sons, Inc. [EMAIL PROTECTED] 805-565-1411 PH * 805-565-8684 FAX

Re: Servlet Mapping Problem -- ???

2001-02-11 Thread Hunter Hillegas
Anyone have any more ideas on this one? I still can't get it figured out and I'm getting desperate. -- Hunter Hillegas, MCP Web Engineer / System Administrator - Jacob Stern Sons, Inc. [EMAIL PROTECTED] 805-565-1411 PH € 805-565-1415 FAX From: "Craig R. McClanahan" [EMAIL PROTECT

Servlet Mapping Problem -- ???

2001-02-09 Thread Hunter Hillegas
and it is. tomcat-apache.conf is the same on both boxes... I'm sure it's some config option somewhere but I went through it and I can't find it. Both boxes seem to be setup the same way... Any ideas? Hunter Hillegas, MCP Web Engineer / System Administrator - Jacob Stern Sons, Inc. [EMAIL PROTECTED] 805-565

RE: Servlet Mapping Problem -- ???

2001-02-09 Thread Hunter Hillegas
They both are Tomcat+Apache... I compared the tomcat-apache.conf files for both boxes and despite some file system paths that are different, it looks like they both contain the same directives for the context... So I don't think that's it... What else could it be? Hunter Hillegas, MCP Web