RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
My documentation contains how to setup Apache 2, Tomcat 4.1, JDK 1.4 and
SSL. I will post this document later today. If all the members here
could review this document and give me your honest opinion it would be
appreciated. Please keep in mind that the document is compiled from many
posts from marc.theaimsgroup.com, groups.google.com and from Apache.org.

I am not intentionally delaying this document, but I need to change some
of the settings as to not reveal our internal workings. 

Thank you for your patience and allowing me to post this information.

Dean Searle
Computing Oasis
989.245.7369 (p)
989.921.3904 (f)

-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 26, 2003 4:32 PM
To: Tomcat Users List
Subject: Re: Tomcat connector for Apache 2.0.47 ... Please Help


20 pages?  What else is in there besides connector configuration?  Just 
curious

John

Bhaskar Marthi wrote:

 dean,
 As said by lot of members, it would be great if you can post your
document
 in the mailing list.  BTW, did anyone try resin?  How does it compare
to
 tomcat?  
 
 Thanks,
 Bhaskar
 
 
The information contained in this communication may be confidential or
 
 legally privileged and is intended only for the recipient named above.
If
 the reader of this message is not the intended recipient, you are
hereby
 notified that any dissemination, distribution or copying of this
 communication or its contents is strictly prohibited. If you have
received
 this communication in error, please immediately advise the sender and
delete
 the original and any copies from your computer system.
 
 
 



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


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



RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
Ok, Sorry for the delay but here is the documentation to help install
Apache 2, Tomcat 4.1 and SSL. It is 23 pages long with illustrations.
Just to let everyone know, I do not endorse or recommend anything in
this documentation. All I know is I followed a lot of mail list trails
and pieced everything together. 

As usual make a back up of your server or workstation before diving into
this endeavor. Do not attempt this o your production server first, use a
beta environment first to get comfortable with this doc and how
everything fits together.

Please read the documentation thoroughly before attempting to do the
install. Make sure you have all files downloaded first. This should work
for most versions pending the SSL versions. If you see a security hole
anywhere in this doc please let me know immediately and I will change
this doc. I appreciate it if you could email me first before calling me.
I usually check email 6 times a day. I really need a life. But anyways
here goes! I have to use a link to the document since there is a size
limit on email of 10 bytes. www.computingoasis.com/apache please
download this document to your computer. 

P.S. I am currently working on documenting on how to use IP based
virtual hosts with Apache2 and Tomcat 4.1. This should be complete
hopefully in the next week or two. I am also documenting the same steps
for A FreeBSD 5.0 release install if there is anyone interested.

Dean Searle
Computing Oasis
989.245.7369 (p)
989.921.3904 (f)


-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 26, 2003 4:32 PM
To: Tomcat Users List
Subject: Re: Tomcat connector for Apache 2.0.47 ... Please Help


20 pages?  What else is in there besides connector configuration?  Just 
curious

John

Bhaskar Marthi wrote:

 dean,
 As said by lot of members, it would be great if you can post your
document
 in the mailing list.  BTW, did anyone try resin?  How does it compare
to
 tomcat?  
 
 Thanks,
 Bhaskar
 
 
The information contained in this communication may be confidential or
 
 legally privileged and is intended only for the recipient named above.
If
 the reader of this message is not the intended recipient, you are
hereby
 notified that any dissemination, distribution or copying of this
 communication or its contents is strictly prohibited. If you have
received
 this communication in error, please immediately advise the sender and
delete
 the original and any copies from your computer system.
 
 
 



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


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



RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread Jeremy Nix
I'd like to see your pdf, and I'm sure other members of this list
wouldn't mind seeing it as well.  Who knows, maybe we can add it to the
slim documentation on the jakarta site.

_
Jeremy Nix
Senior Application Developer
Southwest Financial Ltd.
[EMAIL PROTECTED]
(513) 621-6699 ext 1158


