Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Adam Greene

I do not have a C/C++ Compiler and would like help locating a compiled
version of the DLL and possibly any help setting up the scenario following
(I tried reading the help, but I'm still not sure).

What I have is :

Apache 4.1.12
Apache HTTP 1.3.26
JDK 1.4.0

Running on

Windows 2000 SP 3

What I want to do:

Our hosting partner is running Apache 1.3.26 and all our development has
been done on Tomcat, and they don't want to setup a seperate box for Tomcat.
So we need to integrate into HTTP such that any request starting with
www.somedomain.com is delegated to Tomcat because we will have things like
www.somedomain.com/location1, www.somedomain.com/location2 and location1
and location2 are actually servlets (they are Tapestry based).  Most of the
other sites on the box are PHP based, so we don't want to distrub them.

Any help rendered is greatly appreciated.  Thank you.



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




Re: Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Nani Jon


Adam:
If I am not mistaken, mod_jk2.dll is for Apache 2. For versions lower than 2, you need 
to use mod_jk.dll for windows machines. Hope this helps.
Cheers,
Nanijon.
 Adam Greene wrote:I do not have a C/C++ Compiler and would like help locating a 
compiled
version of the DLL and possibly any help setting up the scenario following
(I tried reading the help, but I'm still not sure).

What I have is :

Apache 4.1.12
Apache HTTP 1.3.26
JDK 1.4.0

Running on

Windows 2000 SP 3

What I want to do:

Our hosting partner is running Apache 1.3.26 and all our development has
been done on Tomcat, and they don't want to setup a seperate box for Tomcat.
So we need to integrate into HTTP such that any request starting with
www.somedomain.com is delegated to Tomcat because we will have things like
www.somedomain.com/location1, www.somedomain.com/location2 and location1
and location2 are actually servlets (they are Tapestry based). Most of the
other sites on the box are PHP based, so we don't want to distrub them.

Any help rendered is greatly appreciated. Thank you.



--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



-
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!


RE: Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Turner, John


Not quite.

mod_jk2.dll is JK2.

mod_jk.dll is JK.

Conceivably, there can be Apache 1 and Apache 2 versions of both, for 4
total files.

John

 -Original Message-
 From: Nani Jon [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 26, 2002 12:41 PM
 To: Tomcat Users List; [EMAIL PROTECTED]
 Subject: Re: Trying to find a jk2 or equiv for Apache 1.3.* on Win32
 
 
 
 Adam:
 If I am not mistaken, mod_jk2.dll is for Apache 2. For 
 versions lower than 2, you need to use mod_jk.dll for windows 
 machines. Hope this helps.
 Cheers,
 Nanijon.
  Adam Greene wrote:I do not have a C/C++ Compiler and would 
 like help locating a compiled
 version of the DLL and possibly any help setting up the 
 scenario following
 (I tried reading the help, but I'm still not sure).
 
 What I have is :
 
 Apache 4.1.12
 Apache HTTP 1.3.26
 JDK 1.4.0
 
 Running on
 
 Windows 2000 SP 3
 
 What I want to do:
 
 Our hosting partner is running Apache 1.3.26 and all our 
 development has
 been done on Tomcat, and they don't want to setup a seperate 
 box for Tomcat.
 So we need to integrate into HTTP such that any request starting with
 www.somedomain.com is delegated to Tomcat because we will 
 have things like
 www.somedomain.com/location1, 
 www.somedomain.com/location2 and location1
 and location2 are actually servlets (they are Tapestry 
 based). Most of the
 other sites on the box are PHP based, so we don't want to 
 distrub them.
 
 Any help rendered is greatly appreciated. Thank you.
 
 
 
 --
 To unsubscribe, e-mail: 
 For additional commands, e-mail: 
 
 
 
 -
 Do you Yahoo!?
 New DSL Internet Access from SBC  Yahoo!
 

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




RE: Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Adam Greene

Do you have actual compiled DLLs that I could have that match my
configuration??  I really need them and like I said, no access to C/C++
compiler.

-Original Message-
From: Turner, John
Sent: Thursday, September 26, 2002 1:42 PM
To: 'Tomcat Users List'
Subject: RE: Trying to find a jk2 or equiv for Apache 1.3.* on Win32



Not quite.

mod_jk2.dll is JK2.

mod_jk.dll is JK.

Conceivably, there can be Apache 1 and Apache 2 versions of both, for 4
total files.

John

 -Original Message-
 From: Nani Jon [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 26, 2002 12:41 PM
 To: Tomcat Users List; [EMAIL PROTECTED]
 Subject: Re: Trying to find a jk2 or equiv for Apache 1.3.* on Win32



 Adam:
 If I am not mistaken, mod_jk2.dll is for Apache 2. For
 versions lower than 2, you need to use mod_jk.dll for windows
 machines. Hope this helps.
 Cheers,
 Nanijon.
  Adam Greene wrote:I do not have a C/C++ Compiler and would
 like help locating a compiled
 version of the DLL and possibly any help setting up the
 scenario following
 (I tried reading the help, but I'm still not sure).

 What I have is :

 Apache 4.1.12
 Apache HTTP 1.3.26
 JDK 1.4.0

 Running on

 Windows 2000 SP 3

 What I want to do:

 Our hosting partner is running Apache 1.3.26 and all our
 development has
 been done on Tomcat, and they don't want to setup a seperate
 box for Tomcat.
 So we need to integrate into HTTP such that any request starting with
 www.somedomain.com is delegated to Tomcat because we will
 have things like
 www.somedomain.com/location1,
 www.somedomain.com/location2 and location1
 and location2 are actually servlets (they are Tapestry
 based). Most of the
 other sites on the box are PHP based, so we don't want to
 distrub them.

 Any help rendered is greatly appreciated. Thank you.



 --
 To unsubscribe, e-mail:
 For additional commands, e-mail:



 -
 Do you Yahoo!?
 New DSL Internet Access from SBC  Yahoo!


--
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]