Re: new thread for Jeffrey Caswell

2002-05-09 Thread Jeff Hoare
Hi, mod_jk and mod_webapp are 2 different connectors. So you shouldn't have any directives for mod_webapp unless you are using this connector. I followed the instructions that Gianluca provided (adopted for linux) and they work for me. I've added some comments to the instructions below in case

Re: oci8 driver problem on Linux

2002-04-23 Thread Jeff Hoare
Hi, Not sure if this helps but are you sure that the tomcat user doesn't also need to have the oracle library paths defined if you are reliant on native calls? export LD_LIBRARY_PATH=oraclehome/lib:$LD_LIBRARY_PATH Add this to a startup script for Tomcat. I've had to do something similar to

Re: Tomcat Performance

2001-08-24 Thread Jeff Hoare
Yep, I think that with the later glibc you have to limit the stack size available to the session you run the sun jdk in. It used to *not* start for me untill the stack size was limited to 2meg (ulimit -s 2048), now runs fine. Jeff On Friday 24 August 2001 23:31, you wrote: On Fri, 24 Aug

Re: Configutaion Problems NT = Linux

2001-07-26 Thread Jeff Hoare
What happens? If this fits your situation then this may help. If u are using the sun jdk1.3.1 and u are using a 2.4 kernel then one thing that can happen is that the jdk won't start because of the default stack size. In this case you'll get nothing, the thing will try to start tehn die. If

Re: Configutaion Problems NT = Linux

2001-07-26 Thread Jeff Hoare
oops... ulimit applies to the user that you run tomcat as Jeff On Friday 27 July 2001 15:47, you wrote: What happens? If this fits your situation then this may help. If u are using the sun jdk1.3.1 and u are using a 2.4 kernel then one thing that can happen is that the jdk won't start

Re: Configutaion Problems NT = Linux

2001-07-26 Thread Jeff Hoare
] RewriteCond %{REQUEST_URI} !^/Image* [NC] RewriteCond %{REQUEST_URI} !^/Elemtech* [NC] RewriteCond %{REQUEST_URI} !^/Erreur* [NC] RewriteCond %{REQUEST_URI} ^/.*/.* RewriteRule ^/(.*) /lol/AdFront?access=/$1 [PT,QSA] /VirtualHost so... Loïc Lefèvre -Message d'origine- De : Jeff

Re: Help w/ Tomcat 4.0b6 and Apache

2001-07-25 Thread Jeff Hoare
Hi, I'm using it but as you have found out I think very few ppl are using it on this list. I was able to view servlets thru apache, but the integration fails whenever I try reading any data (I use the post method for form data). I found a java null pointer exception in the catalina log trying

Re: run Startup.sh at background

2001-07-21 Thread Jeff Hoare
Hi, I would have though that it should just run in background. But you could use nohup: nohup bin/startup.sh This will leave it running, but I'm surprised as I can start my server remotely via tomcat and log out without problem. Jeff On Saturday 21 July 2001 19:42, you wrote: Hi I start

Re: run Startup.sh at background

2001-07-21 Thread Jeff Hoare
tried nohup. it doesn't work. Any otherway start tomcat remotely and log out without problem. Harden - Original Message - From: Jeff Hoare [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 22, 2001 4:13 AM Subject: Re: run Startup.sh at background Hi, I would have

Re: Fw: Unable to start tomcat server

2001-07-20 Thread Jeff Hoare
Hi, Is this windows?. If so then in your DOS session you have to set a sufficiently high enough value for the initial environment in the memory tab of your dos session (under properties). This is described in section 6.5 of the release notes for tomcat 3.2.2. Hope it helps Jeff On Friday 20

Re: [ANNOUNCEMENT] Tomcat 4.0-beta-6 Released

2001-07-20 Thread Jeff Hoare
Ok, So where is the src for the updated Apache connector? It used to be under src/connectors. I've downloaded the binary and src tarballs and can't see it anywhere? Or does you note imply that the connector will be released seperately Jeff On Friday 20 July 2001 17:20, you wrote: The

Re: Too many process?

2001-07-20 Thread Jeff Hoare
Hi, Are you using native threads? if so then this is ok (from memory each java thread gets mapped to a seperate process). If you use green threads then they should share a single process (from memory). For example sun's jdk starts 33 processes on my system (depending on your configuration you

Can't get webapps module to work

2001-07-20 Thread Jeff Hoare
Hi, I have built and installed the newset webapp module. However, when I try to access anything I get the following error. I get this error even trying the examples servlets. Is this a config problem? or have I missed something during in the build/deploy? If I'm just viewing stuff its ok. Itrs

Re: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-19 Thread Jeff Hoare
Hi Mark, Yes thanks for that I did get the mail from your accomplice :-). I tried a few options except the obvious :-). I even found a declaration of the aforementioned function but couldn't find the definition (its declared in /usr/include/bits/sigthread.h. Thansk very musch for the help

Re: problem with webapp_module and redhat 7.1/apache 1.3-tomcat4.0b5

2001-07-18 Thread Jeff Hoare
Me too, Exact same error on SuSE 7.1, so I await a response :-). On Wednesday 18 July 2001 19:30, you wrote: hi there, trying to build mod_webapp.so module for the apache1.3 / tomcat 4.0b5 integration, the following error occures, after building the module successfully and trying to start

Re: Tomcat 4.0b5/Apache/mod_webapps/JSP - NO GO!

2001-07-18 Thread Jeff Hoare
Hi, I don't know if you have came across this or not but in the tomcat directory src/connectors/doc there is a warp.html page, as well as an apache1.3.html that may help. So how did u get the mod_webapps.so library to work. Whenever, I build and try to run it I get a pthread_sigmask unresolved

processes don't die

2001-07-17 Thread Jeff Hoare
Hi, When I use the shutdown script for Tomcat (version 4) it does not stop all the java processes. There are 28 java processes normally, however, after executing shutdown 23 are still left. If I restart Tomcat they all seem to die and then eventually come back (u know the expected 28). The

Re: processes don't die

2001-07-17 Thread Jeff Hoare
2001 05:07, you wrote: DO you have any servlets or application beans that have threads listening on any ports of updating data or something like that? rick From: Jeff Hoare [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 18 Jul 2001 18:14:33 +1000 To: [EMAIL PROTECTED] Subject

connector

2001-07-16 Thread Jeff Hoare
Hi, I've compiled a static version of mod_webapp.so so I can integrate tomcat (version 4 beta 5) with my apache server (1.3.14). Problem is when I test the config it says the module can't be loaded because of an undefined symbol (pthread_sigmask). Has anyone encountered this problem, and/or