-Original Message-
From: Dean Searle [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 7:44 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help


Joe,
 
You place the mod_jk2 file in the correct folder, however you have set
up the parameters in your httpd.conf file incorrectly. The parameters
you have are for the mod_jk module. For the mod_jk2 module you would
need a workers2.properties file and a jk2.shm file.
 
I have documented a full install of Apache 2.0.46 and Tomcat 4.1.26. on
Windows 2000, but I have used the same instructions on my WinXP Pro with
out any problems. If this mail list would not mind me sending this
document please let me know.
 
This is information I have compiled from numerous mail lists and
debugged for many months. The document is about 20 pages long give or
take. I don't have it in front of me at this time. I can post it as a
pdf or RTF. Let me know which version is more acceptable.
 

Dean

-Original Message- 
From: Joe Mihalich [mailto:[EMAIL PROTECTED] 
Sent: Thu 9/25/2003 7:29 PM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: Tomcat connector for Apache 2.0.47 ... Please Help









Hi,



   I've installed Apache version 2.0.47, and tomcat
version
4.1.27 on a windows xp box.



   I've downloaded the mod_jk2-2.0.43.dll connector,
and put it
in the modules directory

Under apache.



   I configured tomcat to auto generate the
mod_jk.conf file.



   All that is working ok.so it seems.



   I then modified the httpd.conf file as follows:



LoadModule jk_module modules/mod_jk2-2.0.43.dll

AddModule mod_jk.c



JkWorkersFile \Program Files\Apache
Group\jakarta-tomcat-4.1.27\conf\jk\workers.properties

JkLogFile logs\mod_jk.log

JkLogLevel debug



   And added this include, at the end of the file



Include \Program Files\Apache
Group\jakarta-tomcat-4.1.27\conf\auto\mod_jk.conf



   Now, when I try to start up apache, I'm getting
this error:



Syntax error on line 173 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:

Can't locate API module structure `jk_module' in file C:/Program
Files/Apache Gr

oup/Apache2/modules/mod_jk2.dll: No error



   Line 173 is the LoadModule line above.



   Can someone please tell me why I'm getting this
error?  In
the download

Directory for mod_jk2-2.0.43.dll, it says that this
file is only
for Apache 2.0.43.

I assume that it will work for 2.0.47.or is that the
problem
here?  I can't

Find 2.0.43 to download anymore.



   Also, I'm confused as to why all the other
modules in the
modules sub directory

Have the .so extension.  Aren't those unix shared
library
objects?  Can they work

On windows?



   Anyway, any help would be appreciated.



Thanks,

Joe



   




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



RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread Bhaskar Marthi
dean,
As said by lot of members, it would be great if you can post your document
in the mailing list.  BTW, did anyone try resin?  How does it compare to
tomcat?  

Thanks,
Bhaskar

 The information contained in this communication may be confidential or
legally privileged and is intended only for the recipient named above. If
the reader of this message is not the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication or its contents is strictly prohibited. If you have received
this communication in error, please immediately advise the sender and delete
the original and any copies from your computer system.
 


-Original Message-
From: Jeremy Nix [mailto:[EMAIL PROTECTED]
Sent: Friday, September 26, 2003 8:01 AM
To: Tomcat Users List
Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help


I'd like to see your pdf, and I'm sure other members of this list
wouldn't mind seeing it as well.  Who knows, maybe we can add it to the
slim documentation on the jakarta site.

_
Jeremy Nix
Senior Application Developer
Southwest Financial Ltd.
[EMAIL PROTECTED]
(513) 621-6699 ext 1158


-Original Message-
From: Dean Searle [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 7:44 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help


Joe,
 
You place the mod_jk2 file in the correct folder, however you have set
up the parameters in your httpd.conf file incorrectly. The parameters
you have are for the mod_jk module. For the mod_jk2 module you would
need a workers2.properties file and a jk2.shm file.
 
I have documented a full install of Apache 2.0.46 and Tomcat 4.1.26. on
Windows 2000, but I have used the same instructions on my WinXP Pro with
out any problems. If this mail list would not mind me sending this
document please let me know.
 
This is information I have compiled from numerous mail lists and
debugged for many months. The document is about 20 pages long give or
take. I don't have it in front of me at this time. I can post it as a
pdf or RTF. Let me know which version is more acceptable.
 

Dean

-Original Message- 
From: Joe Mihalich [mailto:[EMAIL PROTECTED] 
Sent: Thu 9/25/2003 7:29 PM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: Tomcat connector for Apache 2.0.47 ... Please Help









Hi,



   I've installed Apache version 2.0.47, and tomcat
version
4.1.27 on a windows xp box.



   I've downloaded the mod_jk2-2.0.43.dll connector,
and put it
in the modules directory

Under apache.



   I configured tomcat to auto generate the
mod_jk.conf file.



   All that is working ok.so it seems.



   I then modified the httpd.conf file as follows:



LoadModule jk_module modules/mod_jk2-2.0.43.dll

AddModule mod_jk.c



JkWorkersFile \Program Files\Apache
Group\jakarta-tomcat-4.1.27\conf\jk\workers.properties

JkLogFile logs\mod_jk.log

JkLogLevel debug



   And added this include, at the end of the file



Include \Program Files\Apache
Group\jakarta-tomcat-4.1.27\conf\auto\mod_jk.conf



   Now, when I try to start up apache, I'm getting
this error:



Syntax error on line 173 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:

Can't locate API module structure `jk_module' in file C:/Program
Files/Apache Gr

oup/Apache2/modules/mod_jk2.dll: No error



   Line 173 is the LoadModule line above.



   Can someone please tell me why I'm getting this
error?  In
the download

Directory for mod_jk2-2.0.43.dll, it says that this
file is only
for Apache 2.0.43.

I assume that it will work for 2.0.47.or is that the
problem
here?  I can't

Find 2.0.43 to download anymore.



   Also, I'm confused as to why all the other
modules in the
modules sub directory

Have the .so extension.  Aren't those unix shared
library
objects?  Can they work

On windows?



   Anyway, any help would be appreciated

Re: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread John Turner
20 pages?  What else is in there besides connector configuration?  Just 
curious

John

Bhaskar Marthi wrote:

dean,
As said by lot of members, it would be great if you can post your document
in the mailing list.  BTW, did anyone try resin?  How does it compare to
tomcat?  

Thanks,
Bhaskar

The information contained in this communication may be confidential or
legally privileged and is intended only for the recipient named above. If
the reader of this message is not the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication or its contents is strictly prohibited. If you have received
this communication in error, please immediately advise the sender and delete
the original and any copies from your computer system.




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


RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Dean Searle
Joe,
 
You place the mod_jk2 file in the correct folder, however you have set up the 
parameters in your httpd.conf file incorrectly. The parameters you have are for the 
mod_jk module. For the mod_jk2 module you would need a workers2.properties file and a 
jk2.shm file.
 
I have documented a full install of Apache 2.0.46 and Tomcat 4.1.26. on Windows 2000, 
but I have used the same instructions on my WinXP Pro with out any problems. If this 
mail list would not mind me sending this document please let me know.
 
This is information I have compiled from numerous mail lists and debugged for many 
months. The document is about 20 pages long give or take. I don't have it in front of 
me at this time. I can post it as a pdf or RTF. Let me know which version is more 
acceptable.
 

Dean

-Original Message- 
From: Joe Mihalich [mailto:[EMAIL PROTECTED] 
Sent: Thu 9/25/2003 7:29 PM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: Tomcat connector for Apache 2.0.47 ... Please Help









Hi,



   I've installed Apache version 2.0.47, and tomcat version
4.1.27 on a windows xp box.



   I've downloaded the mod_jk2-2.0.43.dll connector, and put it
in the modules directory

Under apache.



   I configured tomcat to auto generate the mod_jk.conf file.



   All that is working ok.so it seems.



   I then modified the httpd.conf file as follows:



LoadModule jk_module modules/mod_jk2-2.0.43.dll

AddModule mod_jk.c



JkWorkersFile \Program Files\Apache
Group\jakarta-tomcat-4.1.27\conf\jk\workers.properties

JkLogFile logs\mod_jk.log

JkLogLevel debug



   And added this include, at the end of the file



Include \Program Files\Apache
Group\jakarta-tomcat-4.1.27\conf\auto\mod_jk.conf



   Now, when I try to start up apache, I'm getting this error:



Syntax error on line 173 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:

Can't locate API module structure `jk_module' in file C:/Program
Files/Apache Gr

oup/Apache2/modules/mod_jk2.dll: No error



   Line 173 is the LoadModule line above.



   Can someone please tell me why I'm getting this error?  In
the download

Directory for mod_jk2-2.0.43.dll, it says that this file is only
for Apache 2.0.43.

I assume that it will work for 2.0.47.or is that the problem
here?  I can't

Find 2.0.43 to download anymore.



   Also, I'm confused as to why all the other modules in the
modules sub directory

Have the .so extension.  Aren't those unix shared library
objects?  Can they work

On windows?



   Anyway, any help would be appreciated.



Thanks,

Joe



   





RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Joe Mihalich

Dean,

Thanks for your reply.  I need to figure out how to 
Do this asap.

Can you email me your document to [EMAIL PROTECTED]  ?

Where did you read/find out about this workers2.properties and jk2.shm
File?  How did this change so much from the existing documentation?

Thanks,
Joe


 -Original Message-
 From: Dean Searle [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 25, 2003 4:44 PM
 To: Tomcat Users List; [EMAIL PROTECTED]
 Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help
 
 Joe,
 
 You place the mod_jk2 file in the correct folder, however you have set up
 the parameters in your httpd.conf file incorrectly. The parameters you
 have are for the mod_jk module. For the mod_jk2 module you would need a
 workers2.properties file and a jk2.shm file.
 
 I have documented a full install of Apache 2.0.46 and Tomcat 4.1.26. on
 Windows 2000, but I have used the same instructions on my WinXP Pro with
 out any problems. If this mail list would not mind me sending this
 document please let me know.
 
 This is information I have compiled from numerous mail lists and debugged
 for many months. The document is about 20 pages long give or take. I don't
 have it in front of me at this time. I can post it as a pdf or RTF. Let me
 know which version is more acceptable.
 
 
 Dean
 
   -Original Message-
   From: Joe Mihalich [mailto:[EMAIL PROTECTED]
   Sent: Thu 9/25/2003 7:29 PM
   To: [EMAIL PROTECTED]
   Cc:
   Subject: Tomcat connector for Apache 2.0.47 ... Please Help
 
 
 
 
 
 
 
 
 
   Hi,
 
 
 
  I've installed Apache version 2.0.47, and tomcat
 version
   4.1.27 on a windows xp box.
 
 
 
  I've downloaded the mod_jk2-2.0.43.dll connector, and
 put it
   in the modules directory
 
   Under apache.
 
 
 
  I configured tomcat to auto generate the mod_jk.conf
 file.
 
 
 
  All that is working ok.so it seems.
 
 
 
  I then modified the httpd.conf file as follows:
 
 
 
   LoadModule jk_module modules/mod_jk2-2.0.43.dll
 
   AddModule mod_jk.c
 
 
 
   JkWorkersFile \Program Files\Apache
   Group\jakarta-tomcat-4.1.27\conf\jk\workers.properties
 
   JkLogFile logs\mod_jk.log
 
   JkLogLevel debug
 
 
 
  And added this include, at the end of the file
 
 
 
   Include \Program Files\Apache
   Group\jakarta-tomcat-4.1.27\conf\auto\mod_jk.conf
 
 
 
  Now, when I try to start up apache, I'm getting this
 error:
 
 
 
   Syntax error on line 173 of C:/Program Files/Apache
   Group/Apache2/conf/httpd.conf:
 
   Can't locate API module structure `jk_module' in file C:/Program
   Files/Apache Gr
 
   oup/Apache2/modules/mod_jk2.dll: No error
 
 
 
  Line 173 is the LoadModule line above.
 
 
 
  Can someone please tell me why I'm getting this
 error?  In
   the download
 
   Directory for mod_jk2-2.0.43.dll, it says that this file
 is only
   for Apache 2.0.43.
 
   I assume that it will work for 2.0.47.or is that the
 problem
   here?  I can't
 
   Find 2.0.43 to download anymore.
 
 
 
  Also, I'm confused as to why all the other modules in
 the
   modules sub directory
 
   Have the .so extension.  Aren't those unix shared
 library
   objects?  Can they work
 
   On windows?
 
 
 
  Anyway, any help would be appreciated.
 
 
 
   Thanks,
 
   Joe
 
 
 
 
 
 




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



Re: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-25 Thread Zepiroth Hong
Dear Dean,

If it is possible, I would like to get one of your copy of the full
installation documentation.
I have the same problem with Joe.

Thanks in advance.

Best regards.

Hong.

- Original Message -
From: Dean Searle [EMAIL PROTECTED]
To: Tomcat Users List
[EMAIL PROTECTED]@formalogix.com;
[EMAIL PROTECTED]
Sent: Friday, September 26, 2003 6:43 AM
Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help


 Joe,

 You place the mod_jk2 file in the correct folder, however you have set up
the parameters in your httpd.conf file incorrectly. The parameters you have
are for the mod_jk module. For the mod_jk2 module you would need a
workers2.properties file and a jk2.shm file.

 I have documented a full install of Apache 2.0.46 and Tomcat 4.1.26. on
Windows 2000, but I have used the same instructions on my WinXP Pro with out
any problems. If this mail list would not mind me sending this document
please let me know.

 This is information I have compiled from numerous mail lists and debugged
for many months. The document is about 20 pages long give or take. I don't
have it in front of me at this time. I can post it as a pdf or RTF. Let me
know which version is more acceptable.


 Dean

 -Original Message-
 From: Joe Mihalich [mailto:[EMAIL PROTECTED]
 Sent: Thu 9/25/2003 7:29 PM
 To: [EMAIL PROTECTED]
 Cc:
 Subject: Tomcat connector for Apache 2.0.47 ... Please Help









 Hi,



I've installed Apache version 2.0.47, and tomcat version
 4.1.27 on a windows xp box.



I've downloaded the mod_jk2-2.0.43.dll connector, and put
it
 in the modules directory

 Under apache.



I configured tomcat to auto generate the mod_jk.conf file.



All that is working ok.so it seems.



I then modified the httpd.conf file as follows:



 LoadModule jk_module modules/mod_jk2-2.0.43.dll

 AddModule mod_jk.c



 JkWorkersFile \Program Files\Apache
 Group\jakarta-tomcat-4.1.27\conf\jk\workers.properties

 JkLogFile logs\mod_jk.log

 JkLogLevel debug



And added this include, at the end of the file



 Include \Program Files\Apache
 Group\jakarta-tomcat-4.1.27\conf\auto\mod_jk.conf



Now, when I try to start up apache, I'm getting this error:



 Syntax error on line 173 of C:/Program Files/Apache
 Group/Apache2/conf/httpd.conf:

 Can't locate API module structure `jk_module' in file C:/Program
 Files/Apache Gr

 oup/Apache2/modules/mod_jk2.dll: No error



Line 173 is the LoadModule line above.



Can someone please tell me why I'm getting this error?  In
 the download

 Directory for mod_jk2-2.0.43.dll, it says that this file is
only
 for Apache 2.0.43.

 I assume that it will work for 2.0.47.or is that the problem
 here?  I can't

 Find 2.0.43 to download anymore.



Also, I'm confused as to why all the other modules in the
 modules sub directory

 Have the .so extension.  Aren't those unix shared library
 objects?  Can they work

 On windows?



Anyway, any help would be appreciated.



 Thanks,

 Joe










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