Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
I'm sorry,

I keep confusing the issue.  Last week when the test release of TC4.1.14 
came out I downloaded the new source for Tomcat and the connectors and 
built everything for windows.  I then installed everything without 
modifying the configs and it worked.  Later that day I realized that the 
default workers2.properties file had changed and I did not test it in my 
configuration.  I went ahead and updated my docs on the server anyway, 
figuring that it would just work.  I came in the next day and turned 
everything on with the new config file and it blew up.

When I saw your email I assumed that you had happened onto my instructions 
at a time when it had the bogus config examples.  I emailed you after I 
had corrected the docs and had a working system again.

You may have downloaded the docs before I fuxed them up the first time.

The new config file from CVS has a different method of applying the 
classpaths during startup.   For example the [vm] section of the new 
default workers2.properties file has this:

[vm:]
info=Parameters used to load a JVM in the server process
#JVM=C:\jdk\jre\bin\hotspot\jvm.dll
classpath=${TOMCAT_HOME}/bin/tomcat-jni.jar
classpath=${TOMCAT_HOME}/server/lib/commons-logging.jar
OPT=-Dtomcat.home=${TOMCAT_HOME}
OPT=-Dcatalina.home=${TOMCAT_HOME}
OPT=-Xmx128M
#OPT=-Djava.compiler=NONE
disabled=0

The old configuration has this:

[vm:]
info=Parameters used to load a JVM in the server process
#JVM=C:\jdk\jre\bin\hotspot\jvm.dll
OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/commons-logging.jar
OPT=-Dtomcat.home=${TOMCAT_HOME}
OPT=-Dcatalina.home=${TOMCAT_HOME}
OPT=-Xmx128M
#OPT=-Djava.compiler=NONE
disabled=0

Notice the double classpath lines in the new config.  This is not working 
on my machine.  I suspect it due to some windows problem or other.  All I 
know is the old config still works, so that is what I recommend until the 
new one is fixed.

I hope this clears this up.

rls






[EMAIL PROTECTED] (Rainer Bruch)
10/31/2002 11:20 AM
Please respond to "Tomcat Users List"

 
To: "Tomcat Users List" <[EMAIL PROTECTED]>
cc: 
    Subject:    AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using 
jk2 ( 
mod_jk2-2.0.43.dll)


hi rls,
before installing i read this e-mail and your corresponding installation
instruction.
your e-mail says:

To fix it just replace both class path lines in the [VM] section of
workers2.properties with the following.

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/comm
ons-logging.jar

does that mean that there are 2 lines in [VM] with such a classpath ?
in your installation instruction there is only 1 class path line in the 
[VM]
section
of workers2.properties !
since i am a bit confused about that, and to avoid possible installation
errors before my
installation, please reply the correct [VM] class path line entries.

thanks
raibru

-Ursprungliche Nachricht-
Von: Robert L Sowders [mailto:rsowders@;usgs.gov]
Gesendet: Donnerstag, 31. Oktober 2002 10:24
An: Tomcat Users List
Betreff: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
( mod_jk2-2.0.43.dll)


Don't know why but the classpath lines in the new workers2.properties file
has changed.  I tried the old method and it works again.  Don't know why
it pitched a fit.  Perhaps it needs to be quoted or something.

To fix it just replace both class path lines in the [VM] section of
workers2.properties with the following.

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/comm
ons-logging.jar

Sorry for the confusion.

rls





"M. Hockings" <[EMAIL PROTECTED]>
10/30/2002 07:59 PM
Please respond to "Tomcat Users List"


To: Tomcat Users List <[EMAIL PROTECTED]>
    cc:
    Subject:    Re: need help connecting Tomcat 4.1.12, Apache
2.0.43 using jk2 (
mod_jk2-2.0.43.dll)


Hi Newbie,

In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar.
 I've tried hard-coding it with forward slashes but the result was the
same.  There is probably something very simple that I'm overlooking.

Thanks,

Mike

Tomcat Newbie wrote:

>How about the slashes in your path?
>
>C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
>  ^^^
>
>- Original Message -
>From: "M. Hockings" <[EMAIL PROTECTED]>
>To: "Tomcat Users List" <[EMAIL PROTECTED]>
>Sent: Wednesday, October 30, 2002 10:00 PM
>Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
(
>mod_jk2-2.0.43.dll)
>
>
>
>
>>Hello,
>>
>>I too am trying to get this configuration working to give me a test
>>environment that duplicates a remote server.  I have followed the
>>instructions pointed to by John Turner very closely and only modified
>>the line in workers2.pro

AW: AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Rainer Bruch
hi mike,
thanks for your reply. but i got the updated document before. here is
the updated [VM] section in the document which confused me:

[vm:]
info=Parameters used to load a JVM in the server process
#JVM=C:\jdk\jre\bin\hotspot\jvm.dll
OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/comm
ons-logging.jar
OPT=-Dtomcat.home=${TOMCAT_HOME}
OPT=-Dcatalina.home=${TOMCAT_HOME}
OPT=-Xmx128M
#OPT=-Djava.compiler=NONE
disabled=0

