Re: Tomcat hangs after some time

2003-09-01 Thread Eric J. Pinnell
We are running on the following platform: Windows NT 4.0 SP6a Tomcat 3.3.1a (The problem originally occurred on 3.2.4, we upgraded to 3.3.1a hoping to solve the problem) Sun Java SDK 1.3.1_08 Hi, I have heard of Tomcat hanging in some situations up to 4.1.24. However looking at the above

RE: Unable to obtain a module (.so) for JK2 on Linux (RH9)

2003-09-01 Thread Eric J. Pinnell
up on it and went back to good old trusty mod_jk 1 in the end. -Original Message- From: jerome moliere [mailto:[EMAIL PROTECTED] Sent: 30 August 2003 09:20 To: Tomcat Users List Subject: Re: Unable to obtain a module (.so) for JK2 on Linux (RH9) Eric J. Pinnell wrote: Hi

Re: Socket Problem with tomcat on Solaris 8

2003-09-01 Thread Eric J. Pinnell
Hi, Other people have had this problem. You might want to try Tomcat 4.1.27 as it has a number of Coyote fixes. As for Solaris settings here are some that I use: (excuse the cut and paste) Install Patch IDs 103582-12 or better -SynFlood Listen Queue management fix 103597-04 or better -TCP

Re: Thread dump - (basic)

2003-09-01 Thread Eric J. Pinnell
Hi, Kill -QUIT will work. It will send the output to catalina.out and not kill the process. It doesn't have to be running in the foreground. -e On Mon, 1 Sep 2003, Euan Guttridge wrote: What is the best method to get a stack dump following a frozen tomcat? I cannot use kill -QUIT (pid)

Re: permissions for Tomcat+Apache integration

2003-09-01 Thread Eric J. Pinnell
Hi, The question is do you need to secure your application from the outside world or do you need to secure it from users that might be logging on to your system? Or both? Usually you want to go with the both scenerio. But to keep it simple, pick a user that you want tomcat to run as. Untar

Re: Unable to obtain a module (.so) for JK2 on Linux (RH9)

2003-08-29 Thread Eric J. Pinnell
Hi, JK2 should compile with just the following: ./configure --with-apxs2=/path/to/apache/bin/apxs make It should create mod_jk2.so in the build directory tree not in the directory that you ran configure and make from. I forget exactly where it puts it but a find ./ | grep so from the top level

Re: jakarta connector, jBoss 3.0.6 and iPlanet version 6

2003-08-27 Thread Eric J. Pinnell
Hi, What I had to do is fool netscape into thinking that the file was there. For example: I had http://www.foo.com/index.jsp. I had to touch (write a 0 length file) index.jsp in the netscape docroot so netscape wouldn't throw a 404. Doing this would fool netscape into thinking the file was

Re: apache2, mod_jk2, tomcat4.1.27: server has been restarted orreset this connection

2003-08-26 Thread Eric J. Pinnell
Hi, I get this too. You can add a connectionTimeout to the Connector (I use 12) and you will no longer get a reset INFO message but a connection timed out INFO message. I know that it is possible for the user to get a 400 or 500 error due to these resets. I haven't ran a test with the

Re: Modjk2 error log

2003-08-25 Thread Eric J. Pinnell
Hi, It looks like you have a little confusion between JK and JK2. Location /TruckEnqui/ JkUriSet worker ajp13:test2.com:8009 /Location Get rid of these in your httpd.conf. The URIs are defined in workers2.properties. workers2.properties file : [logger.apache2] level=DEBUG [shm]

Re: Problems build mod_jk on Solaris 9

2003-08-24 Thread Eric J. Pinnell
and I get the error: could not find /usr/local/apache/bin/apxs configure: error: You must specify a valid --with-apxs path Apxs is a perl script. Make sure that it is finding perl. Basically make sure that apxs is working. -e

Re: Total Linux Newbie Question

2003-08-23 Thread Eric J. Pinnell
Hi, That stuff is going to catalina.out in the logs directory. -e On Sat, 23 Aug 2003, Mike Duffy wrote: With all the Windows viruses going around, I've decided to spend the weekend switching from Windows to Linux for my workstation at home. Could someone please help me with a very basic

RE: E-Mail to CompuServe Customer Service

2003-08-22 Thread Eric J. Pinnell
Yup. It looks like an auto-responder getting flooded by sobig. So the virus is hitting compuserver support and the (forged) Reply-To is the list address. Otherwise we'd get the attachment. -e On Fri, 22 Aug 2003, Mike Curwen wrote: Is this

[OT] A storm by any other name...

2003-08-22 Thread Eric J. Pinnell
Hi, Someone jsut told me that if you have ever lived through a hurricane (which I haven't) you'd know that there ain't nothing you can do about it. You just gotta sit in the basement until it goes away. -e - To unsubscribe,

Re: iPlanet 6 Connector Solaris 8

2003-08-21 Thread Eric J. Pinnell
Hi, Accepting a binary from strangers is risky business, IMHO. Maybe if you post what troubles you are having someone can help? The documentation is in the mod_jk source file. -e On Thu, 21 Aug 2003, Fitzmaurice, Paul wrote: I am having problems building a connector for iPlanet 6 on Solaris

Re: apache2 + mod_jk2 + tomcat problems...

2003-08-21 Thread Eric J. Pinnell
- I've got level=DEBUG in my logger component, and debug=9 in several other components. Yet I am not getting any debug-like info. Alos the jkstatus page shows debug levels=0 for all components. How do I get omore info in my logfile so I have a chance of finding out what my other problems are.

RE: Problem with mod_jk and CoyoteConnector

2003-08-21 Thread Eric J. Pinnell
JK2 works with later versions of Apache 2. Around 2.0.43 the version of JK2 you used was real picky about what version of Apache was being used. But anything after .43 should work with JK2. -e On Thu, 21 Aug 2003, Martin Smith wrote: Hi, I think I'm right in saying that mod_jk2 only works

Re: About server.xml

2003-08-17 Thread Eric J. Pinnell
Hi, The Wrox Professional Tomcat book does a pretty good job disecting this file. If you don't find your answers in the docs or on the list you might want to look there. -e On Sun, 17 Aug 2003, Alexander Vavilin wrote: Hello all, I am new to Tomcat, so can anybody explain or advice an

Re: Getting mod_jk2 : Slackware FreeBSD and Tomcat

2003-08-17 Thread Eric J. Pinnell
Try using the 2.0.2 JK2 source: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.2/src/ -e On Sun, 17 Aug 2003, Decio Jr. wrote: Has anyone built a mod_jk2.so file for FreeBSD5.1 and Linux (Slackware)? I got the mod_jk2.so file in Slackware with sucessful but NOT

Re: port 8009 security (ajp13)

2003-08-16 Thread Eric J. Pinnell
Hi, Firewalls. In a single box setup you would have a firewall that would only allow access to port 80. Apache would get the request and forward it back to itself on port 8009. This would be behind the firewall so you couldn't access port 8009 directly. In a N-tier setup there would be a

Re: How To Build mod_jk?????

2003-08-16 Thread Eric J. Pinnell
Hi, I don't use ant. I use make. It appears that you are trying to build JK2. In the native2 directory: ./configure --with-apxs2=/path/to/apache/bin/apxs make -e On Sat, 16 Aug 2003, Bongrip wrote: I have been trying to build mod_jk and it seems the documentation is lacking and the

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
that you need another tomcat. -e On Fri, 8 Aug 2003, Eric J. Pinnell wrote: Is it also unlimited (or insanely huge) on the database? -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote: i adjusted the pool to unlimited and am still getting these errors. something else seems to be fekachte

Re: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
Hi, Your pool of connections to your database is exhausted. Try upping the number. -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote: we are getting a ton of these errors in our catalina.out and i could use help in fixing it. i know they are related to our connection pooling, but not what to

Re: security hole on windows tomcat?

2003-08-14 Thread Eric J. Pinnell
Interesting. WinXP Tomcat 4.1.24 http://localhost:8080/examples/jsp/num/numguess.jsp%20 I get the source. -e On Mon, 11 Aug 2003, John Turner wrote: Let's see the Tomcat-only link. John Angus Mezick wrote: Ok guys, What could I have turned on that would have allowed this bug to

Re: Jvmroute and worker names?

2003-08-14 Thread Eric J. Pinnell
Hi, jvmroute names don't equate to the names of the workers in your properties file. basically all jvmroute does is tack that name on the end of the session id so the connector knows what tomcat to send the session to in a loadbalanced env. It's sticky that way. I'm not sure about the

RE: mod_jk2 on Solaris 8 - symbol apr_socket_timeout_set: referencedsymbol not found

2003-08-14 Thread Eric J. Pinnell
or a switch to specify the location? John -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: 12 August 2003 16:06 To: Tomcat Users List Subject: RE: mod_jk2 on Solaris 8 - symbol apr_socket_timeout_set: referenced symbol not found Are you

RE: mod_jk2 on Solaris 8 - symbol apr_socket_timeout_set: referencedsymbol not found

2003-08-14 Thread Eric J. Pinnell
-Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: 12 August 2003 15:35 To: Tomcat Users List Subject: Re: mod_jk2 on Solaris 8 - symbol apr_socket_timeout_set: referenced symbol not found Hi, Try to compile it with just: ./configure --with-apxs2=/path

Re: Oracle connection pooling

2003-08-14 Thread Eric J. Pinnell
Hi, Firewalls, and I'm not speaking for all of them, as a rule of thumb close _idle_ connections after an hour. Your connections should be done well before that. -e On Fri, 8 Aug 2003, Cristopher Daniluk wrote: We are running a fairly large ecommerce site consisting of 3 apache 2.0.48

Re: Clustering applications

2003-08-14 Thread Eric J. Pinnell
Hi, Tomcat 5 has this functionality. The code has been backported to Tomcat 4. It's in CVS somewhere (the place escapes me) but if you search the list archives you will find it. -e On Tue, 12 Aug 2003, Sean Leblanc wrote: Suppose I wanted to set up Tomcat and share some common info across

RE: uri mapping with mod_jk2

2003-08-14 Thread Eric J. Pinnell
when you get the 404 is it an apache style 404 or a tomcat style 404? On Thu, 14 Aug 2003, Madere, Colin wrote: Although I'm not a JK2 expert, this looks correct. It may be something with the rest of your configuration. I know I am having success without using explicit worker definitions.

RE: Jvmroute and worker names?

2003-08-14 Thread Eric J. Pinnell
Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:40 AM To: Tomcat Users List Subject: Re: Jvmroute and worker names? Hi, jvmroute names don't equate to the names of the workers in your properties file. basically all jvmroute does

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
wrong. connecs shot up to around 600 or maybe more, then we started getting the java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket. the db has an insanely huge connection limit of 99,999 we think. barclay -Original Message- From: Eric J. Pinnell

[OT]Re: Tomcat 4.1.24 behind a proxy

2003-08-14 Thread Eric J. Pinnell
Hi, We had this happen once. We were behind a proxy firewall that wasn't transparent. Kinda like when you have to enter a proxy server in your settings in IE or netscape. It was one of those types of proxies/firewalls rather than something like a PIX which is transparent. Rather than recode

Re: jk2_init Error ??

2003-08-14 Thread Eric J. Pinnell
Hi, This message is also normal. JK2 is just initializing. I know it's not the best message. -e On Wed, 13 Aug 2003, NormW wrote: I'll take the 'scoreboard' question... It's the shared memory area for mod_jk2... it facilitates the creation the /jkstatus page it is also saved to disk

Re: mod_jk2 on Solaris 8 - symbol apr_socket_timeout_set: referencedsymbol not found

2003-08-14 Thread Eric J. Pinnell
Hi, Try to compile it with just: ./configure --with-apxs2=/path/to/apache/bin/apxs make -e On Tue, 12 Aug 2003, J.P. Wadkin C9951627 wrote: I'm trying to get mod_jk2 to work with Apache 2.0.43 on Solaris 8. I downloaded the mod_jk2 binary but Apache gives me this error message: Cannot

RE: security hole on windows tomcat?

2003-08-14 Thread Eric J. Pinnell
I think at this point this might be a worthwile canidate for Sun's bugparade. At least get it on their radars (if they don't know about it already). It's interesting that the bug doesn't show up in Tomcat 4.1.27. When 1.4.2 was released 4.1.24 was the latest stable build. Regardless the

Re: security hole on windows tomcat?

2003-08-14 Thread Eric J. Pinnell
info. -e On Mon, 11 Aug 2003, John Turner wrote: http://localhost:8080/examples/jsp/num/numguess.jsp%20 = 404 Win 2K Pro Tomcat 4.1.27 John Eric J. Pinnell wrote: Interesting. WinXP Tomcat 4.1.24 http://localhost:8080/examples/jsp/num/numguess.jsp%20 I get the source

RE: mod_jk2 on Solaris 8 - symbol apr_socket_timeout_set: referencedsymbol not found

2003-08-14 Thread Eric J. Pinnell
the location? John -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: 12 August 2003 16:06 To: Tomcat Users List Subject: RE: mod_jk2 on Solaris 8 - symbol apr_socket_timeout_set: referenced symbol not found Are you using: http://jakarta.apache.org/builds

Re: Hardware loadbalancing with JK2

2003-08-14 Thread Eric J. Pinnell
Hi, Using the CSS between Apache and Tomcat seems a bit overkill as Tomcat provides all the functionality that a CSS would. However I think you can get it to work. All you need is a single worker to the CSS. From there the CSS should bust it out and spread it across the various Tomcats. There

Re: Anyone running jk2 with Stronghold 4.0?

2003-08-14 Thread Eric J. Pinnell
Hi, I'm going to guess an say that you should try to install it just like the instructions say to install JK2 on apache. As I remember stronghold is apache with a proprietary ssl module. I don't see how that would prevent the apache from loading the JK2 module. -e On Fri, 8 Aug 2003,

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
typically bad. Find what they are sticking on and fix it. :) Simple, eh? -e On Fri, 8 Aug 2003, Eric J. Pinnell wrote: Hi, You could get a thread dump and see where your connections are hanging. When you get your errors kill -QUIT the pid. -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote

