JK2 error- file access denied

2003-11-20 Thread James Ostad
n port 8080 Nov 20, 2003 11:42:01 AM org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 Nov 20, 2003 11:42:01 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=30/30 config=d:\Program Files\Apache Group\Tomcat 4.1\conf\jk2.properties java.io.FileNotFou

RE: JK2 Build Error

2003-11-20 Thread Dennis McRitchie
Also, check out this URL on building jk2: http://marc.theaimsgroup.com/?l=tomcat-user&m=105103815630094&w=2 I found both to be helpful. If you still have the problem, check the archives of the tomcat users mailing list. This was discussed in the last couple of weeks. Dennis > --

JK2 uri mapping

2003-11-19 Thread Nicolas
hi it's really wired. i can't find the fault in my configuration everything seems to work perfectly jakarta-tomcat-4.1.29 httpd 2.0.48 mod_jk2/2.0.3-dev connected via UNIX Socks the problem is: [uri:/examples/*] info=Prefix mapping localhost/examples/ works localhost/examples/a localhost/example

RE: JK2 Build Error

2003-11-19 Thread Andy Eastham
003 02:03 > To: [EMAIL PROTECTED] > Subject: JK2 Build Error > > > I am sure you all have heard this before, and can give me some direction > on how to solve this problem. > > When I go to 'make' the jk2 module, I get the following build error: > > /usr/bin/

JK2 Build Error

2003-11-18 Thread Bill R
I am sure you all have heard this before, and can give me some direction on how to solve this problem. When I go to 'make' the jk2 module, I get the following build error: /usr/bin/ld: cannot find -lapr-0 collect2: ld returned 1 exit status I am running Redhat 9 jakarta-tomcat-5.0

JK2 question

2003-11-17 Thread jakarta
I have read the docs on JK2 and cant seem to find what I am looking for. I want to map only jsp pages and servlets, but don't know if that is posible (as how would apache know what was a servlet request vs any other request) but if there is a way can you let me know. Thanks,

Re: Unusual config for: SSL -> Apache -> JK2 -> Tomcat

2003-11-13 Thread Bill Barker
MAIL PROTECTED] Is it possible to have Apache receive HTTPS requests and then use JK2 to forward them on to a Tomcat that deals with the SSL/certificates and services the requests? I want Apache & JK2 to be simply a conduit and not try to deal with the SSL. Tomcat will have the certificate,

Unusual config for: SSL -> Apache -> JK2 -> Tomcat

2003-11-13 Thread Mike Kellstrand
Is it possible to have Apache receive HTTPS requests and then use JK2 to forward them on to a Tomcat that deals with the SSL/certificates and services the requests? I want Apache & JK2 to be simply a conduit and not try to deal with the SSL. Tomcat will have the certificate, not Apache.

Tomcat + jk2 + java.net.SocketException:

2003-11-13 Thread rajinder . sandhu
Hi All, I have Apache webserver 2.0.47+ tomcat 4.1.24 + mod_jk_2.0.47.dll installed on WINNT4.0. I have a html page having two frames. When I submit lower frame by clicking in top frame some times I get this exception. Nov 13, 2003 6:11:43 PM org.apache.jk.serv

IIS tomcat 4.1 jk2 connector

2003-11-13 Thread Stéphane Brogi
I have a web server IIS 5.0 with tomcat 4.1.12 running with JK2 connector (isapi2_redirector.dll). The configuration works fine except for one link redirection calling a jsp. This problem appears only when using the jk2 connector because if we use the port 8080 with the tomcat standalone web

RE: Problem with IIS tomcat 4.1 jk2 connector

2003-11-12 Thread Andy Eastham
Stéphane, Your English is perfect - no need to apologise. I've looked at my config (which is for 4.0.18 with jk2) and the only obvious difference is that I don't have a leading "/" in my context path, So try: rather than: Hope this is the solution,

Problem with IIS tomcat 4.1 jk2 connector

2003-11-12 Thread Stéphane Brogi
Hi First sorry for my english. We have a web server with tomcat 4.1.12 running with JK2 connector (isapi2_redirector.dll). The configuration works fine except for one link redirection calling a jsp. This problem appears only when using the jk2 connector because if we use the port 8080 with the

RE: Mod JK2 - load balancing - sessions

2003-11-07 Thread inaminute
file=/usr/local/apache2/conf/workers2.properties debug=0 debugEnv=0 [uriMap:] info=Maps the requests. Options: debug debug=0 # Alternate file logger #[logger.file:0] #level=DEBUG #file=${serverRoot}/logs/jk2.log [shm] info=Scoreboard. Required for reconfiguration and status with multiprocess s

Re: Mod JK2 - load balancing - sessions

2003-11-07 Thread inaminute
seeing if it makes any difference. The configuration > options are described at > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebcom.html. > > Are you sure the jsessionid cookie is set? Yes > > Jonathan Thanks for the link, especially the channel.socket section

RE: Tomcat + jk2 connector configuration

2003-11-07 Thread Dean Searle
workers2.properties # only at beginning. In production uncomment it out [logger.apache2] level=DEBUG [shm] file=z:/tomcat/logs/jk2.shm size=1048576 # Example socket channel, override port and host. [channel.socket:localhost:8109] port=8109 host=127.0.0.1 [channel.socket:localhost:8110] port

RE: Mod JK2 - load balancing - sessions

2003-11-07 Thread Brett Neumeier
> The problem is that I have the same behaviour when I simply > reload my page in > the same Browser instance, jumping from one Tomcat instance > to the other as if > no javax.servlet.http.HttpSession was defined (jsessionid). I haven't used JK2, but I know how this works wi

Re: Mod JK2 - load balancing - sessions

2003-11-07 Thread jmorace
There is a configuration parameter for the load balancer called "stickySession", but it should be enabled by default. You might want to try setting it and seeing if it makes any difference. The configuration options are described at http://jakarta.apache.org/tomcat/tomcat-4.1-d

Mod JK2 - load balancing - sessions

2003-11-07 Thread inaminute
when I simply reload my page in the same Browser instance, jumping from one Tomcat instance to the other as if no javax.servlet.http.HttpSession was defined (jsessionid). I suspect some configurations are required to enable jk2 to keep trace of javax.servlet.http.HttpSession but I did not find out

Re: Tomcat + jk2 connector configuration

2003-11-07 Thread inaminute
Quoting Tatu Vanhanen <[EMAIL PROTECTED]>: Hi, a quick and dirty answer. I am only running this for a day ... so with this in mind here are my comments: 1. I have noticed that I often made errors using JK instead of JK2 syntax, file names, docs in general. For instance the way your declar

Tomcat + jk2 connector configuration

2003-11-07 Thread Tatu Vanhanen
mehost.com/user1/ means that Apache should forward the requests having 'user1' to user1's running Tomcat instance. We have this working with the "ancient" Warp- connector but we should move to jk2 because of some issues with warp. Could someone please include some

Tomcat + JK2 ==> dynamic Host (subdomain) ?

2003-11-05 Thread compilo
Hi, My configuration : apache + tomcat5 + jk2 I've got my site "www.mysite.com" which points on my webapp. I'd like to create dynamicaly hosts like "user1.mysite.com", "user2.mysite.com", ... I manage my DNS, *.mysite.com is directed towards good IP of

RE: Obtaining JK2 binaries for Linux

2003-11-05 Thread patrick . refondini
this, but I did manage to compile them from source. > > Unfortunately my notes don't seem to be that good, but here they are: > build mod_jk2: > > download connector src: > jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz > > gunzip and untar > cd jakarta-tomcat-co

JK/JK2 List

2003-11-05 Thread Joao Medeiros
Hi folks, Does anyone know is there is a distribution list for the JK/JK2 project similar to this one? If not are there any plans or people in this list wanting to start one or aplly for setting up one so that we can start getting some real input, guidelines and orientation from the people

RE: Obtaining JK2 binaries for Linux

2003-11-05 Thread Andy Eastham
Patrick, I found this, but I did manage to compile them from source. Unfortunately my notes don't seem to be that good, but here they are: build mod_jk2: download connector src: jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz gunzip and untar cd jakarta-tomcat-connectors-jk2-2.0.2-s

Obtaining JK2 binaries for Linux

2003-11-05 Thread inaminute
Hi, I try to set up JK2 for Apache/2.0.40 - Jakarta-Tomcat-4.1.29 on RedHat Linux 9.0. I cannot find the binary distribution for the connector, or cannot access it ! The only binary distributions availables are for Solaris and Windows :( I am based in Switzerland and wonder if the "

Re: jk2 as a static library

2003-11-03 Thread Mark W. Webb
thanks for the info. I thought I looked at the INSTALL file and did not see anything. UNIXalways :) Christopher Schultz wrote: Mark, Thanks for getting back to me. Where can I get instructions for doing this? I can only find instructions for compiling the mod_jk2 as a shared object.

Configure tomcat-5 + Apache-2+jk2 on Solaris 9

2003-11-01 Thread Mike Nguyen
Hi, I've read many sources and have tried to configure but it seems not fully working properly. Could anyone help me to configure it or point me to place(s) where I can learn to configure this. I appreciate it. Mike   IncrediMail - Em

Re: Tomcat + JK2 ==> Host (sous domaines) dynamiques ?

2003-10-31 Thread Erik Wright
e d'hôte virtuel. Mais, la tienne a une '/', peut-etre c'est pour ce que ça ne marche pas. Bonne chance! - Erik GL wrote: Bonjour Ma config : apache + tomcat + jk2 J ai mon site www.monsite.com qui est dirigé vers ma webapp. J aimerai créer dynamiquement des hosts style us

Tomcat + JK2 ==> Host (sous domaines) dynamiques ?

2003-10-31 Thread GL
Bonjour Ma config : apache + tomcat + jk2 J ai mon site www.monsite.com qui est dirigé vers ma webapp. J aimerai créer dynamiquement des hosts style user1.monsite.com , user2.monsite.com, etc ... Je gère mon dns, *.monsite.com est dirigé vers la bonne IP, celle du serveur Apache :) Donc si je

RE: jk or jk2

2003-10-31 Thread Dean Searle
m] file=z:/tomcat/logs/jk2.shm size=1048576 # Example socket channel, override port and host. [channel.socket:localhost:8109] port=8109 host=127.0.0.1 [channel.socket:localhost:8110] port=8110 host=127.0.0.1 [channel.socket:localhost:8111] port=8111 host=127.0.0.1 #[channel.jni:jni] #info=The jn

Re: jk or jk2

2003-10-31 Thread Florian Ebeling
[mailto:[EMAIL PROTECTED] Sent: Thu 10/30/2003 09:42 To: Tomcat Users List Cc: Subject: Re: jk or jk2 Hi Bernhard, > Here's a great book including mod_jk2: > http://www.oreilly.de/catalog/tomcat/index.html I got this book right next to my laptop, and I also like it qui

Re: jk2 as a static library

2003-10-30 Thread Christopher Schultz
Mark, Thanks for getting back to me. Where can I get instructions for doing this? I can only find instructions for compiling the mod_jk2 as a shared object. Check the INSTALL file that came with the source code. It occurs to me that the instructions were pretty easy to follow. Of course, you'll

Re: jk2 as a static library

2003-10-30 Thread Mark W. Webb
Thanks for getting back to me. Where can I get instructions for doing this? I can only find instructions for compiling the mod_jk2 as a shared object. Christopher Schultz wrote: Mark, is it possible to compile mod_jk2 into apache statically? Absolutely! In fact, I would personally recomm

Re: jk2 as a static library

2003-10-30 Thread Christopher Schultz
Mark, is it possible to compile mod_jk2 into apache statically? Absolutely! In fact, I would personally recommend it for any high-traffic production site. -chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

jk2 as a static library

2003-10-30 Thread Mark W. Webb
is it possible to compile mod_jk2 into apache statically? ...thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk or jk2

2003-10-30 Thread Cary_Anderson
I actually use the warp connector (mod_webapp.so) to connect to my tomcat server in most cases. The upside is that it simple to implement. The downside is that it no longer being developed. As far as the connectors jk vs jk2 go I would probably recommend using jk2 unless you are committed to an

RE: jk or jk2

2003-10-30 Thread Dean Searle
PDF please. -Dean -Original Message- From: Florian Ebeling [mailto:[EMAIL PROTECTED] Sent: Thu 10/30/2003 09:42 To: Tomcat Users List Cc: Subject:Re: jk or jk2 Hi Bernhard, > Here's a great book including mod_jk2: > http://www.oreilly.de/catalog/tomcat/in

Re: jk or jk2

2003-10-30 Thread Florian Ebeling
Hi Bernhard, > Here's a great book including mod_jk2: > http://www.oreilly.de/catalog/tomcat/index.html I got this book right next to my laptop, and I also like it quite much. But I can't find it useful when it comes to using mod_jk2. It don't really understand the contents of workers2.perpertie

Re: jk or jk2

2003-10-30 Thread Bernhard Erdmann
Florian Ebeling wrote: Hi, mod_jk2 is more or less undocumented. If you dont't want to dive into the C sources, be careful. mod_jk comes with quite solid descriptions. [...] Here's a great book including mod_jk2: http://www.oreilly.de/catalog/tomcat/index.html ---

RE: Problems with JK2 / Virtual hosts / tomcat 4

2003-10-30 Thread jakarta
www.shaolincenter.com/john.jsp does show the code (It actually puts up a download dialog box) > -Original Message- > From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 30, 2003 8:39 AM > To: Tomcat Users List > Subject: Re: Problems with JK2

Re: Problems with JK2 / Virtual hosts / tomcat 4

2003-10-30 Thread Christopher Schultz
John, I tried to follow the how-to and think I did everything right, but one of my hosts still will not serve up jsp pages. Some pages it loads as if they where just html and some it tries to download. server.xml [snip] I checked this site, and yup, your page is showing up as text. The good

Re: jk or jk2

2003-10-30 Thread Florian Ebeling
Hi, mod_jk2 is more or less undocumented. If you dont't want to dive into the C sources, be careful. mod_jk comes with quite solid descriptions. -Florian Bernhard Erdmann wrote: Cory 'G' Watson wrote: If starting a new _production_ setup, should I be using jk or jk2? I'

Problems with JK2 / Virtual hosts / tomcat 4

2003-10-30 Thread jakarta
I am running apache 1.3.x tomcat 4.1.x and jk2 on linux Everything works except for www.ccc.com it is the one that will not server up jsp pages Thanks, John httpd.conf servername ccc.com documentroot "/var/www/html" Options -Indexes Foll

Re: jk or jk2

2003-10-30 Thread Bernhard Erdmann
Cory 'G' Watson wrote: If starting a new _production_ setup, should I be using jk or jk2? I've seen conflicting information in my searches. Hi, I recommend mod_jk2 for apache2. I discovered mod_jk does not forward properly requests by their JSESSIONID to the right servlet e

RE: Mapping an Apache virtual host to a Tomcat context using Jk2

2003-10-29 Thread raoul duke
Yes I realize that contexts can be deployed without restarting the server, you can not however deploy Hosts in Tomcat without restarting the server (at least not that I know of) - hence my need to map to a particular context within the default host. Is that clearer? -Dave --- "Shapira, Yoav" <[E

RE: Mapping an Apache virtual host to a Tomcat context using Jk2

2003-10-29 Thread Shapira, Yoav
Howdy, >Tomcat's default host. The reason I'm not using a >Host directive in Tomcat is that I need to be able to >deploy new applications WITHOUT restarting the server. You can deploy new applications to tomcat without restarting it. Yoav Shapira This e-mail, including any attachments, is a

Mapping an Apache virtual host to a Tomcat context using Jk2

2003-10-29 Thread raoul duke
I'm having some problems with Jk2 and i'm hoping someone out there can help. What I want to do is map a virtual host in apache to a context deployed on Tomcat's default host. The reason I'm not using a Host directive in Tomcat is that I need to be able to deploy new

RE: JK2 and workers2.properties

2003-10-29 Thread Asif Chowdhary
Look into virtual hosts to run multiple websites -Original Message- From: jakarta [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 7:22 AM To: [EMAIL PROTECTED] Subject: JK2 and workers2.properties I have two apps on the some pc with different domains one domain works fine

JK2 and workers2.properties

2003-10-29 Thread jakarta
I have two apps on the some pc with different domains one domain works fine the other will not run jsp pages.. Here is a sample of my workers2.properties [channel.socket:localhost:8009] info=Ajp13 forwarding over socket debug=0 tomcatId=localhost:8009 [uri:localhost/*] worker=ajp13:localhost:800

Which JK2 version with apache 2.0.47 ?

2003-10-29 Thread Jean-Max Estay
Hello, Jonathan Morace, Florian Ebeling and others use mod_jk2-2.0.43.dll with Apache 2.0.47. I read on http://mir2.ovh.net/ftp.apache.org/dist/jakarta/tomcat-connectors/jk2/binari es/win32/ that "mod_jk2-2.0.43.dll is for Apache 2.0.43 (and only 2.0.43)" I try mod_jk2-1.3.27.dll beca

Re: Apache cannot load jk2 (bis)

2003-10-28 Thread jmorace
gt;directory. > >Using mod_jk2-1.3.27.dll to connect Apache2 (2.0.47 win 32) on Windows XP >Pro and Tomcat 4.1.27 on the same host, >The file mod_jk2-1.3.27.dll is in ${Apache2}/modules >After creating the files stdout.log, stderr.log, jk2.shm,workers2.properties >Apache is running OK

Apache cannot load jk2 (bis)

2003-10-28 Thread Jean-Max Estay
, stderr.log, jk2.shm,workers2.properties Apache is running OK on port 80, Tomcat OK on 8080 When adding at the end of the Apache config file httpd.conf the lines LoadModule jk2_module modules/mod_jk2-1.3.27.dll I have, when testing the apache config, the error message JK2 : Cannot load ${Apache2

problems with JK2... does max_connections do anything?!

2003-10-25 Thread Erik Wright
Hi, I have found what appears to be a serious problem in JK2. Am I doing something wrong? I'm tracking down a problem wherein some requests get lost. At first I saw this when doing a large number of requests, but I was able to narrow the problem down to a situation that avoids memory i

RE: Apache cannot load jk2

2003-10-23 Thread Jean-Max Estay
] Envoyé : jeudi 23 octobre 2003 18:00 À : 'Julien Oix' Cc : '[EMAIL PROTECTED]' Objet : RE: Apache cannot load jk2 just a shot, Julien but, if your file config is EXACTLY as shown, your LoadModule directive is commented out... > > # LoadModule jk2_module modules/mod

RE: Apache cannot load jk2

2003-10-23 Thread Dean, Michael D.
uot;Can I?", but "WILL I?..." - Michael Dean -Original Message- From: Julien Oix [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 6:42 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Apache cannot load jk2 hi, try to rename the mod_jk2-x.dll into mod_jk2.dll

Re: apache+tomcat+mod-jk2

2003-10-23 Thread Daniel Gibby
at on Window. Apache 2.0.43 and tomcat 4.1.18 and mod-jk2 2.0.43 If I use LoadModule jk2_module modules/mod_jk-2.0.43.dll The module is loaded but does not recognize commands such as JkWorkersFile etc. The log file says that the properties file is not set. I am attaching the log file from apache.

apache+tomcat+mod-jk2

2003-10-23 Thread Asif Chowdhary
Hi, I am trying to setup apache with mod_jk2 and tomcat on Window. Apache 2.0.43 and tomcat 4.1.18 and mod-jk2 2.0.43 If I use LoadModule jk2_module modules/mod_jk-2.0.43.dll The module is loaded but does not recognize commands such as JkWorkersFile etc. The log file says that the

RE: Apache cannot load jk2

2003-10-23 Thread Jean-Max Estay
E: Apache cannot load jk2 hi, try to rename the mod_jk2-x.dll into mod_jk2.dll ... Julien OIX Service Informatique de Gestion - Université de Nantes Tel: 02 40 99 83 65 / abroad + (33) 240 99 83 65 Web: http://www.univ-nantes.fr mailto:[EMAIL PROTECTED] > -Message d'origine---

RE: Apache cannot load jk2

2003-10-23 Thread Julien Oix
tay [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 23 octobre 2003 15:37 > À : [EMAIL PROTECTED] > Objet : Apache cannot load jk2 > > > Hello, > > I use the ${Apache2} in this mail for the path of my apache install. > > Using mod_jk2-1.3.27.dll to connect Apache2 (2.0.47 win

Apache cannot load jk2

2003-10-23 Thread Jean-Max Estay
Hello, I use the ${Apache2} in this mail for the path of my apache install. Using mod_jk2-1.3.27.dll to connect Apache2 (2.0.47 win 32) on Windows XP Pro and Tomcat 4.1.27 on the same host, The file mod_jk2-1.3.27.dll is in ${Apache2}/modules After creating the files stdout.log, stderr.log, jk2

jk or jk2 with Tomcat 4.1.27 : Does it Matter ?

2003-10-22 Thread Matthew Hall-Smith
We've been having some intermittent input stream reading problems with jk2 on Tomcat 4.1.27 with IIS5 and 5.1. isapi_redirector2 seems to experience a timing or buffering problem with large file uploads which manifest as corrupted servlet input stream. We have since retreated ba

Re: jk2 error

2003-10-22 Thread Daniel Gibby
Daniel Gibby Joe Leone wrote: I am running Apache 2.0.46 , tomcat4-4.1.24-full.2jpp and mod_jk2.so on a Redhat 8 server. Both apache and jk2 was compiled from source. I am getting these error in my apache logs and tomcat stops responding. I have seen other request for help but no solutions. Any

jk2 error

2003-10-22 Thread Joe Leone
I am running Apache 2.0.46 , tomcat4-4.1.24-full.2jpp and mod_jk2.so on a Redhat 8 server. Both apache and jk2 was compiled from source. I am getting these error in my apache logs and tomcat stops responding. I have seen other request for help but no solutions. Any comments would be

It's the "Virtual Directory" Stupid! was: IIS not serving static files from Tomcat ->IIS; Tomcat 4.1.27; IIS 5; Win2k sp4; JK2; isapi_redi rector2

2003-10-21 Thread Bergan, Mark T - PGPL-5
Right, well, so I wrote this huge detailed message to send to y'all complete with actual annotated config-files with a plea to help me figure out why IIS wouldn't serve up the static files under the /webapps folder. I was carefully verifying each detail before I clicked send...and got to thinki

RE: jk2 connector with apache 1.3 ?

2003-10-21 Thread Greg_Cope
Yes it can! Greg > -Original Message- > From: Javier Sanchez Monzon [mailto:[EMAIL PROTECTED] > Sent: 21 October 2003 10:12 > To: Tomcat Users List > Subject: jk2 connector with apache 1.3 ? > > > Hi there, > > i have only one question, > do you k

RE: Restrict Coyote/JK2 AJP 1.3 connector to local loopbackinterface

2003-10-21 Thread Francois JEANMOUGIN
> I couldn't figure out how to restrict Coyote/JK2 AJP 1.3 connector to > the local loopback interface. > Actually, I would expect the default settings in workers.properties > (worker.ajp13.host=localhost) to only bind to the local loopback > device, You should try the add

Restrict Coyote/JK2 AJP 1.3 connector to local loopback interface

2003-10-21 Thread Sascha Hess
Hi there! I couldn't figure out how to restrict Coyote/JK2 AJP 1.3 connector to the local loopback interface. Actually, I would expect the default settings in workers.properties (worker.ajp13.host=localhost) to only bind to the local loopback device, but a netstat -an indicates: Proto Recv-Q

jk2 connector with apache 1.3 ?

2003-10-21 Thread Javier Sanchez Monzon
Hi there, i have only one question, do you know if the jk2 connector can also be connected with apache 1.3 ? regards, tino - This mail sent through IMP: http://horde.org/imp

Re: JK2 woes

2003-10-20 Thread Daniel Gibby
: 21000 Any help is appreciated. I'm assuming that it is a JK2 issue. I'm including my workers2.properties below. Thanks, Daniel Gibby setup: Apache/2.0.40 Linux RedHat 9.0 compiled jakarta-tomcat-4.1.27 jk2-connectors-2.0.2 compiled from native src I assume it is something with the JK2

Re: JK2 woes

2003-10-20 Thread Daniel Gibby
, 2003 10:26:54 AM org.apache.jk.common.JniHandler nativeDispatch SEVERE: nativeDispatch: error 21000 Oct 19, 2003 10:26:54 AM org.apache.jk.common.ChannelUn receive SEVERE: receive error: 21000 Any help is appreciated. I'm assuming that it is a JK2 issue. I'm including my workers2.

Re: No way to stop jk2.log from appearing?

2003-10-16 Thread Bill Barker
his->logger_private; > FILE *f=NULL; > jk_workerEnv_t *workerEnv=env->getByName( env, "workerEnv" ); > if( _this->name==NULL ) { > _this->name="${serverRoot}/logs/jk2.log"; > } > > > I can see that even if

Re: Need Configuration Instructions for Apache2.0, Tomcat5.0 and JK2

2003-10-16 Thread Bill Barker
lable to configure Tomcat 5.0 and Apache 2.0 to > work together with jk2. > > The folowing link does not get me to the JK2 documentation: > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/ > > I need a guide to configure these softwares and I am in an

Need Configuration Instructions for Apache2.0, Tomcat5.0 and JK2

2003-10-16 Thread Yogita Bhardwaj
Hi I am new to Apache Tomcat and want to use the latest versions of the software. There are no instructions available to configure Tomcat 5.0 and Apache 2.0 to work together with jk2. The folowing link does not get me to the JK2 documentation: http://jakarta.apache.org/builds/jakarta-tomcat

RE: No way to stop jk2.log from appearing?

2003-10-16 Thread Robert Priest
correction. That file is jk_logger_file.c, not jk_logger.c -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 9:54 AM To: 'Tomcat Users List' Subject: No way to stop jk2.log from appearing? from the following code snippet from

No way to stop jk2.log from appearing?

2003-10-16 Thread Robert Priest
" ); if( _this->name==NULL ) { _this->name="${serverRoot}/logs/jk2.log"; } I can see that even if I don't want a jk log, I will get one? I know I can turn all logging of through my log4j.properties file, but what If I don't even want the file appea

RE: Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-16 Thread Johan Kok
IS how to using > Coyote/JK2 AJP 1.3? > > > Hi all, > I tried configuring Tomcat 4.1.27 + IIS 5.0 using JK > connector(isapi_redirector.dll) as per the documentation on > the onjava.com > (http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html). > But failed. > Thinkin

jk or jk2

2003-10-14 Thread Cory 'G' Watson
If starting a new _production_ setup, should I be using jk or jk2? I've seen conflicting information in my searches. Cory 'G' Watson http://www.loggerithim.org "The universal aptitude for ineptitude makes any human accomplishment an incredible miracle.&qu

Re: Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-14 Thread Thorsten Westmeier
er.xml: a) deactivate JMX MBeans support, to avoid Error-Mesages b) Change the default AJP 1.3 Connector back from JK2 7. Restart IIS and Tomcat or better the whole machine. 8. Let me know, if it works :) Good Luck

Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-14 Thread Antony Paul
version of it is availble at the site jakarta download site. Currently only Coyote JK2(isapi_redirector2.dll) is provided. So I tried with JK2 again no result and IIS shows it is not loading the DLL in the filter(There is a red down arrow). Antony Paul

Multiple AuthN configs with jk2.properties

2003-10-13 Thread Ian Boston
Hi, I have a number of apps sitting behind apache+mod_jk. Some want apache+mod_jk to manage authN and so require request.tomcatAuthentication=false in jk2.properties and others what to manage authentication themselves with request.tomcatAuthentication=true. Unfortunately the behaviour appears

RE: Download jk2 for apache2 and linux

2003-10-13 Thread Mario Juric
... Cheers Mario -Original Message- From: Anthony Gray [mailto:[EMAIL PROTECTED] Sent: 13. oktober 2003 14:31 To: [EMAIL PROTECTED] Subject: Download jk2 for apache2 and linux Hi, I am trying to download the Apache-Tomcat connector for Apache2, however I can't find the linux version.

Download jk2 for apache2 and linux

2003-10-13 Thread Anthony Gray
Hi, I am trying to download the Apache-Tomcat connector for Apache2, however I can't find the linux version. I've tried the following links, but have had no luck (even jk): http://apache.ausgamers.com/jakarta/tomcat-connectors/jk2/binaries/ http://apache.ausgamers.com/jakarta/tomcat-

RE: Tomcat4.1, jk2, and apache 1.3

2003-10-10 Thread Mark Claassen
Repost. I forgot to include some necessary information Well, I figured out how to get jk2 and apache 1.3 working...sort of. Now I am getting this error. I have seen lots of others ask about this, but no real answers. Does anyone have one now? I get the following error when I try to access

RE: Tomcat4.1, jk2, and apache 1.3

2003-10-10 Thread Mark Claassen
Well, I figured out how to get jk2 and apache 1.3 working...sort of. Now I am getting this error. I have seen lots of others ask about this, but no real answers. Does anyone have one now? (error) [jk_msg_ajp.c (447)]: msgAjp.receive(): Bad signature 5374 (error) [jk_channel_socket.c (549

Tomcat-IIS works with JK1 but not with JK2. Any hints?

2003-10-09 Thread Thorsten Westmeier
had connected the Tomcat 4.1.24 with IIS 5.0 with JK1 (isapi_redirector.dll) and it worked without any Problems under Win 2K. After an upgrade to JK2 (isapi_redirector2.dll) it works only, if I use the computers local Host-Name and I get an Error-Message if I use the URL with external host name. Af

RE: Tomcat4.1, jk2, and apache 1.3

2003-10-09 Thread Mark Claassen
ctober 09, 2003 3:39 AM > To: Tomcat Users List > Subject: RE: Tomcat4.1, jk2, and apache 1.3 > > > Fully agree - the connector tomcat/apache doc is a mess - > can't understand why the connector developers cannot write a > simple doc as part of release procedure or

RE: Tomcat4.1, jk2, and apache 1.3

2003-10-09 Thread Curley, Thomas
Fully agree - the connector tomcat/apache doc is a mess - can't understand why the connector developers cannot write a simple doc as part of release procedure or ask for help in documenting this. I'm alo trying to integrate Apache 1.3, TC 4.1.27 using jk2 on RH7.3 >From what I

Re: Tomcat4.1, jk2, and apache 1.3

2003-10-08 Thread Don Heitzmann
e is a way to get tomcat to produce its own mod_jk.conf-auto file, but I cannot find how to do it. I have looked at the jk2 docs a lot, but it seems that they are for a different (incompatible) version. The JkMount directives cannot be added manually either, since mod_jk2 doesn't seem to underst

Tomcat4.1, jk2, and apache 1.3

2003-10-08 Thread Mark Claassen
"finished" the internet.) I have in my httpd.conf file: LoadModule jk2_module libexec/mod_jk2.so Include tomcat/conf/auto/mod_jk.conf I have read that there is a way to get tomcat to produce its own mod_jk.conf-auto file, but I cannot find how to do it. I have look

RE: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-08 Thread Boulatian, Misak
> in fact what is your aim ? > do you want to be able to switch from T1 to T2 or T3 for one request to > the next one ? > because this is what i suggested while deploying a load balancer > Do you your 3 instances behave exctly from the same manner or do you > want to deploy different web-ap

Re: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-08 Thread jerome moliere
Boulatian, Misak wrote: Hi Jeromy, Hi misak, I am sorry. I thought my attachments made to the list. Here I am including them directly here. Please look at it and let me know if I have done anything wrong. When I point my browser to the link: http://[web-server-ip]/test1 it works. When I point

RE: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread Boulatian, Misak
og. Thanks, Misak -- workers2.properties: ------ # # JK2 connector configuration (APP_SERVER_IP is an entry in the /etc/hosts file). # # In production uncomm

Re: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread jerome moliere
Boulatian, Misak wrote: Hi Jerome, hi misak, do you use any load balancing mechnaism (round robin) to balance around your different ports ? to setup such thing in JK2 you should define your 3 tomcat instances (in fact jboss bundle with different port numbers) then adding one other which is

RE: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread Boulatian, Misak
Hi Jerome, > hi misak, > do you use any load balancing mechnaism (round robin) to balance around > your different ports ? > to setup such thing in JK2 you should define your 3 tomcat instances (in > fact jboss bundle with different port numbers) then adding one other whic

Re: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread jerome moliere
Boulatian, Misak wrote: Hi, I am trying to setup jk2 connector on a single apache instance to connect to multiple jboss instances running on the same machine using jboss-port-bindings.xml. Based on jboss-port-bindings.xml I have three instances having the following ports for jk2 connector

jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread Boulatian, Misak
Hi,I am trying to setup jk2 connector on a single apache instance to connect to multiple jboss instances running on the same machine using jboss-port-bindings.xml. Based on jboss-port-bindings.xml I have three instances having the following ports for jk2 connector: 8009, 8109, 8209. In the

Tomcat - Apache connector (JK2) - limited capacity?

2003-10-03 Thread Alexandr Molochnikov
I am facing a weird problem: Our Tomcat is connected to Apache web server via JK2 connector. The servlet creates a PDF file and sends it to to the browser. If the file is larger than, say, 100K (haven't measured the breaking point, but it is below 150K) then the browser page comes empty. Hi

[thank you] RE: JK2 log location, anyone?

2003-10-02 Thread Joe Barefoot
Thanks a lot...I actually did notice that jk2 logged errors (but errors only) though Windows system, which you could view through the Windows event viewer. Adding the alternate logger bit to my workers2.properties and uncommenting the log level did the trick for me. According to the

Re: JK2 log location, anyone?

2003-10-02 Thread Mark Eggers
According to the docs (don't have them handy at the moment), mod_jk2 uses the Windows system logging as a default. If you want to use your own log file, put something like the following in workers2.properties. # Alternate file logger [logger.file:0] # level=DEBUG file=${serverRoot}/logs/jk

JK2 log location, anyone?

2003-10-02 Thread Joe Barefoot
sorry to repost so quickly, but this seems like it should be a really simple answer: Where is the JK2 log file placed by default, and how do you specify where it should go on Windows using IIS? I've tried various registry keys per the documentation with no luck (see below). Keep in mind

<    4   5   6   7   8   9   10   11   12   13   >