you see, there are no two 'class.path' lines.
i will try your version and let you know if i succeed.
reagards from germany
Rainer

-Ursprungliche Nachricht-
Von: M. Hockings [mailto:veeshooter@;hockings.net]
Gesendet: Freitag, 1. November 2002 01:15
An: Tomcat Users List
Betreff: Re: AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43
using jk2 ( mod_jk2-2.0.43.dll)


Hi Rainer,

I think he has updated the document to reflect how it needs to be for
the current stuff.  In any case, this is what works for me on Win2K pro.

[vm:]
info=Parameters used to load a JVM in the server process
JVM=C:\Progra~1\j2sdk1.4.0_01\jre\bin\client\jvm.dll
OPT=-Dtomcat.home=${TOMCAT_HOME}
OPT=-Dcatalina.home=${TOMCAT_HOME}
OPT=-Xmx128M
OPT=-Djava.class.path=${TOMCAT_HOME}\bin\tomcat-jni.jar;${TOMCAT_HOME}\serve
r\lib\commons-logging.jar
disabled=0

The '\' slashes seem to work ok for Win2K but probably would not work
for non-windows boxes.

Mike


Rainer Bruch wrote:

>hi mike,
>thanks for reply but i still do not understand which 'two lines' have to be
>removed.
>under [VM] section in r. sowders very good installation manual there is
only
>one
>line with '-Djava.class.path='etc., namely
>
>OPT=-Djava.class.path=C:/Tomcat/bin/tomcat-jni.jar;C:/Tomcat/server/lib/com
m
>ons-logging.jar
>
>- maybe i am dumm, but where is the second line to be removed?
>- in your example you use '\' slashes, r. sowders uses '/' slashes. which
>are correct for win2k?
>
>please mail me or to the list your complete functioning [VM] section
>listing.
>thanks in advance.
>regards
>Rainer
>
>
>
>-Ursprungliche Nachricht-
>Von: M. Hockings [mailto:veeshooter@;hockings.net]
>Gesendet: Donnerstag, 31. Oktober 2002 21:20
>An: Tomcat Users List
>Betreff: Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using
>jk2 ( mod_jk2-2.0.43.dll)
>
>
>Hi Rainer,
>
>I think that by "replace both" he means remove the two existing lines
>and insert the line like what you have below.  In my case I used the
>TOMCAT_ROOT var as follows:
>
>OPT=-Djava.class.path=${TOMCAT_HOME}\bin\tomcat-jni.jar;${TOMCAT_HOME}\serv
e
>r\lib\commons-logging.jar
>
>It seems to work for me though I did have to explicitily point to the
>jvm.dll in the vm section of workers2.properties.  Also I had to set the
>channel socket in the jk2.properties.
>
>Could be that all these things are not required but it now works for me.
>
>Kind regards,
>
>Mike
>
>Rainer Bruch wrote:
>
>
>
>>hi rls,
>>before installing i read this e-mail and your corresponding installation
>>instruction.
>>your e-mail says:
>>
>>To fix it just replace both class path lines in the [VM] section of
>>workers2.properties with the following.
>>
>>OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/co
m
>>
>>
>m
>
>
>>ons-logging.jar
>>
>>does that mean that there are 2 lines in [VM] with such a classpath ?
>>in your installation instruction there is only 1 class path line in the
>>
>>
>[VM]
>
>
>>section
>>of workers2.properties !
>>since i am a bit confused about that, and to avoid possible installation
>>errors before my
>>installation, please reply the correct [VM] class path line entries.
>>
>>thanks
>>raibru
>>
>>-Ursprungliche Nachricht-
>>Von: Robert L Sowders [mailto:rsowders@;usgs.gov]
>>Gesendet: Donnerstag, 31. Oktober 2002 10:24
>>An: Tomcat Users List
>>Betreff: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
>>( mod_jk2-2.0.43.dll)
>>
>>
>>Don't know why but the classpath lines in the new workers2.properties file
>>has changed.  I tried the old method and it works again.  Don't know why
>>it pitched a fit.  Perhaps it needs to be quoted or something.
>>
>>To fix it just replace both class path lines in the [VM] section of
>>workers2.properties with the following.
>>
>>OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/co
m
>>
>>
>m
>
>
>>ons-logging.jar
>>
>>Sorry for the confusion.
>>
>>rls
>>
>>
>&g

AW: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Rainer Bruch
hi mike,
thanks for reply but i still do not understand which 'two lines' have to be
removed.
under [VM] section in r. sowders very good installation manual there is only
one
line with '-Djava.class.path='etc., namely

OPT=-Djava.class.path=C:/Tomcat/bin/tomcat-jni.jar;C:/Tomcat/server/lib/comm
ons-logging.jar

- maybe i am dumm, but where is the second line to be removed?
- in your example you use '\' slashes, r. sowders uses '/' slashes. which
are correct for win2k?

please mail me or to the list your complete functioning [VM] section
listing.
thanks in advance.
regards
Rainer



-Ursprungliche Nachricht-
Von: M. Hockings [mailto:veeshooter@;hockings.net]
Gesendet: Donnerstag, 31. Oktober 2002 21:20
An: Tomcat Users List
Betreff: Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using
jk2 ( mod_jk2-2.0.43.dll)