Re: Starting tomcat from init scripts (HP/UX)

2003-08-12 Thread Eric J. Pinnell
Hi, It's been a while since I tinkered with HP/UX but it seems to me that you can set all your varibles in the default tomcat start scripts and then call the default startup.sh and shutdown.sh. -e On Thu, 7 Aug 2003, Lott, Carey wrote: Hi, The above subject is based on the exact same topic I

RE: Hardware loadbalancing with JK2

2003-08-12 Thread Eric J. Pinnell
-Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 5:04 PM To: Tomcat Users List Subject: Re: Hardware loadbalancing with JK2 Hi, Using the CSS between Apache and Tomcat seems a bit overkill as Tomcat provides all the functionality

Re: is there a way to download a jsp file from server withoutexecuting it?

2003-08-09 Thread Eric J. Pinnell
Or stealing :) -e On Fri, 8 Aug 2003, Tim Funk wrote: I hope not, we tend to call that a security flaw. -Tim Prince wrote: hi is there a way to download a .jsp file without executing it? ie i need the content od jsp file, not the result of that jsp file. same question goes with

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-09 Thread Eric J. Pinnell
as stymied as i am) says that according to his sources, sockets on linux are open files so if the open file limit is exceeded, it would affect sockets as well. any thoughts on this? barclay -Original Message- From: Eric J. Pinnell

