Howto compile mod_jk for windows systems for Apache and mod_jk2 for Apache2!

2003-11-27 Thread Klaus Wienert
Its not as simple as I thought, but I have done it.

0. This is a short, short, very short howto

1. Prerequisites
Microsoft Visual C++ 6.0
Apache 1.3 or Apache 2
Ant (http://ant.apache.org/)
JkAnt
(http://www.apache.org/dist/jakarta/tomcat-4/v4.1.29/src/jakarta-tomcat-conn
ectors-4.1.29-src.zip or CVS in jk/jkant)

2. MOD_JK
2.1. copy jkant.jar to jk/build/lib/jkant.jar

2.2. get mod_jk-1.2.5
(http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jakarta-tomc
at-connectors-jk-1.2.5-src.zip)

2.3. create jk/build.properties and run ant on jk/native/build.xml

#build.properties
#apache2.home=C:/Apache2
apache13.home=C:/Apache
apr.home=${apache2.home}
apr.include=${apr.home}/include
apr-util.include=${apr.home}/include
apr.lib=${apr.home}/lib
apr-util.lib=${apr.home}/lib
apache2.lib=${apache2.home}/lib
so.debug=false
so.optimize=true
so.profile=false
mssdk.home=c:/Programme/Microsoft Visual Studio/VC98
build.compiler.base=${mssdk.home}
build.compiler.cc=${mssdk.home}/bin/cl
build.compiler.ld=${mssdk.home}/bin/link

2.4. if you see warnings in your logs

Loaded DSO X:/path/mod_jk.dll uses plain Apache 1.3 API, this module might
crash under EAPI! (please recompile it with -DEAPI)

add to build.xml at target apache13



2.5. you can find mod_jk.dll in jk/build/jk/apache13

3. MOD_JK2
3.1. copy jkant.jar to jk/build/lib/jkant.jar

3.2. get mod_jk-1.2.5
(http://www.apache.org/dist/jakarta/tomcat-connectors/jk2/source/jakarta-tom
cat-connectors-jk2-2.0.2-src.zip)

3.3. create jk/build.properties and run ant on jk/native2/build.xml

#build.properties
apache2.home=C:/Apache2
#apache13.home=C:/Apache
apr.home=${apache2.home}
apr.include=${apr.home}/include
apr-util.include=${apr.home}/include
apr.lib=${apr.home}/lib
apr-util.lib=${apr.home}/lib
apache2.lib=${apache2.home}/lib
so.debug=false
so.optimize=true
so.profile=false
mssdk.home=c:/Programme/Microsoft Visual Studio/VC98
build.compiler.base=${mssdk.home}
build.compiler.cc=${mssdk.home}/bin/cl
build.compiler.ld=${mssdk.home}/bin/link

3.4. if you see compile errors

file:X:/path/jk/native2/build.xml:138: Execute failed: java.io.IOException:
CreateProcess: "c:\Programme\Microsoft Visual Studio\VC98\bin\rc" -r -fo ...

change in target init.win32.mc



to



3.5. you can find mod_jk.dll in jk/build/jk2/apache2


Klaus Wienert


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: mod_jk for Windows

2002-06-21 Thread Charles Sanders

I have the following working together with mod_jk:

Apache 1.3.24 > Tomcat 3.2.3
Apache 1.3.24 > Tomcat 4.0.1
Apache 1.3.26 > Tomcat 4.0.1

I also used the following setup processes:
http://www.galatea.com/flashguides/apache-tomcat-win32.xml
http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml

Good Luck!

-Original Message-
From: Koes, Derrick [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 5:03 PM
To: '[EMAIL PROTECTED]'
Subject: mod_jk for Windows


I cannot seem to find a combination of apache httpd and tomcat that will
work together.

 

I've tried:

 

Apache 1.3.26 + Tomcat 3.3.1  -- Doesn't understand any of the "Jk"
configuration..."Invalid command 'JkWorkersFile'...

Apache 1.3.26 + Tomcat 4.0.3  -- same

Apache 2.0.39 + Tomcat 4.0.3  -- Can't get to webapp's through tomcat let
alone apache (Yes, of course I can get to the examples through tomcat, but
still not through apache)

Apache 2.0.39 + Tomcat 4.0.4  -- same

 

/**

 * Contact information.

 */

public interface INFO

{

static final String NAME = "Derrick Koes";

String title = "Senior Software Engineer";

String company = "Smith + Nephew Endoscopy";

URL companyURL = new URL(

http://www.smith-nephew.com/index-flash.html
<http://www.smith-nephew.com/index-flash.html> );

String aolIM = "codeauthor2001";

String EMAIL = "[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]@smith-nephew.com> ";

String PHONE = "(978) 749-1288";

String FAX = "(978) 749-1487";

}

 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: mod_jk for Windows

2002-06-21 Thread Turner, John


I have apache 1.3 and tomcat working successfully with mod_jk on Windows
2000 Pro.  I follwed the instructions at this location:

http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml

John Turner
[EMAIL PROTECTED]
http://www.aas.com


-Original Message-
From: Koes, Derrick [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 6:03 PM
To: '[EMAIL PROTECTED]'
Subject: mod_jk for Windows


I cannot seem to find a combination of apache httpd and tomcat that will
work together.

 

I've tried:

 

Apache 1.3.26 + Tomcat 3.3.1  -- Doesn't understand any of the "Jk"
configuration..."Invalid command 'JkWorkersFile'...

Apache 1.3.26 + Tomcat 4.0.3  -- same

Apache 2.0.39 + Tomcat 4.0.3  -- Can't get to webapp's through tomcat let
alone apache (Yes, of course I can get to the examples through tomcat, but
still not through apache)

Apache 2.0.39 + Tomcat 4.0.4  -- same

 

/**

 * Contact information.

 */

public interface INFO

{

static final String NAME = "Derrick Koes";

String title = "Senior Software Engineer";

String company = "Smith + Nephew Endoscopy";

URL companyURL = new URL(

http://www.smith-nephew.com/index-flash.html
<http://www.smith-nephew.com/index-flash.html> );

String aolIM = "codeauthor2001";

String EMAIL = "[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]@smith-nephew.com> ";

String PHONE = "(978) 749-1288";

String FAX = "(978) 749-1487";

}

 




RE: mod_jk for Windows

2002-06-20 Thread Sexton, George

If you would look at the bottom of the message, you would find instructions
on how to unsubscribe.

-Original Message-
From: anette mysel [mailto:[EMAIL PROTECTED]]
Sent: 20 June, 2002 7:26 PM
To: Tomcat Users List
Subject: Re: mod_jk for Windows


PLEASE STOP EMAILING ME. I AM NOT A MEMBER OF TOMCAT. I HAVE EMAILED THEM
SEVERAL TIMES TO STOP THIS AMTTER, BUT THEY HAVE FAILED TO DO SO. I AM
ASKING YOU TO STOP EMAILING ME.
THANK YOU!
- Original Message -
From: "Koes, Derrick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 5:02 PM
Subject: mod_jk for Windows


> I cannot seem to find a combination of apache httpd and tomcat that will
> work together.
>
>
>
> I've tried:
>
>
>
> Apache 1.3.26 + Tomcat 3.3.1  -- Doesn't understand any of the "Jk"
> configuration..."Invalid command 'JkWorkersFile'...
>
> Apache 1.3.26 + Tomcat 4.0.3  -- same
>
> Apache 2.0.39 + Tomcat 4.0.3  -- Can't get to webapp's through tomcat let
> alone apache (Yes, of course I can get to the examples through tomcat, but
> still not through apache)
>
> Apache 2.0.39 + Tomcat 4.0.4  -- same
>
>
>
> /**
>
>  * Contact information.
>
>  */
>
> public interface INFO
>
> {
>
> static final String NAME = "Derrick Koes";
>
> String title = "Senior Software Engineer";
>
> String company = "Smith + Nephew Endoscopy";
>
> URL companyURL = new URL(
>
> http://www.smith-nephew.com/index-flash.html
> <http://www.smith-nephew.com/index-flash.html> );
>
> String aolIM = "codeauthor2001";
>
> String EMAIL = "[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]@smith-nephew.com> ";
>
> String PHONE = "(978) 749-1288";
>
> String FAX = "(978) 749-1487";
>
> }
>
>
>
>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: mod_jk for Windows

2002-06-20 Thread anette mysel

PLEASE STOP EMAILING ME. I AM NOT A MEMBER OF TOMCAT. I HAVE EMAILED THEM
SEVERAL TIMES TO STOP THIS AMTTER, BUT THEY HAVE FAILED TO DO SO. I AM
ASKING YOU TO STOP EMAILING ME.
THANK YOU!
- Original Message -
From: "Koes, Derrick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 5:02 PM
Subject: mod_jk for Windows


> I cannot seem to find a combination of apache httpd and tomcat that will
> work together.
>
>
>
> I've tried:
>
>
>
> Apache 1.3.26 + Tomcat 3.3.1  -- Doesn't understand any of the "Jk"
> configuration..."Invalid command 'JkWorkersFile'...
>
> Apache 1.3.26 + Tomcat 4.0.3  -- same
>
> Apache 2.0.39 + Tomcat 4.0.3  -- Can't get to webapp's through tomcat let
> alone apache (Yes, of course I can get to the examples through tomcat, but
> still not through apache)
>
> Apache 2.0.39 + Tomcat 4.0.4  -- same
>
>
>
> /**
>
>  * Contact information.
>
>  */
>
> public interface INFO
>
> {
>
> static final String NAME = "Derrick Koes";
>
> String title = "Senior Software Engineer";
>
> String company = "Smith + Nephew Endoscopy";
>
> URL companyURL = new URL(
>
> http://www.smith-nephew.com/index-flash.html
> <http://www.smith-nephew.com/index-flash.html> );
>
> String aolIM = "codeauthor2001";
>
> String EMAIL = "[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]@smith-nephew.com> ";
>
> String PHONE = "(978) 749-1288";
>
> String FAX = "(978) 749-1487";
>
> }
>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




mod_jk for Windows

2002-06-20 Thread Koes, Derrick

I cannot seem to find a combination of apache httpd and tomcat that will
work together.

 

I've tried:

 

Apache 1.3.26 + Tomcat 3.3.1  -- Doesn't understand any of the "Jk"
configuration..."Invalid command 'JkWorkersFile'...

Apache 1.3.26 + Tomcat 4.0.3  -- same

Apache 2.0.39 + Tomcat 4.0.3  -- Can't get to webapp's through tomcat let
alone apache (Yes, of course I can get to the examples through tomcat, but
still not through apache)

Apache 2.0.39 + Tomcat 4.0.4  -- same

 

/**

 * Contact information.

 */

public interface INFO

{

static final String NAME = "Derrick Koes";

String title = "Senior Software Engineer";

String company = "Smith + Nephew Endoscopy";

URL companyURL = new URL(

http://www.smith-nephew.com/index-flash.html
 );

String aolIM = "codeauthor2001";

String EMAIL = "[EMAIL PROTECTED]
 ";

String PHONE = "(978) 749-1288";

String FAX = "(978) 749-1487";

}

 




mod_jk for windows

2002-03-13 Thread Peter Wieland

Hi,

I'm using Apache 1.3.20 with Tomcat 3.3a on a Windows 2000 machine. Starting
Apache I get the following message:

modules/mod_jk.dll uses plain Apache 1.3 API, this module might crash under
EAPI! (please recompile it with -DEAPI)

Can anybody help me how to get this fixed? I have no idea how to compile
this.

Thanks,

Peter

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee

Turns out I the JKWorkersFile Directive needs to be
outside the VH blocks

james

--- James Lee <[EMAIL PROTECTED]> wrote:
> I still get "Cannot remove module mod_jk.c: not
> found
> in module list" when i check the syntax.  Could it
> be
> anything else?
> 
> thanks
> 
> james
> 
> --- jyc <[EMAIL PROTECTED]> wrote:
> > thi replace your AddModule directive
> > 
> > - Original Message - 
> > From: "James Lee" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List"
> > <[EMAIL PROTECTED]>
> > Sent: Monday, February 25, 2002 8:33 PM
> > Subject: Re: mod_jk for Windows -- HELP 
> > 
> > 
> > > would this go in the LoadModule section or after
> > > AddModule mod_jk.c ?
> > > 
> > > thanks
> > > 
> > > james
> > > 
> > > --- jyc <[EMAIL PROTECTED]> wrote:
> > > > try this :
> > > > 
> > > > 
> > > >  LoadModule jk_module modules/mod_jk.dll or
> .so
> > > > 
> > > > 
> > > > ... or let Tomcat generate itself the
> > mod_jk.conf
> > > > file.
> > > > 
> > > > 
> > > > - Original Message - 
> > > > From: "James Lee" <[EMAIL PROTECTED]>
> > > > To: "Tomcat Users List"
> > > > <[EMAIL PROTECTED]>
> > > > Sent: Monday, February 25, 2002 8:19 PM
> > > > Subject: RE: mod_jk for Windows -- HELP 
> > > > 
> > > > 
> > > > > Hi guys,
> > > > > 
> > > > > I've been trying to configure mod_jk for
> > win2k,
> > > > tomcat
> > > > > 4.0.2, and apache 1.3.22, and came accross
> > your
> > > > > discussion.  The problem I am having now is
> > that
> > > > > apache will not start if I put in all the
> > changes,
> > > > > specifically the line:
> > > > > 
> > > > > AddModule mod_jk.c
> > > > > 
> > > > > The error I get in the error log is:
> > > > > 
> > > > > [error] Cannot remove module mod_jk.c: not
> > found
> > > > in
> > > > > module list
> > > > > [emerg] (9)Bad file descriptor: Error while
> > > > opening
> > > > > the workers
> > > > > 
> > > > > any experience with this?  I was looking at
> > the
> > > > > workers.properties file and noticed the
> line:
> > > > > 
> > > > >
> > > >
> > >
> >
>
worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
> > > > > 
> > > > > which refers to a jar that isn't in tomcat
> > 4.0.2,
> > > > but
> > > > > is in 3.3. I don't think i should copy it
> over
> > > > should
> > > > > I?
> > > > > 
> > > > > thanks in advance,
> > > > > 
> > > > > james
> > > > > 
> 
> __
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
> 
> --
> To unsubscribe:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands:
> <mailto:[EMAIL PROTECTED]>
> Troubles with the list:
> <mailto:[EMAIL PROTECTED]>
> 


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee

I still get "Cannot remove module mod_jk.c: not found
in module list" when i check the syntax.  Could it be
anything else?

thanks

james

--- jyc <[EMAIL PROTECTED]> wrote:
> thi replace your AddModule directive
> 
> - Original Message - 
> From: "James Lee" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> <[EMAIL PROTECTED]>
> Sent: Monday, February 25, 2002 8:33 PM
> Subject: Re: mod_jk for Windows -- HELP 
> 
> 
> > would this go in the LoadModule section or after
> > AddModule mod_jk.c ?
> > 
> > thanks
> > 
> > james
> > 
> > --- jyc <[EMAIL PROTECTED]> wrote:
> > > try this :
> > > 
> > > 
> > >  LoadModule jk_module modules/mod_jk.dll or .so
> > > 
> > > 
> > > ... or let Tomcat generate itself the
> mod_jk.conf
> > > file.
> > > 
> > > 
> > > - Original Message - 
> > > From: "James Lee" <[EMAIL PROTECTED]>
> > > To: "Tomcat Users List"
> > > <[EMAIL PROTECTED]>
> > > Sent: Monday, February 25, 2002 8:19 PM
> > > Subject: RE: mod_jk for Windows -- HELP 
> > > 
> > > 
> > > > Hi guys,
> > > > 
> > > > I've been trying to configure mod_jk for
> win2k,
> > > tomcat
> > > > 4.0.2, and apache 1.3.22, and came accross
> your
> > > > discussion.  The problem I am having now is
> that
> > > > apache will not start if I put in all the
> changes,
> > > > specifically the line:
> > > > 
> > > > AddModule mod_jk.c
> > > > 
> > > > The error I get in the error log is:
> > > > 
> > > > [error] Cannot remove module mod_jk.c: not
> found
> > > in
> > > > module list
> > > > [emerg] (9)Bad file descriptor: Error while
> > > opening
> > > > the workers
> > > > 
> > > > any experience with this?  I was looking at
> the
> > > > workers.properties file and noticed the line:
> > > > 
> > > >
> > >
> >
>
worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
> > > > 
> > > > which refers to a jar that isn't in tomcat
> 4.0.2,
> > > but
> > > > is in 3.3. I don't think i should copy it over
> > > should
> > > > I?
> > > > 
> > > > thanks in advance,
> > > > 
> > > > james
> > > > 

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: mod_jk for Windows -- HELP

2002-02-25 Thread jyc

thi replace your AddModule directive

- Original Message - 
From: "James Lee" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, February 25, 2002 8:33 PM
Subject: Re: mod_jk for Windows -- HELP 


> would this go in the LoadModule section or after
> AddModule mod_jk.c ?
> 
> thanks
> 
> james
> 
> --- jyc <[EMAIL PROTECTED]> wrote:
> > try this :
> > 
> > 
> >  LoadModule jk_module modules/mod_jk.dll or .so
> > 
> > 
> > ... or let Tomcat generate itself the mod_jk.conf
> > file.
> > 
> > 
> > - Original Message - 
> > From: "James Lee" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List"
> > <[EMAIL PROTECTED]>
> > Sent: Monday, February 25, 2002 8:19 PM
> > Subject: RE: mod_jk for Windows -- HELP 
> > 
> > 
> > > Hi guys,
> > > 
> > > I've been trying to configure mod_jk for win2k,
> > tomcat
> > > 4.0.2, and apache 1.3.22, and came accross your
> > > discussion.  The problem I am having now is that
> > > apache will not start if I put in all the changes,
> > > specifically the line:
> > > 
> > > AddModule mod_jk.c
> > > 
> > > The error I get in the error log is:
> > > 
> > > [error] Cannot remove module mod_jk.c: not found
> > in
> > > module list
> > > [emerg] (9)Bad file descriptor: Error while
> > opening
> > > the workers
> > > 
> > > any experience with this?  I was looking at the
> > > workers.properties file and noticed the line:
> > > 
> > >
> >
> worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
> > > 
> > > which refers to a jar that isn't in tomcat 4.0.2,
> > but
> > > is in 3.3. I don't think i should copy it over
> > should
> > > I?
> > > 
> > > thanks in advance,
> > > 
> > > james
> > > 
> > > --- Surya Suravarapu <[EMAIL PROTECTED]>
> > wrote:
> > > > Brian,
> > > > 
> > > > Thanks a zillion .. it's working now!!!
> > > > 
> > > > -Surya
> > > > 
> > > > 
> > > > --- Brian Adams <[EMAIL PROTECTED]> wrote:
> > > > > going to bed but here is my windows 2k tomcat
> > > > 4.0.1
> > > > > and apache 1.3.2ish
> > > > > mod_jk conf files.
> > > > > goodluck
> > > > > B
> > > > > 
> > > > > 
> > > > > -Original Message-
> > > > > From: Surya Suravarapu
> > > > > [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Thursday, February 21, 2002 10:24 PM
> > > > > To: Tomcat Users List
> > > > > Subject: mod_jk for Windows -- HELP
> > > > > 
> > > > > 
> > > > > I'm using Apache 1.3.20 and Tomcat 4.0.2. I've
> > > > tried
> > > > > my level best to make mod_webapp work for me.
> > But
> > > > I
> > > > > had very little luck to make it run, Apache
> > > > couldn't
> > > > > find many static files!
> > > > > 
> > > > > I heard mod_jk is another (probably, a better)
> > > > > option.
> > > > > Can some body direct me to a link where I can
> > find
> > > > > the
> > > > > appropriate documentation of mod_jk for
> > Windows.
> > > > > 
> > > > > Thanks in advance.
> > > > > 
> > > > > -Surya
> > > > > 
> > > > >
> > __
> > > > > Do You Yahoo!?
> > > > > Yahoo! Sports - Coverage of the 2002 Olympic
> > Games
> > > > > http://sports.yahoo.com
> > > > > 
> > > > > --
> > > 
> > > 
> > > __
> > > Do You Yahoo!?
> > > Yahoo! Sports - Coverage of the 2002 Olympic Games
> > > http://sports.yahoo.com
> > > 
> > > --
> > > To unsubscribe:  
> > <mailto:[EMAIL PROTECTED]>
> > > For additional commands:
> > <mailto:[EMAIL PROTECTED]>
> > > Troubles with the list:
> > <mailto:[EMAIL PROTECTED]>
> > > 
> > > 
> > 
> > 
> > --
> > To unsubscribe:  
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands:
> > <mailto:[EMAIL PROTECTED]>
> > Troubles with the list:
> > <mailto:[EMAIL PROTECTED]>
> > 
> 
> 
> __
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee

would this go in the LoadModule section or after
AddModule mod_jk.c ?

thanks

james

--- jyc <[EMAIL PROTECTED]> wrote:
> try this :
> 
> 
>  LoadModule jk_module modules/mod_jk.dll or .so
> 
> 
> ... or let Tomcat generate itself the mod_jk.conf
> file.
> 
> 
> - Original Message - 
> From: "James Lee" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> <[EMAIL PROTECTED]>
> Sent: Monday, February 25, 2002 8:19 PM
> Subject: RE: mod_jk for Windows -- HELP 
> 
> 
> > Hi guys,
> > 
> > I've been trying to configure mod_jk for win2k,
> tomcat
> > 4.0.2, and apache 1.3.22, and came accross your
> > discussion.  The problem I am having now is that
> > apache will not start if I put in all the changes,
> > specifically the line:
> > 
> > AddModule mod_jk.c
> > 
> > The error I get in the error log is:
> > 
> > [error] Cannot remove module mod_jk.c: not found
> in
> > module list
> > [emerg] (9)Bad file descriptor: Error while
> opening
> > the workers
> > 
> > any experience with this?  I was looking at the
> > workers.properties file and noticed the line:
> > 
> >
>
worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
> > 
> > which refers to a jar that isn't in tomcat 4.0.2,
> but
> > is in 3.3. I don't think i should copy it over
> should
> > I?
> > 
> > thanks in advance,
> > 
> > james
> > 
> > --- Surya Suravarapu <[EMAIL PROTECTED]>
> wrote:
> > > Brian,
> > > 
> > > Thanks a zillion .. it's working now!!!
> > > 
> > > -Surya
> > > 
> > > 
> > > --- Brian Adams <[EMAIL PROTECTED]> wrote:
> > > > going to bed but here is my windows 2k tomcat
> > > 4.0.1
> > > > and apache 1.3.2ish
> > > > mod_jk conf files.
> > > > goodluck
> > > > B
> > > > 
> > > > 
> > > > -Original Message-
> > > > From: Surya Suravarapu
> > > > [mailto:[EMAIL PROTECTED]]
> > > > Sent: Thursday, February 21, 2002 10:24 PM
> > > > To: Tomcat Users List
> > > > Subject: mod_jk for Windows -- HELP
> > > > 
> > > > 
> > > > I'm using Apache 1.3.20 and Tomcat 4.0.2. I've
> > > tried
> > > > my level best to make mod_webapp work for me.
> But
> > > I
> > > > had very little luck to make it run, Apache
> > > couldn't
> > > > find many static files!
> > > > 
> > > > I heard mod_jk is another (probably, a better)
> > > > option.
> > > > Can some body direct me to a link where I can
> find
> > > > the
> > > > appropriate documentation of mod_jk for
> Windows.
> > > > 
> > > > Thanks in advance.
> > > > 
> > > > -Surya
> > > > 
> > > >
> __
> > > > Do You Yahoo!?
> > > > Yahoo! Sports - Coverage of the 2002 Olympic
> Games
> > > > http://sports.yahoo.com
> > > > 
> > > > --
> > 
> > 
> > __
> > Do You Yahoo!?
> > Yahoo! Sports - Coverage of the 2002 Olympic Games
> > http://sports.yahoo.com
> > 
> > --
> > To unsubscribe:  
> <mailto:[EMAIL PROTECTED]>
> > For additional commands:
> <mailto:[EMAIL PROTECTED]>
> > Troubles with the list:
> <mailto:[EMAIL PROTECTED]>
> > 
> > 
> 
> 
> --
> To unsubscribe:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands:
> <mailto:[EMAIL PROTECTED]>
> Troubles with the list:
> <mailto:[EMAIL PROTECTED]>
> 


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: mod_jk for Windows -- HELP

2002-02-25 Thread jyc

try this :


 LoadModule jk_module modules/mod_jk.dll or .so


... or let Tomcat generate itself the mod_jk.conf file.


- Original Message - 
From: "James Lee" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, February 25, 2002 8:19 PM
Subject: RE: mod_jk for Windows -- HELP 


> Hi guys,
> 
> I've been trying to configure mod_jk for win2k, tomcat
> 4.0.2, and apache 1.3.22, and came accross your
> discussion.  The problem I am having now is that
> apache will not start if I put in all the changes,
> specifically the line:
> 
> AddModule mod_jk.c
> 
> The error I get in the error log is:
> 
> [error] Cannot remove module mod_jk.c: not found in
> module list
> [emerg] (9)Bad file descriptor: Error while opening
> the workers
> 
> any experience with this?  I was looking at the
> workers.properties file and noticed the line:
> 
> worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
> 
> which refers to a jar that isn't in tomcat 4.0.2, but
> is in 3.3. I don't think i should copy it over should
> I?
> 
> thanks in advance,
> 
> james
> 
> --- Surya Suravarapu <[EMAIL PROTECTED]> wrote:
> > Brian,
> > 
> > Thanks a zillion .. it's working now!!!
> > 
> > -Surya
> > 
> > 
> > --- Brian Adams <[EMAIL PROTECTED]> wrote:
> > > going to bed but here is my windows 2k tomcat
> > 4.0.1
> > > and apache 1.3.2ish
> > > mod_jk conf files.
> > > goodluck
> > > B
> > > 
> > > 
> > > -Original Message-
> > > From: Surya Suravarapu
> > > [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, February 21, 2002 10:24 PM
> > > To: Tomcat Users List
> > > Subject: mod_jk for Windows -- HELP
> > > 
> > > 
> > > I'm using Apache 1.3.20 and Tomcat 4.0.2. I've
> > tried
> > > my level best to make mod_webapp work for me. But
> > I
> > > had very little luck to make it run, Apache
> > couldn't
> > > find many static files!
> > > 
> > > I heard mod_jk is another (probably, a better)
> > > option.
> > > Can some body direct me to a link where I can find
> > > the
> > > appropriate documentation of mod_jk for Windows.
> > > 
> > > Thanks in advance.
> > > 
> > > -Surya
> > > 
> > > __
> > > Do You Yahoo!?
> > > Yahoo! Sports - Coverage of the 2002 Olympic Games
> > > http://sports.yahoo.com
> > > 
> > > --
> 
> 
> __
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: mod_jk for Windows -- HELP

2002-02-25 Thread James Lee

Hi guys,

I've been trying to configure mod_jk for win2k, tomcat
4.0.2, and apache 1.3.22, and came accross your
discussion.  The problem I am having now is that
apache will not start if I put in all the changes,
specifically the line:

AddModule mod_jk.c

The error I get in the error log is:

[error] Cannot remove module mod_jk.c: not found in
module list
[emerg] (9)Bad file descriptor: Error while opening
the workers

any experience with this?  I was looking at the
workers.properties file and noticed the line:

worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar

which refers to a jar that isn't in tomcat 4.0.2, but
is in 3.3. I don't think i should copy it over should
I?

thanks in advance,

james

--- Surya Suravarapu <[EMAIL PROTECTED]> wrote:
> Brian,
> 
> Thanks a zillion .. it's working now!!!
> 
> -Surya
> 
> 
> --- Brian Adams <[EMAIL PROTECTED]> wrote:
> > going to bed but here is my windows 2k tomcat
> 4.0.1
> > and apache 1.3.2ish
> > mod_jk conf files.
> > goodluck
> > B
> > 
> > 
> > -Original Message-
> > From: Surya Suravarapu
> > [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, February 21, 2002 10:24 PM
> > To: Tomcat Users List
> > Subject: mod_jk for Windows -- HELP
> > 
> > 
> > I'm using Apache 1.3.20 and Tomcat 4.0.2. I've
> tried
> > my level best to make mod_webapp work for me. But
> I
> > had very little luck to make it run, Apache
> couldn't
> > find many static files!
> > 
> > I heard mod_jk is another (probably, a better)
> > option.
> > Can some body direct me to a link where I can find
> > the
> > appropriate documentation of mod_jk for Windows.
> > 
> > Thanks in advance.
> > 
> > -Surya
> > 
> > __
> > Do You Yahoo!?
> > Yahoo! Sports - Coverage of the 2002 Olympic Games
> > http://sports.yahoo.com
> > 
> > --


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: mod_jk for Windows -- HELP

2002-02-21 Thread Surya Suravarapu

Brian,

Thanks a zillion .. it's working now!!!

-Surya


--- Brian Adams <[EMAIL PROTECTED]> wrote:
> going to bed but here is my windows 2k tomcat 4.0.1
> and apache 1.3.2ish
> mod_jk conf files.
> goodluck
> B
> 
> 
> -Original Message-
> From: Surya Suravarapu
> [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 21, 2002 10:24 PM
> To: Tomcat Users List
> Subject: mod_jk for Windows -- HELP
> 
> 
> I'm using Apache 1.3.20 and Tomcat 4.0.2. I've tried
> my level best to make mod_webapp work for me. But I
> had very little luck to make it run, Apache couldn't
> find many static files!
> 
> I heard mod_jk is another (probably, a better)
> option.
> Can some body direct me to a link where I can find
> the
> appropriate documentation of mod_jk for Windows.
> 
> Thanks in advance.
> 
> -Surya
> 
> __
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
> 
> --
> To unsubscribe:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands:
> <mailto:[EMAIL PROTECTED]>
> Troubles with the list:
> <mailto:[EMAIL PROTECTED]>
> 
> 

> ATTACHMENT part 2 application/octet-stream
name=workers.properties
> 
> 
> 
> 
> 
> 
> 
> 
>   
> 
> 
>   
>   
>  type="java.lang.Integer" value="30"/>
>   
> 
>   
> 
>   
>   
> 
> 
> 
> 
> 
className="org.apache.catalina.connector.http.HttpConnector"
>port="8080" minProcessors="5"
> maxProcessors="75"
>enableLookups="true"
> redirectPort="8443"
>acceptCount="10" debug="0"
> connectionTimeout="6"/>
> 
> 
> 
> 
>
> 
> 
> 
>  className="org.apache.ajp.tomcat4.Ajp13Connector"
>port="8009" minProcessors="5"
> maxProcessors="75"
>acceptCount="10" debug="0"/>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  defaultHost="localhost" debug="0">
> 
>   
>   
> 
>   
>className="org.apache.catalina.logger.FileLogger"
>   prefix="catalina_log." suffix=".txt"
>   timestamp="true"/>
> 
>   
> 
>className="org.apache.catalina.realm.MemoryRealm" />
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
>appBase="webapps" 
>unpackWARs="true" autoDeploy="true">
> 
> 
> 
> 
> 
> 
className="org.apache.catalina.valves.AccessLogValve"
>  directory="logs" 
> prefix="localhost_access_log." suffix=".txt"
>  pattern="common"/>
> 
> 
>  className="org.apache.catalina.logger.FileLogger"
>  directory="logs" 
> prefix="localhost_log." suffix=".txt"
>   timestamp="true"/>
> 
> 
> 
> 
> 
> 
> 
>  debug="0"
>  reloadable="true"
> crossContext="true">
>className="org.apache.catalina.logger.FileLogger"
> 
> prefix="localhost_examples_log." suffix=".txt"
> timestamp="true"/>
>
> home="com.wombat.empl.EmployeeRecordHome"
>   
> remote="com.wombat.empl.EmployeeRecord"/>
>   
> 
>type="java.lang.Integer"
>   value="15"/>
>value="context.param.value"
>  override="false"/>
>auth="SERVLET"
> type="javax.sql.DataSource"/>
>   
>
>
usersa
>
>
password
> driverClassName
>  
> org.hsql.jdbcDriver
> driverName
>  
>
jdbc:HypersonicSQL:database
>   
>auth="Container"
> type="javax.mail.Session"/>
>   
> 
>   mail.smtp.host
>   localhost
> 
>   
>global="simpleValue"
> type="java.lang.Integer"/>
> 
> docBase="bbb" 
>  reloadable="true"  > 
>
>   
> 
>   
>   
> 
> 
> 
>   
> 
>   
> 
> 
>   
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
> 
> 
>   
> 
> 
> 
> 
> 
> 
> 
> 
> 

> ATTACHMENT part 4 application/octet-stream
name=httpd.conf
> --
> To unsubscribe:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands:
> <mailto:[EMAIL PROTECTED]>
> Troubles with the list:
<mailto:[EMAIL PROTECTED]>


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: mod_jk for Windows -- HELP

2002-02-21 Thread Brian Adams

going to bed but here is my windows 2k tomcat 4.0.1 and apache 1.3.2ish
mod_jk conf files.
goodluck
B


-Original Message-
From: Surya Suravarapu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 21, 2002 10:24 PM
To: Tomcat Users List
Subject: mod_jk for Windows -- HELP


I'm using Apache 1.3.20 and Tomcat 4.0.2. I've tried
my level best to make mod_webapp work for me. But I
had very little luck to make it run, Apache couldn't
find many static files!

I heard mod_jk is another (probably, a better) option.
Can some body direct me to a link where I can find the
appropriate documentation of mod_jk for Windows.

Thanks in advance.

-Surya

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




workers.properties
Description: Binary data









  


  
  

  

  

  
  









   


















  
  

  
  

  

  

  

  

  

  

  
  

















  
  
  
		  
  
  
  
  
usersa
password
driverClassName
  org.hsql.jdbcDriver
driverName
  jdbc:HypersonicSQL:database
  
  
  

  mail.smtp.host
  localhost

  
  

	 
   
  		

	
  



  

  


  













  


  











httpd.conf
Description: Binary data

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


mod_jk for Windows -- HELP

2002-02-21 Thread Surya Suravarapu

I'm using Apache 1.3.20 and Tomcat 4.0.2. I've tried
my level best to make mod_webapp work for me. But I
had very little luck to make it run, Apache couldn't
find many static files!

I heard mod_jk is another (probably, a better) option.
Can some body direct me to a link where I can find the
appropriate documentation of mod_jk for Windows.

Thanks in advance.

-Surya

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>