Hi Rainer,

I think that by "replace both" he means remove the two existing lines
and insert the line like what you have below.  In my case I used the
TOMCAT_ROOT var as follows:

OPT=-Djava.class.path=${TOMCAT_HOME}\bin\tomcat-jni.jar;${TOMCAT_HOME}\serve
r\lib\commons-logging.jar

It seems to work for me though I did have to explicitily point to the
jvm.dll in the vm section of workers2.properties.  Also I had to set the
channel socket in the jk2.properties.

Could be that all these things are not required but it now works for me.

Kind regards,

Mike

Rainer Bruch wrote:

>hi rls,
>before installing i read this e-mail and your corresponding installation
>instruction.
>your e-mail says:
>
>To fix it just replace both class path lines in the [VM] section of
>workers2.properties with the following.
>
>OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/com
m
>ons-logging.jar
>
>does that mean that there are 2 lines in [VM] with such a classpath ?
>in your installation instruction there is only 1 class path line in the
[VM]
>section
>of workers2.properties !
>since i am a bit confused about that, and to avoid possible installation
>errors before my
>installation, please reply the correct [VM] class path line entries.
>
>thanks
>raibru
>
>-Ursprungliche Nachricht-
>Von: Robert L Sowders [mailto:rsowders@;usgs.gov]
>Gesendet: Donnerstag, 31. Oktober 2002 10:24
>An: Tomcat Users List
>Betreff: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
>( mod_jk2-2.0.43.dll)
>
>
>Don't know why but the classpath lines in the new workers2.properties file
>has changed.  I tried the old method and it works again.  Don't know why
>it pitched a fit.  Perhaps it needs to be quoted or something.
>
>To fix it just replace both class path lines in the [VM] section of
>workers2.properties with the following.
>
>OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/com
m
>ons-logging.jar
>
>Sorry for the confusion.
>
>rls
>
>
>
>
>
>"M. Hockings" <[EMAIL PROTECTED]>
>10/30/2002 07:59 PM
>Please respond to "Tomcat Users List"
>
>
>To: Tomcat Users List <[EMAIL PROTECTED]>
>cc:
>Subject:Re: need help connecting Tomcat 4.1.12, Apache
>2.0.43 using jk2 (
>mod_jk2-2.0.43.dll)
>
>
>Hi Newbie,
>
>In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar.
> I've tried hard-coding it with forward slashes but the result was the
>same.  There is probably something very simple that I'm overlooking.
>
>Thanks,
>
>Mike
>
>Tomcat Newbie wrote:
>
>
>
>>How about the slashes in your path?
>>
>>C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
>> ^^^
>>
>>- Original Message -
>>From: "M. Hockings" <[EMAIL PROTECTED]>
>>To: "Tomcat Users List" <[EMAIL PROTECTED]>
>>Sent: Wednesday, October 30, 2002 10:00 PM
>>Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
>>
>>
>(
>
>
>>mod_jk2-2.0.43.dll)
>>
>>
>>
>>
>>
>>
>>>Hello,
>>>
>>>I too am trying to get this configuration working to give me a test
>>>environment that duplicates a remote server.  I have followed the
>>>instructions pointed to by John Turner very closely and only modified
>>>the line in workers2.properties that points to the jvm.dll.  When I
>>>start Apache I see the following in logs\error.log.   If you have any
>>>hints or suggestions about what I have set up incorrectly please let me
>>>know.  Both Apache and Tomcat seem to work fine individually.
>>>
>>>Thanks,
>>>
>>>Mike
>>>
>>>
&

Re: AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2( mod_jk2-2.0.43.dll)

2002-10-31 Thread M. Hockings
Hi Rainer,

I think that by "replace both" he means remove the two existing lines 
and insert the line like what you have below.  In my case I used the 
TOMCAT_ROOT var as follows:

OPT=-Djava.class.path=${TOMCAT_HOME}\bin\tomcat-jni.jar;${TOMCAT_HOME}\server\lib\commons-logging.jar

It seems to work for me though I did have to explicitily point to the 
jvm.dll in the vm section of workers2.properties.  Also I had to set the 
channel socket in the jk2.properties.

Could be that all these things are not required but it now works for me.

Kind regards,

Mike

Rainer Bruch wrote:

hi rls,
before installing i read this e-mail and your corresponding installation
instruction.
your e-mail says:

To fix it just replace both class path lines in the [VM] section of
workers2.properties with the following.

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/comm
ons-logging.jar

does that mean that there are 2 lines in [VM] with such a classpath ?
in your installation instruction there is only 1 class path line in the [VM]
section
of workers2.properties !
since i am a bit confused about that, and to avoid possible installation
errors before my
installation, please reply the correct [VM] class path line entries.

thanks
raibru

-Ursprungliche Nachricht-
Von: Robert L Sowders [mailto:rsowders@;usgs.gov]
Gesendet: Donnerstag, 31. Oktober 2002 10:24
An: Tomcat Users List
Betreff: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
( mod_jk2-2.0.43.dll)


