how to set up tomcat to generate mod_jk.conf-auto

2003-11-12 Thread Omkar Joshi
Hi, can some body help me. I need to configure tomcat for mod_jk.auto file help me _ Enjoy shopping online? Get this e credit card. http://server1.msn.co.in/features/amex/ It cuts cost adds value!

mod_jk.conf-auto

2003-09-08 Thread Armenio Pinto
Hi there, Is there any way to control the automatic generated mod_jk configuration script? The problem is that I need some specific commands (like JkMount /*.do apj12), and when Tomcat restarts these commands are removed... Thanks in advance, Arménio Pinto

Re: mod_jk.conf-auto

2003-09-08 Thread Anton Tagunov
Hello Armenio! AP Is there any way to control the automatic generated mod_jk AP configuration script? The problem is that I need some specific commands AP (like JkMount /*.do apj12), and when Tomcat restarts these commands are AP removed... Thanks in advance, submitting this as a patch to

mod_jk.conf-auto or /auto/mod_jk.conf (J. Turner)?

2003-07-20 Thread Volker Jungbluth
) with Apache 1.3.x and TomCat 4.x: http://www.johnturner.com/howto/rh72-howto.html and http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html#Installation While under jakarta.apache.org one can read that Include /var/tomcat3/conf/jk/mod_jk.conf-auto ... will tell Apache to use directives

Re: mod_jk.conf-auto or /auto/mod_jk.conf (J. Turner)?

2003-07-20 Thread Simon Pabst
jakarta.apache.org one can read that Include /var/tomcat3/conf/jk/mod_jk.conf-auto ... will tell Apache to use directives in the mod_jk.conf-auto file in the Apache configuration. This file is created by enabling the Apache auto-configuration as described in the Tomcat documentation. .. on John Turner´s

Re: mod_jk.conf-auto or /auto/mod_jk.conf (J. Turner)?

2003-07-20 Thread Volker
Simon Pabst schrieb: Coyote is not synonym for jk2, its just the new Tomcat Connector name, which you can use for HTTP (as in your case on port 8180), and AJP13 connections for both mod_jk 1 and 2 (on 8009 with protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler). See

Re: mod_jk.conf-auto or /auto/mod_jk.conf (J. Turner)?

2003-07-20 Thread Volker
Simon Pabst schrieb: Coyote is not synonym for jk2, its just the new Tomcat Connector name, which you can use for HTTP (as in your case on port 8180), and AJP13 connections for both mod_jk 1 and 2 (on 8009 with protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler). See

Re: mod_jk.conf-auto or /auto/mod_jk.conf (J. Turner)?

2003-07-20 Thread Simon Pabst
Seems like your JkMount isn't working, since the error comes from Apache, what does the auto generated mod_jk.conf look like? At 17:15 20.07.2003 +0200, you wrote: Simon Pabst schrieb: Coyote is not synonym for jk2, its just the new Tomcat Connector name, which you can use for HTTP (as in your

Re: mod_jk.conf-auto or /auto/mod_jk.conf (J. Turner)?

2003-07-20 Thread Volker
Simon Pabst schrieb: Seems like your JkMount isn't working, since the error comes from Apache, what does the auto generated mod_jk.conf look like? Hi Simon, thank you very much for your help! Meanwhile I am a little bit desperate. The generated mod_jk.conf is at the end of that posting!

mod_jk.conf-auto

2002-10-31 Thread Barinek, Michael
how do I configure tomcat 4.1.12 to generate mod_jk.conf-auto apache httpd.conf Include C:/jakarta-tomcat-4.1.12/conf/jk/mod_jk.conf-auto -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: mod_jk.conf-auto

2002-10-31 Thread Turner, John
in server.xml to your apache ServerName (the default is localhost) John -Original Message- From: Barinek, Michael [mailto:MBarinek;intrado.com] Sent: Thursday, October 31, 2002 4:06 PM To: '[EMAIL PROTECTED]' Subject: mod_jk.conf-auto how do I configure tomcat 4.1.12 to generate

configuring tomcat 4.1.12 creating mod_jk.conf-auto

2002-10-28 Thread Rainer Bruch
how and where do i have to configure tomcat 4.1.12 to create automatically the 'mod_jk.conf-auto' for 'apche 1.3.x' or 'apache2'? regards raibru -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help

RE: configuring tomcat 4.1.12 creating mod_jk.conf-auto

2002-10-28 Thread Hamilton, Andrew
the configuration is written in $TOMCAT_HOME/conf/auto/mod_jk.conf. Regards, Drew -Original Message- From: [EMAIL PROTECTED] [mailto:Rainer.Bruch;t-online.de] Sent: Monday, October 28, 2002 1:59 PM To: Tomcat User List Subject: configuring tomcat 4.1.12 creating mod_jk.conf-auto how and where

RE: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread Turner, John
tomcat-apache.conf mod_jk.conf-auto snip Apache does not need J2SDK or JRE to function. It has nothing to do with java. Which of the 2 machines do I install mod_jk on : (1) on the web-server (Apache) or (2) on the app-server (Tomcat) or (3) both ??? I remember one of the many

RE: DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread Turner, John
Well said. John -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 12:52 AM To: Tomcat Users List Subject: Re: DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto Please, I'm not trying to be rude or anything

Re: THX: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread achana
To answer your question anyway the answer is simple. Put everything on one box to build it, configure it, then move Apache on to the other system. As mentioned before Apache does not need Java, Tomcat does. As for configuring mod_jk to forward requests from one machine to the other I'll

Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread Matthew Hannigan
: missing tomcat-apache.conf mod_jk.conf-auto snip Apache does not need J2SDK or JRE to function. It has nothing to do with java. Which of the 2 machines do I install mod_jk on : (1) on the web-server (Apache) or (2) on the app-server (Tomcat) or (3) both ??? I remember one of the many

missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Hi All. I am new to this forum and I would like to get Apache collaborating with Tomcat . My Problems (so far) (1) Doco's suggested that whenever I do startup.sh, Tomcat will generate 2 files for me : tomcat-apache.conf and mod_jk.conf-auto. No, it didn't ! How do I get

RE: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Turner, John
comments inline -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:40 PM To: [EMAIL PROTECTED] Subject: missing tomcat-apache.conf mod_jk.conf-auto Hi All. I am new to this forum and I would like to get Apache

Re: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Apache 1.3.x uses the APACHE_HOME/libexec directory for DSO modules. There's no way to know if you have the correct version unless you tell us where you got it. Hi John, I got mod_jk-01.so from here :

RE: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Turner, John
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 10:03 PM To: Tomcat Users List Subject: Re: missing tomcat-apache.conf mod_jk.conf-auto Apache 1.3.x uses the APACHE_HOME/libexec directory for DSO modules. There's no way to know

Re: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Hi again. Forgot to add : I have j2sdk1.4.0-01 installed as well. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Hi John. Downloaded and am installing Apache 2.0.40 and connectors-4.0.4 A basic question : do I have to uninstall current Apache 1.3.16 first ??? If so , RH7.1 throws up a lot of dependencies errors and refuse to do so without an explicit --force. Go ahead to uninstall anyway ??? After that, do

[OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Turner, John
: Tuesday, September 17, 2002 11:48 PM To: Tomcat Users List Subject: John: missing tomcat-apache.conf mod_jk.conf-auto Hi John. Downloaded and am installing Apache 2.0.40 and connectors-4.0.4 A basic question : do I have to uninstall current Apache 1.3.16 first ??? If so , RH7.1 throws up

Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Hi John. Sorry to bother again. Apache 2.0.40 is on one machine , the web-server (j2sdk NOT loaded here). Tomcat 4.0.4 and j2sdk1.4.0 are loaded on another machine, an app-server. Do I need j2sdk on the webserver as well ??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Robert L Sowders
: Subject:Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto Hi John. Sorry to bother again. Apache 2.0.40 is on one machine , the web-server (j2sdk NOT loaded here). Tomcat 4.0.4 and j2sdk1.4.0 are loaded on another machine, an app-server. Do I need j2sdk

Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
snip Apache does not need J2SDK or JRE to function. It has nothing to do with java. Which of the 2 machines do I install mod_jk on : (1) on the web-server (Apache) or (2) on the app-server (Tomcat) or (3) both ??? I remember one of the many doco's mentioned Apache and mod_jk , but I

DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Yes John, but Apache and Tomcat are on different boxes. All the doco's I read sofar subsume one box for both functions. Questions : (1) Should mod_jk be on the web-server (Apache) or (2) Should mod_jk be on the app-server (Tomcat) or (3) both ?? Kind Regards AC -- To unsubscribe, e-mail:

Re: DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Ian McFarland
On the Apache box. On Wednesday, Sep 18, 2002, at 04:54 US/Pacific, [EMAIL PROTECTED] wrote: Yes John, but Apache and Tomcat are on different boxes. All the doco's I read sofar subsume one box for both functions. Questions : (1) Should mod_jk be on the web-server (Apache) or (2) Should

Re: DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Ian McFarland wrote: On the Apache box. Okay, thanks for that, so in the file build.properties , how do I set tomcat40.home =CATALINA_HOME since Tomcat is on another boc. Likewise tomcat41.home ??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Kent Perrier
On Wed, Sep 18, 2002 at 07:33:33PM +1000, [EMAIL PROTECTED] wrote: snip Apache does not need J2SDK or JRE to function. It has nothing to do with java. Which of the 2 machines do I install mod_jk on : (1) on the web-server (Apache) or (2) on the app-server (Tomcat) or (3) both ???

Re: DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Robert L Sowders
to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto Ian McFarland wrote: On the Apache box. Okay, thanks for that, so in the file build.properties , how do I set tomcat40.home

mod_jk.conf-auto not updated

2002-09-12 Thread Heligon Sandra
newapp.zip. I have no newapp.war. I can run all the applications except the newapp, I found that the mod_jk.conf-auto doesn't include the following lines: JkMount /newapp ajp13 JkMount /newapp/* ajp13 how is it possible ? -- To unsubscribe, e-mail: mailto

RE: mod_jk.conf-auto not updated

2002-09-12 Thread Turner, John
Do you have a Context element in server.xml for newapp? John -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:37 AM To: '[EMAIL PROTECTED]' Subject: mod_jk.conf-auto not updated I have the following tomcat

Query regarding mod_jk.conf-auto

2002-04-08 Thread sharadsk
Hi, We have requirement where we want to use mod_jk.conf-auto file, for Apache configuration. This file whenevr generated by Tomcat puts default LoadModule directive, which is LoadModule jk_module libexec/mod_jk.so We want this directive to be LoadModule jk_module modules/mod_jk.so, each

RE: Query regarding mod_jk.conf-auto

2002-04-08 Thread Larry Isaacs
:10 AM To: Tomcat Users List Subject: Query regarding mod_jk.conf-auto Hi, We have requirement where we want to use mod_jk.conf-auto file, for Apache configuration. This file whenevr generated by Tomcat puts default LoadModule directive, which is LoadModule jk_module libexec/mod_jk.so

RE: mod_jk.conf-auto

2002-01-09 Thread Larry Isaacs
conf/mod_jk.conf-auto is relevant to Tomcat 3.2.x, where is is unconditionally generated each time Tomcat 3.2.x is started. This file became conf/auto/mod_jk.conf in Tomcat 3.3, where it is generated on demand by specifying jkconf as a startup argument, i.e. bin/startup.sh jkconf or bin

RE: Tomcat 3.3: How can I make the mod_jk.conf-auto file have differe nt DirectoryIndex

2002-01-02 Thread Larry Isaacs
the welcome-file-list in the corresponding web.xml. Cheers, Larry -Original Message- From: Soffen, Matthew [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 3:49 PM To: [EMAIL PROTECTED] Subject: Tomcat 3.3: How can I make the mod_jk.conf-auto file have differe nt DirectoryIndex

RE: Tomcat 3.3: How can I make the mod_jk.conf-auto file have different DirectoryIndex

2002-01-02 Thread Soffen, Matthew
Users List' Cc: '[EMAIL PROTECTED]' Subject: RE: Tomcat 3.3: How can I make the mod_jk.conf-auto file have dif fere nt DirectoryIndex With the default configuration, i.e. forwardAll=true, there won't be any Directory blocks in the generated mod_jk.conf. If you set forwardAll=false on the ApacheConfig

Tomcat 3.3: How can I make the mod_jk.conf-auto file have different DirectoryIndex

2001-12-28 Thread Soffen, Matthew
I've been reading the documentation on the Jakarta Site and I've searched the archives to no avail. I have it automatically generate my include file for Apache (/usr/sbin/dtomcat start -jkconf) I'm trying to change it so that when generating the Directory blocks for my servlets it would output

missing mod_jk.conf-auto

2001-10-04 Thread Brett Crossley
I am running JBoss-2.4.1_Tomcat-3.2.3. The Tomcat server starts fine and works ok, but does not generate the mod_jk.conf-auto. For 3.2.3 the docs say you don't have to set any params to get this to work. Any ideas? I have a mod_jk.conf, but did not know if I needed to modify it. Also, I

Re: missing mod_jk.conf-auto

2001-10-04 Thread Craig Tataryn
-2.4.1_Tomcat-3.2.3. The Tomcat server starts fine and works ok, but does not generate the mod_jk.conf-auto. For 3.2.3 the docs say you don't have to set any params to get this to work. Any ideas? I have a mod_jk.conf, but did not know if I needed to modify it. Also, I downloaded the mod_jk.dll

RE: missing mod_jk.conf-auto

2001-10-04 Thread Brett Crossley
: missing mod_jk.conf-auto Hi Brett, I asked this questions yesterday, except my system was Linux. Here is the answer I got: Brian Richards wrote: try running tomcat.sh run jkconf -brian So try going into your bin directory and running: tomcat.bat run jkconf Craig. Brett Crossley

Re: missing mod_jk.conf-auto

2001-10-04 Thread Craig Tataryn
: Craig Tataryn [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 10:34 AM To: [EMAIL PROTECTED] Subject: Re: missing mod_jk.conf-auto Hi Brett, I asked this questions yesterday, except my system was Linux. Here is the answer I got: Brian Richards wrote: try running tomcat.sh run jkconf

RE: missing mod_jk.conf-auto

2001-10-04 Thread Brett Crossley
] Subject: Re: missing mod_jk.conf-auto Hey Brett, do you have IISConfig noRoot=true/ directive in your server.xml file? Craig. Brett Crossley wrote: I tried tomcat.bat run jkconf, but it complains that 'run' is not a valid option: start screen print I:\JBoss-2.4.1_Tomcat-3.2.3\tomcat

still missing mod_jk.conf-auto

2001-10-04 Thread Brett Crossley
Still no luck. Does this work for everyone else when doing the default install? Am I looking for the mod_jk.conf-auto in the right place? I assumed it would just show up in my conf directory after the server started. I am starting Tomcat under JBoss, does that make a difference? [Brett Crossley

Tomcat 3.3b2 not generating mod_jk.conf-auto

2001-09-10 Thread jjf1
I have been scouring the mail archives and general web sites to figure out why my tomcat version has not been able to generate an mod_jk.conf-auto file. I found a bug report that talks about this (Bug 207), but it was fixed in the nightly build 7 months ago. Is 3.3 Beta 2 that old? Am I

RE: Tomcat 3.3b2 not generating mod_jk.conf-auto

2001-09-10 Thread Larry Isaacs
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 1:12 PM To: [EMAIL PROTECTED] Subject: Tomcat 3.3b2 not generating mod_jk.conf-auto I have been scouring the mail archives and general web sites to figure out why my tomcat

Server.xml and mod_jk.conf-auto

2001-07-17 Thread Gary Dale
Can I ask something really, really basic here? When I add a virtual host to Server.xml, should it show up in the conf-auto file? Of course, I wouldn't be asking if it was, but I am getting a new conf-auto generated each time I stop and restart Tomcat. The only contexts I see however are the

a question about mod_jk.conf-auto

2001-06-15 Thread Nick Stoianov
hi , I have a question: Where does Tomcat gathers the information to create mod_jk.conf-auto? There is a line in mod_jk.conf-auto saying : JkMount /examples/servlet/* ajp12 I tried changing web.xml , server.xml, etc. - it always generates : JkMount /examples/servlet/* ajp12 and I want

Re: a question about mod_jk.conf-auto

2001-06-15 Thread Dmitri Colebatch
Nick Stoianov wrote: Where does Tomcat gathers the information to create mod_jk.conf-auto? server.xml and the structure of your webapps directory - basically what contexts are created. You dont have to use the autogenerated file. Take a copy of it, change it as you like, and have your

Re: Evil ? mod_jk.conf-auto

2001-06-07 Thread Milt Epstein
On Wed, 6 Jun 2001, Jon Shoberg wrote: Can anyone exactly state why mod_jk.conf-auto is so evil ? What is so wrong with using it ? It's not that it's evil, it's just that it's unlikely to be 100% complete and correct. I guess the way that file is auto-generated is not smart enough to figure

Evil ? mod_jk.conf-auto

2001-06-06 Thread Jon Shoberg
Can anyone exactly state why mod_jk.conf-auto is so evil ? What is so wrong with using it ?

Re: Evil ? mod_jk.conf-auto

2001-06-06 Thread Hemant Singh
HI Jon: Why u need to say that? IT is not like that, what exactly make u feel that? try include in httpd.conf if u wanna make it work apache Cheers --- Jon Shoberg [EMAIL PROTECTED] wrote: Can anyone exactly state why mod_jk.conf-auto is so evil ? What is so wrong with using

How can i force mod_jk.conf-auto use ajp13

2001-06-05 Thread João Folha
Help on the subject

Re: How can i force mod_jk.conf-auto use ajp13

2001-06-05 Thread Rui M . Silva Seabra
On Tue, Jun 05, 2001 at 02:58:32PM +0100, João Folha wrote: Help on the subject do not use mod_jk-auto at all. learn from it and make your own configuration. safer, and deterministic. hugs, rms -- + No matter how much you do, you never do enough -- unknown + Whatever you do will be

mod_jk.conf-auto automatic generating

2001-05-09 Thread André Martiniano
Hy My TomCat is not automaticaly generating the mod_jk.conf-auto file. As said in documentation,each TomCat inicialization should be generate this file. However, the tomcat-apache.conf file is been generated automaticaly. Anyone knows why? Thanks in advance.

mod_jk.conf-auto automatic generating

2001-05-09 Thread André Martiniano
Hy My TomCat is not automaticaly generating the mod_jk.conf-auto file. As said in documentation,each TomCat inicialization should be generate this file. However, the tomcat-apache.conf file is been generated automaticaly. Anyone knows why? Thanks in advance.

mod_jk.conf-auto problem

2001-04-26 Thread Allen Levin
I am having problems connecting Tomcat with Apache. Binaries Apache 1.3.19Tomcat 3.2.1 Linux 7 error: Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto: Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration mod_jk.so

RE: mod_jk.conf-auto problem

2001-04-26 Thread Sue Evans
vans] -Original Message-From: Allen Levin [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 26, 2001 12:11 PMTo: [EMAIL PROTECTED]Subject: mod_jk.conf-auto problem I am having problems connecting Tomcat with Apache. Binaries Apache 1.3.19Tomcat 3.2.1 Linux 7 error: Sy

RE: mod_jk.conf-auto problem

2001-04-26 Thread Allen Levin
uot;'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: mod_jk.conf-auto problem Date: Thu, 26 Apr 2001 12:26:58 -0400 I think I was getting that error because I was using an apache that wasn't compiled with DSO enabled. You can find out if this is the case by cd to where your apache

Re: mod_jk.conf-auto problem

2001-04-26 Thread Joel Parramore
, Joel - Original Message - From: Thad Humphries [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 1:29 PM Subject: Re: mod_jk.conf-auto problem You might check where mod_jk.so is located. Though it reads LoadModule jk_module libexec/mod_jk.so

Re: mod_jk.conf-auto problem

2001-04-26 Thread Thad Humphries
You might check where mod_jk.so is located. Though it reads LoadModule jk_module libexec/mod_jk.so in mod_jk.conf-auto, RedHat 6.2 installs all .so modules in /usr/lib/apache which is linked to /etc/httpd/modules. Notice that 'libexec' is no part of this! Without writing your own

Re: Problem at mod_jk.conf-auto

2001-04-25 Thread Sam Newman
into your httpd.conf. I'd surround the block with some comments so its easy to find again. If you create new contexts in tomcat you can then paste the new sections from the mod_jk.conf-auto into httpd.conf sam - Original Message - From: Chonsiu208 To: [EMAIL PROTECTED

Re: Problem at mod_jk.conf-auto

2001-04-25 Thread Frans Verhoef
Well, first of all, why do you want to change the location of mod_jk.so?? It is much easier if you keep things in the standard places, so that next time you need help, people can help you better. But if you really want to change it, you should not change the file mod_jk.config-auto. This is a

Problem at mod_jk.conf-auto

2001-04-25 Thread Chonsiu208
hi there, Does anybody know how to change the configuration of mod_jk.confg-auto ? I want to instruct Apache to load the jk module from location other than the default libexec/mod_jk.so. Thanks chonsiu.

Re: Problem at mod_jk.conf-auto

2001-04-25 Thread Wolle
Hello, use your own configuration File, because all your alternations will be lost, when you restart Tomcat. You could insert the configuration in the httpd.con file from Apache like this: In httpd.conf: LoadModule jk_module something/mod_jk.so (the something is a path behind the apache path)

Configure Apache to work with Tomcat - mod_jk.conf-auto?

2001-04-20 Thread Lian, Xiaobu (Alice) (Xiaobu (Alice))
Hi, My problem with building mod_jk.so on hp-ux has been solved with the big help from Mike Braden. Many thanks to Mike again! Now I have a general question: How do I configure apache to work with tomcat? I have this question because after I included mod_jk.conf-auto in httpd.conf, and I

RE: mod_jk.conf-auto

2001-04-19 Thread Filip Hanik
PROTECTED]] Sent: Thursday, April 19, 2001 3:04 PM To: [EMAIL PROTECTED] Subject: mod_jk.conf-auto Hi, Which java file writes out the mod_jk.conf-auto? Or how can I avoid the "Options Indexes" being written in a new context? Directory "D:/tomcat/webapps/ecke"

Re: mod_jk.conf-auto

2001-04-19 Thread Eric Fialkowski
The file is org.apache.tomcat.task.ApacheConfig.java but the solution to make a copy and modify it is the better one. - Original Message - From: "Christian Ribeaud" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 4:03 PM Subject: mod_jk.conf-auto Hi,

mod_jk.conf-auto problem

2001-04-05 Thread berman
use tomcat in apache this doesn't have the desired effect even though I include mod_jk.conf-auto. Things are OK if the request path is forwarded to tomcat: Hungry gets /context/Hungry/xyz.jsp; however, according to the tomcat logs, tomcat never sees a request for /context/Hungry/xyz. If I use port

Re: mod_jk.conf-auto problem

2001-04-05 Thread Milt Epstein
-pattern/Hungry/*/url-pattern /servlet-mapping When I use tomcat in apache this doesn't have the desired effect even though I include mod_jk.conf-auto. Things are OK if the request path is forwarded to tomcat: Hungry gets /context/Hungry/xyz.jsp; however, according to the tomcat logs, tomcat

RE: mod_jk.conf-auto problem

2001-04-05 Thread GOMEZ Henri
PROTECTED]] Sent: Thursday, April 05, 2001 8:49 PM To: [EMAIL PROTECTED] Subject: Re: mod_jk.conf-auto problem On Thu, 5 Apr 2001 [EMAIL PROTECTED] wrote: Hi. I have a servlet, Hungry, which wants to process all requests which extend a given prefix. No problem in tomcat. I add the following st