Re: Problem with mod_jk2

2003-08-08 Thread Eric J. Pinnell
Hi, http://jakarta.apache.org/tomcat/faq/connectors.html -e On Wed, 6 Aug 2003 [EMAIL PROTECTED] wrote: Hello, I've compiled mod_jk2, and installed it intirely according to the instructions on the website. I'm using apache 2.0.47 and tomcat 4.1.24 I have the impression that the mod_jk2

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-08 Thread Eric J. Pinnell
Is it also unlimited (or insanely huge) on the database? -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote: i adjusted the pool to unlimited and am still getting these errors. something else seems to be fekachte. barclay -Original Message- From: Eric J. Pinnell [mailto:[EMAIL

Re: Can I get an answer please -- Re: Why integrate Tomcat with aweb server?

2003-08-08 Thread Eric J. Pinnell
Hi, I agree. That is what I have always read and I think it's a wide conception that is out there. If this isn't true could someone enlighten us? -e On Fri, 8 Aug 2003, Rick Roberts wrote: Of course not. I'm only regergitating stuff I have read. But I have seen it from several different

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-08 Thread Eric J. Pinnell
is exceeded, it would affect sockets as well. any thoughts on this? barclay -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:38 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site

RE: Starting tomcat from init scripts (HP/UX)

2003-08-07 Thread Eric J. Pinnell
the sender and delete the material from all computers. /disclaimer -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 2:11 PM To: Tomcat Users List Subject: Re: Starting tomcat from init scripts (HP/UX) Hi, It's been a while since I

RE: how to suppor 30000 concurrent users

2003-08-06 Thread Eric J. Pinnell
I would also do a serious reality check on the 30,000 concurrent users number. After going through something like the drill below you will find that you have architected yourself one big system. The sticker shock alone might be enough for people to go back and seriously reconsider their numbers.

Re: Tomcat 5.0.2 and IIS

2003-08-06 Thread Eric J. Pinnell
The IIS connector is ajp13. The coyote connector is ajp13 compliant so I think an experiment would be in order. I would guess it would work. -e On Tue, 5 Aug 2003, vikas jain wrote: If someone knows tomcat 5.0.2 works with IIS??? I tried to search for it, I got to know tomcat 3.3 works

Re: Apache 2.0.47, Tomcat 5.0.5, JK2 connector 2.0.2

2003-08-05 Thread Eric J. Pinnell
Hi, I have gotten Tomcat 5.0.4/Apache 2.0.47/JK2 2.0.2 working on a Solaris 7 box. I set it up just like you would set it up in the FAQs. My comment echos John's advice. Forget the jni and just stick to TCP sockets. -e On Tue, 5 Aug 2003, Pat Pomatto wrote: Hi, I'm running on Linux

Re: mod_jk

2003-07-31 Thread Eric J. Pinnell
Hi, Just an FYI... I'm looking our JK2 config now and DirectoryIndex is not set with index.jsp. The only thing that I can find is the welcome-file is index.jsp. The application pulls up index.jsp by default when you go to http://host/context/ I don't see any redirects as this application

Re: mod_jk

2003-07-31 Thread Eric J. Pinnell
works. It doesn't appear, at least on the surface, that they developer did anything special to get it to operate that way. -e On Thu, 31 Jul 2003, John Turner wrote: What about http://host/context without the trailing /? John Eric J. Pinnell wrote: Hi, Just an FYI... I'm

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Eric J. Pinnell
Hi, Try playing with the connectionTimout setting in your server.xml. By default it is set at 0. Try using 12. Also experiment with -1. I have found that the connector resets every once in a while with a 0. With 12 the connection doesn't reset but times out. I have heard that a -1

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Eric J. Pinnell
Someone can explain how analize data from a kill -3 ( thread dump ) . I can see nothing rare. Google for this. You could write a book about this subject and I don't think this is the right place to do it. Basically it's used to see if threads are blocked or hanging on a piece of code. If

Re: CiscoLB jk2 problem

2003-07-31 Thread Eric J. Pinnell
Hi, This is why you want to spread your application across two or more tomcats. I'm not sure if you can tweak the behavior of the error because what you are getting is indeed a internal server error. If you are going to load balance you should try to load balance all the way down the stack.

Re: Possible configuration error in JK2-Environment (Apache 2.0.46,Tomcat 4.1.18/24)

2003-07-31 Thread Eric J. Pinnell
Hi, Here is a minimal JK2 config. This is a default config so you need to change port 8009 below to port 9000 per your server.xml workers2.properties: bash-2.05$ more workers2.properties [shm] file=${serverRoot}/logs/shm.file size=1048576 # socket channel [channel.socket:localhost:8009]

Re: Possible configuration error in JK2-Environment (Apache 2.0.46,Tomcat 4.1.18/24)

2003-07-31 Thread Eric J. Pinnell
heh. Sorry. Forget the first line in my workers2.properties. I got a little wild with my cut and paste. -e On Thu, 31 Jul 2003, Eric J. Pinnell wrote: Hi, Here is a minimal JK2 config. This is a default config so you need to change port 8009 below to port 9000 per your server.xml

RE: CiscoLB jk2 problem

2003-07-31 Thread Eric J. Pinnell
No, I think you mentioned that. :) -e On Thu, 31 Jul 2003, Angus Mezick wrote: Dang, I forgot to mention that we have 6 machines set up like this (or to be set up like this). -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:18

RE: Best Tomcat Book, Recommendations??? PART 2

2003-07-30 Thread Eric J. Pinnell
You're right,I guess you can always use it to prop your monitor up. :) -e On Wed, 30 Jul 2003, Aggarwal, Gautam (IE03) wrote: Can a book ever be 'Pure Garbage'? Please think about it! Gautam -Original Message- From: Tony LaPaso [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30,

Re: Problem with buildconf.sh

2003-07-30 Thread Eric J. Pinnell
What version of solaris is this? I wasn't paying attention. -e On Wed, 30 Jul 2003, John Turner wrote: Sorry, I don't have access to a Solaris play box anymore, so I'm at a loss on how to help you resolve this. Hopefully someone else has the answer. John [EMAIL PROTECTED] wrote:

Re: Problem with buildconf.sh

2003-07-30 Thread Eric J. Pinnell
: installing `scripts/build/unix/install-sh' configure.in: installing `scripts/build/unix/mkinstalldirs' configure.in: installing `scripts/build/unix/missing' autoconf bash-2.05$ Dunno what's going on over there. -e On Wed, 30 Jul 2003, Eric J. Pinnell wrote: What version of solaris is this? I wasn't

Re: Problem with tomcat and ssl

2003-07-30 Thread Eric J. Pinnell
You can't send http and https requests to the same port. -e On Wed, 30 Jul 2003 [EMAIL PROTECTED] wrote: Greetings, This will work - http://placeanad.classifiedmarketplace.net:8080/AdWebster but this will not https://placeanad.classifiedmarketplace.net:8080/AdWebster - why is this?

RE: Problem with buildconf.sh

2003-07-30 Thread Eric J. Pinnell
, Bobbie -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 10:44 AM To: Tomcat Users List Subject: Re: Problem with buildconf.sh Ok, Solaris 9 works for me. I had to install libtool-1.5, autoconf-2.57, and automake-1.7. I also had

RE: Problem with buildconf.sh

2003-07-30 Thread Eric J. Pinnell
' is required autoconf autoconf: no input file Anything else? -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 10:59 AM To: Tomcat Users List Subject: RE: Problem with buildconf.sh check your permissions

Re: Hooking Tomcat to Apache HTTPD

2003-07-30 Thread Eric J. Pinnell
Hi, Why don't you slim down that file and try something simple first. Like: [shm] file=${serverRoot}/logs/shm.file size=1048576 # socket channel [channel.socket:localhost:8009] port=8009 host=127.0.0.1 # define the worker [ajp13:localhost:8009] channel=channel.socket:localhost:8009 # Uri

Re: SOS Tomcat 5 and Apache httpd 2.0.47 on windows w2k

2003-07-30 Thread Eric J. Pinnell
Is tomcat listening on port 8009? -e On Wed, 30 Jul 2003, Julien Martin wrote: Hello, I am still trying to run tomcat 5 together with apache httpd. I altered the workers2.properties file as one of you suggested. Here it is now: ** [shm]

Re: SOS Tomcat 5 and Apache httpd 2.0.47 on windows w2k

2003-07-30 Thread Eric J. Pinnell
Jul 2003, Eric J. Pinnell wrote: Is tomcat listening on port 8009? -e On Wed, 30 Jul 2003, Julien Martin wrote: Hello, I am still trying to run tomcat 5 together with apache httpd. I altered the workers2.properties file as one of you suggested. Here it is now

Re: Tomcat 4.1.18 crash.

2003-07-29 Thread Eric J. Pinnell
Hi, If it hangs get a thread dump by sending a 'kill -QUIT' to the process (Unix only). That will tell you more of whats going on in the VM than the logs do. From it you can tell where the threads are getting stuck. Hopefully that will point you in the right direction to debug. I think there

Re: jk2_init() Can't find child xxx in scoreboard

2003-07-29 Thread Eric J. Pinnell
Hi, Is this right at startup? If so it's not an error. It is just initializing. It should work correctly after startup. -e On Tue, 29 Jul 2003, [iso-8859-1] Jørgen[iso-8859-1] [iso-8859-1] Nørgaard wrote: Hello, there has been some recent discussion of this problem but no solution yet

RE: Off Topic: List Server for Tomcat

2003-07-29 Thread Eric J. Pinnell
Hi, Is java a requirement? You could save yourself a lot of time and troubles not reinventing the wheel. Majordomo has been around forever... -e On Tue, 29 Jul 2003, Pitre, Russell wrote: I think this is what i'm looking forexcept, its written in PerlI would like an implementation

Re: load testing tomcat

2003-07-29 Thread Eric J. Pinnell
Hi, My humble opinion is that you can't beat LoadRunner. It is expensive, but you get what you pay for. The reports are awesome and it doesn't goof up as bad as many other tools. It's scripting language is very rich. But like I said it isn't free. In fact unless you have budgeted for it

Re: Tomcat Crashing on Linux

2003-07-29 Thread Eric J. Pinnell
Hi, Check to make sure you aren't throwing a lock down somewhere and stacking up threads behind it. -e On Tue, 29 Jul 2003, Rick Roberts wrote: I had not seen this problem before I recently started implementing JDBCRealm on these servers. Anyone else having stability problems when using

Re: Tomcat Crashing on Linux

2003-07-29 Thread Eric J. Pinnell
Earlier today we were talking about thread dumps. You might want to generate some next time this is happening. It will show you if a thread is locked and what it is waiting on. send a kill -QUIT to the VM when it is hanging. It's often a good idea to get like 5 or 6 thread dumps right in a row

Re: jk2 over seperate servers

2003-07-28 Thread Eric J. Pinnell
Hi, How about posting your workers2.properties file? -e On Mon, 28 Jul 2003, Martin Smith wrote: Sorry guys - school boy error. - Original Message - From: Martin Smith [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, July 28, 2003 12:55 PM Subject: Re: jk2

Re: coonnectionTimeout

2003-07-28 Thread Eric J. Pinnell
Hi, Good question. I always thought of '0' as being infinite and I wasn't aware of -1. One difference I see, and this seems to be Solaris specific, is that when I use '0' I get INFO: connection reset messages in Tomcat from the Connector. When I give it a time out of say 12 I no longer get

Re: Tomcat Education

2003-07-28 Thread Eric J. Pinnell
The Professional Apache Tomcat book is a good foundation how Tomcat works but it is intended for more of a sys-admin type than a developer. I thought it was pretty good on that aspect. Not many books cater to the poor admins who could really care less about the inner workings of someones tag

Re: A problem with configuring tomcat with apache.

2003-07-28 Thread Eric J. Pinnell
Hi, This is the mod_webapp config that comes with Solaris. I think I ran it for about a day or two. in httpd.conf the last line is: include /etc/apache/tomcat.conf tomcat.conf: LoadModule webapp_modulelibexec/mod_webapp.so AddModule mod_webapp.c WebAppConnectionconn

Re: rename workers2.properties file?

2003-07-28 Thread Eric J. Pinnell
Hi, Although I haven't heard of anyone doing this you could add in your httpd.conf: JkSet config.file /full/system/path/to/workers2.properties I don't see why you couldn't change that to anything you want. -e On Mon, 28 Jul 2003, Sullivan, Patrick wrote: With mod_jk it was easy to have a

Re: Best Tomcat Book, Recommendations??? PART 2

2003-07-28 Thread Eric J. Pinnell
Hi, I don't usually push books... people have different tastes. But I like the Wrox book. It's an administrators book. Basically how Tomcat is designed from an architecture standpoint (containers, contexts, valves, realms, what the directories are for, etc) and how to configure it

Re: Need Help For Iplanet Tomcat Configuration

2003-07-25 Thread Eric J. Pinnell
Hi, I'm not sure if cross posting like that was such a good idea... But since I just had to figure this out last week I will share what I learned. I had to play with this a bit befor I was able to get it to work. I was using Solaris so I can't help you with the correct version of the redirector

Re: buiding 4.24

2003-07-25 Thread Eric J. Pinnell
J. Pinnell wrote: || Hi, || || For the JK2 connector you should use the 2.0.2 source. || || Then compile with: || || ./configure --with-apxs2=/path/to/apxs || || then make || || then mod_jk2.so should be in down in the build directory. || || You need to manually copy the file

Re: Mod_jk on Solaris - has anyone actually ever built it?

2003-07-25 Thread Eric J. Pinnell
You might want to try JK2. I am able to build mod_jk2.so on Solaris 7 and 2.6 and 7 are pretty close to each other. You might want to give it a whirl. -e On Fri, 25 Jul 2003, John Turner wrote: I built it for Solaris 8. Good luck building it for 6, it took me three days and 2 reinstalls

Re: iPlanet and Tomcat integration on solaris

2003-07-25 Thread Eric J. Pinnell
a) The remoteUser is not being passed from iPlanet to Tomcat. My JSPS are reading the remoteUser using the request.getRemoteUser() method. I am using the RequestDumperValve to see what is being passed to Tomcat. The remoteUser value is invariably set to null. I looked at the source code

RE: Tomcat not working behind a NAT?

2003-07-25 Thread Eric J. Pinnell
I still think you are barking up the wrong tree here. If I had to guess I would say that 95% of all internet faceing Tomcat servers are behind some kind of NAT device. One thing to consider. NAT only translates the IP in the IP header and doesn't change the data payload. So if you are, for

RE: Tomcat not working behind a NAT?

2003-07-25 Thread Eric J. Pinnell
My question is, is that forward call a full http request? If so, what ip address will it use? I think that it is trying to use the 3.3.3.3 address and the NAT doesn't like it. Well ya. That's kinda what I've been saying. Don't hardwire the IP. So instead of using an IP use a hostname. For

Re: TCP/IP issues with tomcat 4.1.24

2003-07-25 Thread Eric J. Pinnell
Hi, That's interesting. I haven't seen it but it's interesting. Just curious, when the systems is exhibiting this behavior and you try to bring up a browser and re-inact a testing scenerio what happens? Is the system still responsive? Can you duplicate the error by hand? When you get that

Re: Env var serverRoot or JkSet config.file

2003-07-24 Thread Eric J. Pinnell
Hi, I use: JkSet config.file /usr/local/apache/conf/workers2.properties you have to have the full system path in there. You can't shortcut it like you can in a LoadModule statement. (i.e. modules/mod_jk2.so) -e On Thu, 24 Jul 2003, [iso-8859-1] Ivan Montoro wrote: Nicolas, Simon, many

Re: Env var serverRoot or JkSet config.file

2003-07-24 Thread Eric J. Pinnell
to mention is just set after mod_jk2 LoadModule with full path, and file exists LoadModule jk2_module modules/mod_jk2.so JkSet config.file /opt/httpd/conf/workers2.properties --- Eric J. Pinnell [EMAIL PROTECTED] wrote: Hi, I use: JkSet config.file /usr/local/apache/conf/workers2

Re: Tomcat not working behind a NAT?

2003-07-24 Thread Eric J. Pinnell
Hi, I was unaware that tomcat connects to itself on a high port. Never the less, Tomcat should be completely unaware of the 204.1.1.1 address. If your NAT is totally transparent the only place that IP lives is on the external interface of your firewall/NAT device. I don't see how that IP could

Re: Tomcat not working behind a NAT?

2003-07-24 Thread Eric J. Pinnell
Heh.. ya. That didn't all come out right. Use a host name instead of IP numbers and have internal and external DNS set up with the internal and external IP numbers of the host respectively. That's better. -e On Thu, 24 Jul 2003, John Turner wrote: Made sense to me. :) John Eric J