Don't know why but the classpath lines in the new workers2.properties file
has changed.  I tried the old method and it works again.  Don't know why
it pitched a fit.  Perhaps it needs to be quoted or something.

To fix it just replace both class path lines in the [VM] section of
workers2.properties with the following.

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/comm
ons-logging.jar

Sorry for the confusion.

rls





"M. Hockings" <[EMAIL PROTECTED]>
10/30/2002 07:59 PM
Please respond to "Tomcat Users List"


   To: Tomcat Users List <[EMAIL PROTECTED]>
   cc:
   Subject:    Re: need help connecting Tomcat 4.1.12, Apache
2.0.43 using jk2 (
mod_jk2-2.0.43.dll)


Hi Newbie,

In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar.
I've tried hard-coding it with forward slashes but the result was the
same.  There is probably something very simple that I'm overlooking.

Thanks,

Mike

Tomcat Newbie wrote:

 

How about the slashes in your path?

C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
^^^

- Original Message -
From: "M. Hockings" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 10:00 PM
Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
   

(
 

mod_jk2-2.0.43.dll)




   

Hello,

I too am trying to get this configuration working to give me a test
environment that duplicates a remote server.  I have followed the
instructions pointed to by John Turner very closely and only modified
the line in workers2.properties that points to the jvm.dll.  When I
start Apache I see the following in logs\error.log.   If you have any
hints or suggestions about what I have set up incorrectly please let me
know.  Both Apache and Tomcat seem to work fine individually.

Thanks,

Mike


 

--
To unsubscribe, e-mail:
   

<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
 

For additional commands, e-mail:
   

<mailto:tomcat-user-help@;jakarta.apache.org>
 


   


--

Note new email address -> [EMAIL PROTECTED] <-

Mike's Page   :  http://www.hockings.net/~mike
Rifle Shooting in Ontario :  http://www.hockings.net/rso/
Scarborough Rifle Club:  http://www.hockings.net/rso/src/
Canadian Shooting Sports  :  http://www.CdnShootingSports.org
Ontario Rifle Association :  http://www.OntarioRifleAssociation.org






--
To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

 


--

Note new email address -> [EMAIL PROTECTED] <-

Mike's Page   :  http://www.hockings.net/~mike
Rifle Shooting in Ontario :  http://www.hockings.net/rso/
Scarborough Rifle Club:  http://www.hockings.net/rso/src/
Canadian Shooting Sports  :  http://www.CdnShootingSports.org
Ontario Rifle Association :  http://www.OntarioRifleAssociation.org





AW: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Rainer Bruch
hi rls,
before installing i read this e-mail and your corresponding installation
instruction.
your e-mail says:

To fix it just replace both class path lines in the [VM] section of
workers2.properties with the following.

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/comm
ons-logging.jar

does that mean that there are 2 lines in [VM] with such a classpath ?
in your installation instruction there is only 1 class path line in the [VM]
section
of workers2.properties !
since i am a bit confused about that, and to avoid possible installation
errors before my
installation, please reply the correct [VM] class path line entries.

thanks
raibru

-Ursprungliche Nachricht-
Von: Robert L Sowders [mailto:rsowders@;usgs.gov]
Gesendet: Donnerstag, 31. Oktober 2002 10:24
An: Tomcat Users List
Betreff: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
( mod_jk2-2.0.43.dll)


Don't know why but the classpath lines in the new workers2.properties file
has changed.  I tried the old method and it works again.  Don't know why
it pitched a fit.  Perhaps it needs to be quoted or something.

To fix it just replace both class path lines in the [VM] section of
workers2.properties with the following.

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/comm
ons-logging.jar

Sorry for the confusion.

rls





"M. Hockings" <[EMAIL PROTECTED]>
10/30/2002 07:59 PM
Please respond to "Tomcat Users List"


To: Tomcat Users List <[EMAIL PROTECTED]>
    cc:
    Subject:    Re: need help connecting Tomcat 4.1.12, Apache
2.0.43 using jk2 (
mod_jk2-2.0.43.dll)


Hi Newbie,

In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar.
 I've tried hard-coding it with forward slashes but the result was the
same.  There is probably something very simple that I'm overlooking.

Thanks,

Mike

Tomcat Newbie wrote:

>How about the slashes in your path?
>
>C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
>  ^^^
>
>- Original Message -
>From: "M. Hockings" <[EMAIL PROTECTED]>
>To: "Tomcat Users List" <[EMAIL PROTECTED]>
>Sent: Wednesday, October 30, 2002 10:00 PM
>Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
(
>mod_jk2-2.0.43.dll)
>
>
>
>
>>Hello,
>>
>>I too am trying to get this configuration working to give me a test
>>environment that duplicates a remote server.  I have followed the
>>instructions pointed to by John Turner very closely and only modified
>>the line in workers2.properties that points to the jvm.dll.  When I
>>start Apache I see the following in logs\error.log.   If you have any
>>hints or suggestions about what I have set up incorrectly please let me
>>know.  Both Apache and Tomcat seem to work fine individually.
>>
>>Thanks,
>>
>>Mike
>>
>>
>
>
>--
>To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
>For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>
>
>
>