Re: How to configure mod_jk.conf-auto

2001-03-15 Thread tomcat
I was told there's no way to configure it. But tomcat 3.3-m1 seems to set ajp13 as the default. On Tue, 13 Mar 2001, [iso-8859-1] Jörg Petschat wrote: Hallo, Where can i configure the mod_jk.conf-auto. Tomcat use only ajp12 in the mod_jk.conf-auto ? Can someone help ? J Ö R G P E T

Re: How to configure mod_jk.conf-auto

2001-03-15 Thread Jan Labanowski
The mod_jk.conf-auto is AN EXAMPLE OF CONFIGURATION FILE which is produced when tomcat is run. Every time tomcat runs, every time the previous mod_jk.conf-auto is overwritten by new mod_jk.conf-auto YOU SHOULD NOT INCLUDE mod_jk.conf-auto IN APACHE'S httpd.conf What you should do is: 1) copy

Re: How to configure mod_jk.conf-auto

2001-03-15 Thread Robert Keddie
I read that you modify the mod_jk.conf-auto and then save it somewhere else besides the directory whwere tomcat places its auto and then change the reference to the directory where your configured one resides in you httpd.conf. Robert Keddieweb developmentMarion County, FL [EMAIL

Re: How to configure mod_jk.conf-auto

2001-03-15 Thread Milt Epstein
On Thu, 15 Mar 2001, Jan Labanowski wrote: The mod_jk.conf-auto is AN EXAMPLE OF CONFIGURATION FILE which is produced when tomcat is run. Every time tomcat runs, every time the previous mod_jk.conf-auto is overwritten by new mod_jk.conf-auto YOU SHOULD NOT INCLUDE mod_jk.conf-auto

Re: How to configure mod_jk.conf-auto

2001-03-15 Thread EShin Yen
Questions : I am trying to set up Tomcat and Apache on "Different machines". Is the procedure mentioned all I have to do? I looked at the mod_jk.conf-auto file. It does not specify the IP address or machine name for Tomcat. If I just change ajp12 to ajp13, will it work? Did a

Re: How to configure mod_jk.conf-auto

2001-03-15 Thread T. Park
on "Different machines". Is the procedure mentioned all I have to do? I looked at the mod_jk.conf-auto file. It does not specify the IP address or machine name for Tomcat. If I just change ajp12 to ajp13, will it work? Did anybody try to set up Tomcat/Apache on different machine? If

Re: How to configure mod_jk.conf-auto

2001-03-15 Thread Jan Labanowski
eres which you get from the list. Jan On Thu, 15 Mar 2001, EShin Yen wrote: Questions : I am trying to set up Tomcat and Apache on "Different machines". Is the procedure mentioned all I have to do? I looked at the mod_jk.conf-auto file. It does not specify the IP address or mac

AW: How to configure mod_jk.conf-auto

2001-03-15 Thread Jörg Petschat
-Ursprngliche Nachricht- Von: Jan Labanowski [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 16. Mrz 2001 02:43 An: [EMAIL PROTECTED] Cc: Jan Labanowski Betreff: Re: How to configure mod_jk.conf-auto Diese Nachricht enthlt Zeichen, die vom Internet-Dienst nicht untersttzt werden. Zum

How to configure mod_jk.conf-auto

2001-03-13 Thread Jörg Petschat
Hallo, Where can i configure the mod_jk.conf-auto. Tomcat use only ajp12 in the mod_jk.conf-auto ? Can someone help ? J R G P E T S C H A T -- Systemadministrator

Re: How to configure mod_jk.conf-auto

2001-03-13 Thread Christopher Albert
Jrg Petschat wrote: Hallo, Where can i configure the mod_jk.conf-auto. Tomcat use only ajp12 in the mod_jk.conf-auto ? Can someone help ? J R G P E T S C H A T -- Systemadministrator -- - To unsubscribe, e-mail

Re: How to configure mod_jk.conf-auto

2001-03-13 Thread Martin Mauri
Hi Hallo, Basically, mod_jk.conf-auto is automatically configured by tomcat at startup based on the file system where it's installed and the OS where it's running, primarily, you have to edit the file by hand and add the specific data, as far as I'm concern, Tomcat supports both ajp12 and ajp13

Re: How to configure mod_jk.conf-auto

2001-03-13 Thread Neill Laney
I am using the same setup (it sounds like) and get the same behavior: mod_jk.conf-auto only lists ajp12. I get another error in a web app context. mod_jk.conf-auto shows the following for an application Tomcat_Home/webapps/home: JkMount /home/servlet/* ajp12 JkMount /home/*.jsp ajp12 so far

Re: How to configure mod_jk.conf-auto

2001-03-13 Thread Neill Laney
mod_jk.conf-auto shows the following for an application Tomcat_Home/webapps/home: JkMount /home/servlet/* ajp12 JkMount /home/*.jsp ajp12 a servlet is mapped in the application which works fine on port 8080. JSP's and static pages load from apache, but no servlets :-( Any help is appreciated

Re: How to configure mod_jk.conf-auto

2001-03-13 Thread Jan Labanowski
Copy mod_jk.conf-auto to something else. Edit this something else (say mod_jk.conf) and include it at the end of the httpd.conf in your Apache. Jan editing mod_jk.conf-auto does not make sense since it is overwritten each time the Tomcat starts... Jan On Tue, 13 Mar 2001, Neill Laney wrote

Re: How to configure mod_jk.conf-auto

2001-03-13 Thread Neill Laney
t;Jan Labanowski" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: "Jan Labanowski" [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 6:26 PM Subject: Re: How to configure mod_jk.conf-auto Copy mod_jk.conf-auto to something else. Edit this something else (say mod_jk.conf) and i

Re: WebServer-Tomcat linking problem... was [cannot find file mod_jk.conf-auto]

2001-02-19 Thread Ratnakar Malla
PROTECTED] Sent: Saturday, February 17, 2001 3:54 PM Subject: WebServer-Tomcat linking problem... was [cannot find file "mod_jk.conf-auto"] Ok, Any Developers out there? This makes 5 ppl this week having problems with varying versions of tomcat and varying p

R: WebServer-Tomcat linking problem... was [cannot find file mod_jk.conf-auto]

2001-02-18 Thread Eugenio Ascoli-Bartoli
TED] Sent: Saturday, February 17, 2001 3:54 PM Subject: WebServer-Tomcat linking problem... was [cannot find file "mod_jk.conf-auto"] Ok, Any Developers out there? This makes 5 ppl this week having problems with varying versions of tomcat and varying platforms/web se

mod_jk.conf-auto

2001-02-18 Thread Qiqi Dong
I got a problem here: the mod_jk.conf-auto file generated by Tomcat 3.2.1 always use ajp12. I'm using ajp13 only with Apache. So I have to manually edit the file everytime I add a new application. Is there a way to resolve

Re: cannot find file mod_jk.conf-auto

2001-02-17 Thread NSB)Hiroshi Kasamatsu
Hi,Ratnakar First of all,mod_jk.conf-auto is automatically generated when you start tomcat. Next,it is in conf directory of tomcat. Hiroshi Ratnakar Malla wrote: Hi All, The documentation says that the file "mod_jk.conf-auto" the configuration file for mod_jk.dll, will be au

RE: cannot find file mod_jk.conf-auto

2001-02-17 Thread Ratnakar Malla
--Original Message- From: Ratnakar Malla [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 9:56 PM To: Tomcat Subject: cannot find file "mod_jk.conf-auto" Hi All, The documentation says that the file "mod_jk.conf-auto" the configuration file for mod

Re: WebServer-Tomcat linking problem... was [cannot find file mod_jk.conf-auto]

2001-02-17 Thread Dave Smith
2001 3:54 PM Subject: WebServer-Tomcat linking problem... was [cannot find file "mod_jk.conf-auto"] Ok, Any Developers out there? This makes 5 ppl this week having problems with varying versions of tomcat and varying platforms/web servers. This is all one problem. Everyon

Re: Aliases/Rewrites (was: ajp12 vs ajp13 mod_jk.conf-auto

2001-02-16 Thread Mel Martinez
changing something else. At any rate, with mod_jk loaded before mod_rewrite (in my case, I am able to simply perform the include of mod_jk.conf-auto before I do any rewrites) it seems to work. I also had a stupid syntax error in my rewrite expression so maybe that was it. Amazin' how much time one

cannot find file mod_jk.conf-auto

2001-02-16 Thread Ratnakar Malla
Hi All, The documentation says that the file "mod_jk.conf-auto" the configuration file for mod_jk.dll, will be automaticlly generated. however in my directory, i cannot find any file by the specified name. can someone please guide me, as to how i need to make Apache talk with tom

RE: cannot find file mod_jk.conf-auto

2001-02-16 Thread Adam Fowler
some other beginning's end" -Original Message- From: Ratnakar Malla [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 9:56 PM To: Tomcat Subject: cannot find file "mod_jk.conf-auto" Hi All, The documentation says that the file "mod_jk.conf-aut

Aliases/Rewrites (was: ajp12 vs ajp13 mod_jk.conf-auto

2001-02-15 Thread Mel Martinez
including mod_jk.conf-auto just after the above rewrite rule: # include configuration for tomcat servlet engine: # Include n:/opt/demo/conf/mod_jk.conf-auto # I've configured server.xml very minimally, no custom contexts or anything. About the only thing changed here is I've enabled ajp13 and

Re: Aliases/Rewrites (was: ajp12 vs ajp13 mod_jk.conf-auto

2001-02-15 Thread Jan Labanowski
omcat DOES happily find, compile and execute requests for servlets and jsp pages that are in paths that do exist such as /myapp/folder1/myother.jsp I have apache configured to send requests to tomcat via ajp13 by including mod_jk.conf-auto just after the above rewrite rule: # include con

RE: ajp12 vs ajp13 mod_jk.conf-auto

2001-02-14 Thread Coetmeur, Alain
-Message d'origine- De: Mel Martinez [mailto:[EMAIL PROTECTED]] Date: mardi 13 fvrier 2001 23:33 : [EMAIL PROTECTED] Objet: ajp12 vs ajp13 mod_jk.conf-auto Question: what determines whether ajp12 or ajp13 will be specified for a jkmount statement in the auto-generated

  1   2   >