Re: buiding 4.24

2003-07-24 Thread Eric J. Pinnell
Hi, For the JK2 connector you should use the 2.0.2 source. Then compile with: ./configure --with-apxs2=/path/to/apxs then make then mod_jk2.so should be in down in the build directory. You need to manually copy the file to the apache modules directory. The complete step by step is in the

Re: crazy iPlanet/Tomcat question.

2003-07-22 Thread Eric J. Pinnell
/ApacheConfig/NSConfig/. Eric J. Pinnell [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have seached and looked through the archives with no luck. I have also experimented quite a bit and have a question: I currently have iPlanet 4.1 connected to Tomcat 4.1.18 via the NSAPI

Re: tomcat, jk2 and apache

2003-07-21 Thread Eric J. Pinnell
Hi, Look through the archives and you will find numerous discussions on this subject. -e On Sun, 20 Jul 2003, Seamus Hanly wrote: Hi, I am trying to set up Apache/2.0.40 to talk to Tomcat 4.1.24 using jk2 connector on Red Hat 9.0. This is my first time setting something like this up so

crazy iPlanet/Tomcat question.

2003-07-21 Thread Eric J. Pinnell
Hi, I have seached and looked through the archives with no luck. I have also experimented quite a bit and have a question: I currently have iPlanet 4.1 connected to Tomcat 4.1.18 via the NSAPI redirector on Solaris. However it will not load the default page (welcome page) such as index.jsp.

Re: need a working mod_jk2 for RH Apache 2.0.40

2003-07-18 Thread Eric J. Pinnell
I think one way is to remove the rpm from redhat and install the httpd server from apache.org and not use package management . But I was hoping to avoid if I can . That's the best thing you can do. -e - To unsubscribe,

Re: Need help with performance issue - Tomcat 4.1.X

2003-07-12 Thread Eric J. Pinnell
ditto. There is no sure fire way from the system aspect (CPU, run queue, etc) that will tell you what's going on. You need to peek inside the VM and see what it's doing. -e On Fri, 11 Jul 2003, John Turner wrote: Like I said, I'm no guru. Sounds like you need to bust out a profiler. John

Re: Another JK2 question

2003-07-12 Thread Eric J. Pinnell
Hi, mod_jk and JK2 are configured totally different from each other. No more JkMount's or anything. Since I'm not a pro at mod_jk I can't tell you what's exactly is still supported but just by looking at it I'd say slim to none. -e On Sat, 12 Jul 2003, Jay Garala wrote: Folks, Maybe i

Re: JK2

2003-07-11 Thread Eric J. Pinnell
Hi, I use unix sockets when both apache and tomcat are on the same server because they are fast. Although before I install it I always ask myself if they are on the same box do I need to run Apache at all? If you aren't using any of the tricked out features of Apache you would be better off

  1   2   >