--

Note new email address -> [EMAIL PROTECTED] <-

Mike's Page   :  http://www.hockings.net/~mike
Rifle Shooting in Ontario :  http://www.hockings.net/rso/
Scarborough Rifle Club:  http://www.hockings.net/rso/src/
Canadian Shooting Sports  :  http://www.CdnShootingSports.org
Ontario Rifle Association :  http://www.OntarioRifleAssociation.org






--
To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-31 Thread M. Hockings
Thanks Robert,

That almost did the trick.  With the path set up correctly then Tomcat 
seemed to init OK but still had errors in connecting.  To finally get it 
to work I found that I needed to explicitly state 
channelSocket.port=8009 in the jk2.properties.  For the classpath I 
defined it using the $(TOMCAT_HOME) variable to keep things as adaptive 
as possible and it worked fine.

I must say that your document was invaluable in getting this to work  -- 
it should be included in the "official" Tomcat docs (IMHO).

Kind regards,

Mike

Robert L Sowders wrote:

Don't know why but the classpath lines in the new workers2.properties file 
has changed.  I tried the old method and it works again.  Don't know why 
it pitched a fit.  Perhaps it needs to be quoted or something.

To fix it just replace both class path lines in the [VM] section of 
workers2.properties with the following.

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/commons-logging.jar

Sorry for the confusion.

rls





"M. Hockings" <[EMAIL PROTECTED]>
10/30/2002 07:59 PM
Please respond to "Tomcat Users List"


   To: Tomcat Users List <[EMAIL PROTECTED]>
   cc: 
   Subject:    Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( 
mod_jk2-2.0.43.dll)


Hi Newbie,

In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar. 
I've tried hard-coding it with forward slashes but the result was the 
same.  There is probably something very simple that I'm overlooking.

Thanks,

Mike

Tomcat Newbie wrote:

 

How about the slashes in your path?

C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
^^^

- Original Message -
From: "M. Hockings" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 10:00 PM
Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 
   

(
 

mod_jk2-2.0.43.dll)




   

Hello,

I too am trying to get this configuration working to give me a test
environment that duplicates a remote server.  I have followed the
instructions pointed to by John Turner very closely and only modified
the line in workers2.properties that points to the jvm.dll.  When I
start Apache I see the following in logs\error.log.   If you have any
hints or suggestions about what I have set up incorrectly please let me
know.  Both Apache and Tomcat seem to work fine individually.

Thanks,

Mike


 

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>



   


 


--

Note new email address -> [EMAIL PROTECTED] <-

Mike's Page   :  http://www.hockings.net/~mike
Rifle Shooting in Ontario :  http://www.hockings.net/rso/
Scarborough Rifle Club:  http://www.hockings.net/rso/src/
Canadian Shooting Sports  :  http://www.CdnShootingSports.org
Ontario Rifle Association :  http://www.OntarioRifleAssociation.org





Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
Don't know why but the classpath lines in the new workers2.properties file 
has changed.  I tried the old method and it works again.  Don't know why 
it pitched a fit.  Perhaps it needs to be quoted or something.

To fix it just replace both class path lines in the [VM] section of 
workers2.properties with the following.

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/commons-logging.jar

Sorry for the confusion.

rls
 




"M. Hockings" <[EMAIL PROTECTED]>
10/30/2002 07:59 PM
Please respond to "Tomcat Users List"

 
To: Tomcat Users List <[EMAIL PROTECTED]>
    cc: 
    Subject:    Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using 
jk2 ( 
mod_jk2-2.0.43.dll)


Hi Newbie,

In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar. 
 I've tried hard-coding it with forward slashes but the result was the 
same.  There is probably something very simple that I'm overlooking.

Thanks,

Mike

Tomcat Newbie wrote:

>How about the slashes in your path?
>
>C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
>  ^^^
>
>- Original Message -
>From: "M. Hockings" <[EMAIL PROTECTED]>
>To: "Tomcat Users List" <[EMAIL PROTECTED]>
>Sent: Wednesday, October 30, 2002 10:00 PM
>Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 
(
>mod_jk2-2.0.43.dll)
>
>
> 
>
>>Hello,
>>
>>I too am trying to get this configuration working to give me a test
>>environment that duplicates a remote server.  I have followed the
>>instructions pointed to by John Turner very closely and only modified
>>the line in workers2.properties that points to the jvm.dll.  When I
>>start Apache I see the following in logs\error.log.   If you have any
>>hints or suggestions about what I have set up incorrectly please let me
>>know.  Both Apache and Tomcat seem to work fine individually.
>>
>>Thanks,
>>
>>Mike
>> 
>>
>
>
>--
>To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
>For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
>
> 
>

-- 

Note new email address -> [EMAIL PROTECTED] <-

Mike's Page   :  http://www.hockings.net/~mike
Rifle Shooting in Ontario :  http://www.hockings.net/rso/
Scarborough Rifle Club:  http://www.hockings.net/rso/src/
Canadian Shooting Sports  :  http://www.CdnShootingSports.org
Ontario Rifle Association :  http://www.OntarioRifleAssociation.org






--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
Sorry for the confusion guys,

The classpath statements of the [vm] section provided in the example 
worker2.properties that I included in the How To I wrote do not work.  I 
was copying from CVS sources I maintain before I tested.  I've since tried 
to install TC 4.1.14 with them and I got these errors too.

I corrected the docs to use the old method of setting the classpaths and 
it works again.

You should delete both classpath lines in the worker2.properties file and 
replace with the following:

OPT=-Djava.class.path=c:/Tomcat/bin/tomcat-jni.jar;c:/Tomcat/server/lib/commons-logging.jar

The document has been updated now.

rls





"M. Hockings" <[EMAIL PROTECTED]>
10/30/2002 07:00 PM
Please respond to "Tomcat Users List"

 
To: Tomcat Users List <[EMAIL PROTECTED]>
cc: 
    Subject:    Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using 
jk2 ( 
mod_jk2-2.0.43.dll)


Hello,

I too am trying to get this configuration working to give me a test 
environment that duplicates a remote server.  I have followed the 
instructions pointed to by John Turner very closely and only modified 
the line in workers2.properties that points to the jvm.dll.  When I 
start Apache I see the following in logs\error.log.   If you have any 
hints or suggestions about what I have set up incorrectly please let me 
know.  Both Apache and Tomcat seem to work fine individually.

Thanks,

Mike

[Wed Oct 30 21:48:39 2002] [notice] config.setAttribute() Error setting 
vm: classpath C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
[Wed Oct 30 21:48:39 2002] [notice] config.setAttribute() Error setting 
vm: classpath C:\ApacheGroup\Tomcat4.1/server/lib/commons-logging.jar
[Wed Oct 30 21:48:39 2002] [notice] Parent: Created child process 728
[Wed Oct 30 21:48:39 2002] [notice] config.setAttribute() Error setting 
vm: classpath C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
[Wed Oct 30 21:48:39 2002] [notice] config.setAttribute() Error setting 
vm: classpath C:\ApacheGroup\Tomcat4.1/server/lib/commons-logging.jar
[Wed Oct 30 21:48:39 2002] [notice] Child 728: Child process is running
[Wed Oct 30 21:48:39 2002] [notice] vm.init(): Jni lib: 
C:\Progra~1\j2sdk1.4.0_01\jre\bin\client\jvm.dll
[Wed Oct 30 21:48:39 2002] [notice] vm.openJvm2() Option: 
-Dtomcat.home=C:\ApacheGroup\Tomcat4.1
[Wed Oct 30 21:48:39 2002] [notice] vm.openJvm2() Option: 
-Dcatalina.home=C:\ApacheGroup\Tomcat4.1
[Wed Oct 30 21:48:39 2002] [notice] vm.openJvm2() Option: -Xmx128M
[Wed Oct 30 21:48:39 2002] [notice] vm.open2() done
[Wed Oct 30 21:48:40 2002] [notice] jni.validate() class= 
org/apache/jk/apr/TomcatStarter
[Wed Oct 30 21:48:40 2002] [error] Can't find class 
org/apache/jk/apr/TomcatStarter
java.lang.NoClassDefFoundError: org/apache/jk/apr/TomcatStarter
[Wed Oct 30 21:48:40 2002] [notice] vm.detach() ok
[Wed Oct 30 21:48:40 2002] [error] workerEnv.initWorkers() init failed 
for worker.jni:onStartup
[Wed Oct 30 21:48:40 2002] [notice] jni.validate() class= 
org/apache/jk/apr/TomcatStarter
[Wed Oct 30 21:48:40 2002] [error] Can't find class 
org/apache/jk/apr/TomcatStarter
java.lang.NoClassDefFoundError: org/apache/jk/apr/TomcatStarter
[Wed Oct 30 21:48:40 2002] [notice] vm.detach() ok
[Wed Oct 30 21:48:40 2002] [error] workerEnv.initWorkers() init failed 
for worker.jni:onShutdown
[Wed Oct 30 21:48:40 2002] [notice] workerEnv.init() ok 
C:/ApacheGroup/Apache2/conf/workers2.properties
[Wed Oct 30 21:48:40 2002] [notice] mod_jk child init 1 -1
[Wed Oct 30 21:48:40 2002] [notice] Child 728: Acquired the start mutex.
[Wed Oct 30 21:48:40 2002] [notice] Child 728: Starting 250 worker 
threads.





Turner, John wrote:

>This should be all you need, courtesy of Robert Sowders:
>
>ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip
>
>John
>


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>





--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
When you install the mod_jk2 module to the module directory of Apache 
don't forget to rename the module to mod_jk2.dll or change the LoadModule 
line in httpd.conf to match the name of the module to do copy there. 

The developers started version naming the dll files to avoid confusion.

My docs haven't caught up yet.

rls

P.S.  The class path lines in the workers2.properties examples that are in 
my docs, didn't work with TC 4.1.14 for some reason.  I reverted them to 
the old format and everything is fine.  If you get an old copy of my docs 
early than 30 Oct@23:30 PST then just get them again.

rls





"Turner, John" <[EMAIL PROTECTED]>
10/30/2002 06:03 AM
Please respond to "Tomcat Users List"

 
To: 'Tomcat Users List' <[EMAIL PROTECTED]>
    cc: 
    Subject:    RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using 
jk2 ( 
mod_jk2-2.0.43.dll)



This should be all you need, courtesy of Robert Sowders:

ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip

John


> -Original Message-
> From: dave m [mailto:learning_tomcat@;hotmail.com]
> Sent: Wednesday, October 30, 2002 9:00 AM
> To: [EMAIL PROTECTED]
> Subject: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
> (mod_jk2-2.0.43.dll)
> 
> 
> I've tried to find info under this mailing list's archives 
> and I've looked 
> under the jk2 HOW-TOs and under Tomcat's documentation, but 
> I'm still in the 
> dark about this.  I am 'EXTREMELY' new (ultra-newbie?) to 
> Apache and to 
> Tomcat.  I can find no step-by-step tutorial on how to set 
> the two products 
> up under Windows 2000 (specifically the newer versions like 
> Apache 2.0.43 
> and Tomcat 4.1.12).  Would someone be willing to help me? 
> (I'll be happy to 
> write up my 'process' for the next person who asks this once I am 
> successful).
> 
> To give you a hint of where I'm at in the installation, I've 
> installed both 
> Apache and Tomcat on my Windows 2000 machine (I changed the working 
> directory from "C:\Program files\Apache Group" to just "C:\Apache" as 
> someone had mentioned space names give Tomcat problems.
> 
> I have also downloaded the appropriate .dll file 
> (mod_jk2-2.0.43) which 
> matches my version of Apache.
> 
> Where do I go from here?.
> 
> Thanks
> 
> Learning_Tomcat
> 
> 
> 
> 
> 
> _
> Surf the Web without missing calls! Get MSN Broadband. 
> http://resourcecenter.msn.com/access/plans/freeactivation.asp
> 
> 
> --
> To unsubscribe, e-mail: 
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>





--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
Hi Newbie,

In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar. 
I've tried hard-coding it with forward slashes but the result was the 
same.  There is probably something very simple that I'm overlooking.

Thanks,

Mike

Tomcat Newbie wrote:

How about the slashes in your path?

C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
 ^^^

- Original Message -
From: "M. Hockings" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 10:00 PM
Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (
mod_jk2-2.0.43.dll)


 

Hello,

I too am trying to get this configuration working to give me a test
environment that duplicates a remote server.  I have followed the
instructions pointed to by John Turner very closely and only modified
the line in workers2.properties that points to the jvm.dll.  When I
start Apache I see the following in logs\error.log.   If you have any
hints or suggestions about what I have set up incorrectly please let me
know.  Both Apache and Tomcat seem to work fine individually.

Thanks,

Mike
   



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

 


--

Note new email address -> [EMAIL PROTECTED] <-

Mike's Page   :  http://www.hockings.net/~mike
Rifle Shooting in Ontario :  http://www.hockings.net/rso/
Scarborough Rifle Club:  http://www.hockings.net/rso/src/
Canadian Shooting Sports  :  http://www.CdnShootingSports.org
Ontario Rifle Association :  http://www.OntarioRifleAssociation.org





Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-30 Thread Tomcat Newbie
How about the slashes in your path?

C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
  ^^^

- Original Message -
From: "M. Hockings" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 10:00 PM
Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (
mod_jk2-2.0.43.dll)


> Hello,
>
> I too am trying to get this configuration working to give me a test
> environment that duplicates a remote server.  I have followed the
> instructions pointed to by John Turner very closely and only modified
> the line in workers2.properties that points to the jvm.dll.  When I
> start Apache I see the following in logs\error.log.   If you have any
> hints or suggestions about what I have set up incorrectly please let me
> know.  Both Apache and Tomcat seem to work fine individually.
>
> Thanks,
>
> Mike


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
Hello,

I too am trying to get this configuration working to give me a test 
environment that duplicates a remote server.  I have followed the 
instructions pointed to by John Turner very closely and only modified 
the line in workers2.properties that points to the jvm.dll.  When I 
start Apache I see the following in logs\error.log.   If you have any 
hints or suggestions about what I have set up incorrectly please let me 
know.  Both Apache and Tomcat seem to work fine individually.

Thanks,

Mike

[Wed Oct 30 21:48:39 2002] [notice] config.setAttribute() Error setting 
vm: classpath C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
[Wed Oct 30 21:48:39 2002] [notice] config.setAttribute() Error setting 
vm: classpath C:\ApacheGroup\Tomcat4.1/server/lib/commons-logging.jar
[Wed Oct 30 21:48:39 2002] [notice] Parent: Created child process 728
[Wed Oct 30 21:48:39 2002] [notice] config.setAttribute() Error setting 
vm: classpath C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar
[Wed Oct 30 21:48:39 2002] [notice] config.setAttribute() Error setting 
vm: classpath C:\ApacheGroup\Tomcat4.1/server/lib/commons-logging.jar
[Wed Oct 30 21:48:39 2002] [notice] Child 728: Child process is running
[Wed Oct 30 21:48:39 2002] [notice] vm.init(): Jni lib: 
C:\Progra~1\j2sdk1.4.0_01\jre\bin\client\jvm.dll
[Wed Oct 30 21:48:39 2002] [notice] vm.openJvm2() Option: 
-Dtomcat.home=C:\ApacheGroup\Tomcat4.1
[Wed Oct 30 21:48:39 2002] [notice] vm.openJvm2() Option: 
-Dcatalina.home=C:\ApacheGroup\Tomcat4.1
[Wed Oct 30 21:48:39 2002] [notice] vm.openJvm2() Option: -Xmx128M
[Wed Oct 30 21:48:39 2002] [notice] vm.open2() done
[Wed Oct 30 21:48:40 2002] [notice] jni.validate() class= 
org/apache/jk/apr/TomcatStarter
[Wed Oct 30 21:48:40 2002] [error] Can't find class 
org/apache/jk/apr/TomcatStarter
java.lang.NoClassDefFoundError: org/apache/jk/apr/TomcatStarter
[Wed Oct 30 21:48:40 2002] [notice] vm.detach() ok
[Wed Oct 30 21:48:40 2002] [error] workerEnv.initWorkers() init failed 
for worker.jni:onStartup
[Wed Oct 30 21:48:40 2002] [notice] jni.validate() class= 
org/apache/jk/apr/TomcatStarter
[Wed Oct 30 21:48:40 2002] [error] Can't find class 
org/apache/jk/apr/TomcatStarter
java.lang.NoClassDefFoundError: org/apache/jk/apr/TomcatStarter
[Wed Oct 30 21:48:40 2002] [notice] vm.detach() ok
[Wed Oct 30 21:48:40 2002] [error] workerEnv.initWorkers() init failed 
for worker.jni:onShutdown
[Wed Oct 30 21:48:40 2002] [notice] workerEnv.init() ok 
C:/ApacheGroup/Apache2/conf/workers2.properties
[Wed Oct 30 21:48:40 2002] [notice] mod_jk child init 1 -1
[Wed Oct 30 21:48:40 2002] [notice] Child 728: Acquired the start mutex.
[Wed Oct 30 21:48:40 2002] [notice] Child 728: Starting 250 worker threads.





Turner, John wrote:

This should be all you need, courtesy of Robert Sowders:

ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip

John




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




RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread Turner, John

This should be all you need, courtesy of Robert Sowders:

ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip

John


> -Original Message-
> From: dave m [mailto:learning_tomcat@;hotmail.com]
> Sent: Wednesday, October 30, 2002 9:00 AM
> To: [EMAIL PROTECTED]
> Subject: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2
> (mod_jk2-2.0.43.dll)
> 
> 
> I've tried to find info under this mailing list's archives 
> and I've looked 
> under the jk2 HOW-TOs and under Tomcat's documentation, but 
> I'm still in the 
> dark about this.  I am 'EXTREMELY' new (ultra-newbie?) to 
> Apache and to 
> Tomcat.  I can find no step-by-step tutorial on how to set 
> the two products 
> up under Windows 2000 (specifically the newer versions like 
> Apache 2.0.43 
> and Tomcat 4.1.12).  Would someone be willing to help me? 
> (I'll be happy to 
> write up my 'process' for the next person who asks this once I am 
> successful).
> 
> To give you a hint of where I'm at in the installation, I've 
> installed both 
> Apache and Tomcat on my Windows 2000 machine (I changed the working 
> directory from "C:\Program files\Apache Group" to just "C:\Apache" as 
> someone had mentioned space names give Tomcat problems.
> 
> I have also downloaded the appropriate .dll file 
> (mod_jk2-2.0.43) which 
> matches my version of Apache.
> 
> Where do I go from here?.
> 
> Thanks
> 
> Learning_Tomcat
> 
> 
> 
> 
> 
> _
> Surf the Web without missing calls! Get MSN Broadband.  
> http://resourcecenter.msn.com/access/plans/freeactivation.asp
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>




need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread dave m
I've tried to find info under this mailing list's archives and I've looked 
under the jk2 HOW-TOs and under Tomcat's documentation, but I'm still in the 
dark about this.  I am 'EXTREMELY' new (ultra-newbie?) to Apache and to 
Tomcat.  I can find no step-by-step tutorial on how to set the two products 
up under Windows 2000 (specifically the newer versions like Apache 2.0.43 
and Tomcat 4.1.12).  Would someone be willing to help me? (I'll be happy to 
write up my 'process' for the next person who asks this once I am 
successful).

To give you a hint of where I'm at in the installation, I've installed both 
Apache and Tomcat on my Windows 2000 machine (I changed the working 
directory from "C:\Program files\Apache Group" to just "C:\Apache" as 
someone had mentioned space names give Tomcat problems.

I have also downloaded the appropriate .dll file (mod_jk2-2.0.43) which 
matches my version of Apache.

Where do I go from here?.

Thanks

Learning_Tomcat





_
Surf the Web without missing calls! Get MSN Broadband.  
http://resourcecenter.msn.com/access/plans/freeactivation.asp


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