RE: mod_jk for Linux (Tomcat 4.0.4/Apache 1.3.26)

2002-07-15 Thread Schaffernoth, Thomas

http://www.galatea.com/flashguides/index

 Tom Schaffernoth - Software Engineer - [EMAIL PROTECTED]
 ePocrates, Inc.  - http://www.epocrates.com - "The handheld network for
physicians."
 120 Industrial Avenue,  San Carlos, CA  94070

 Phone:650-232-4847   Cell:650-704-5274   Reception:650-592-7900
Fax:650-592-6995
 _ . .
'\   ..  |>>
O/  ..   |
   \_\  .  . |
   | |  .   ..  .|
  /  |  .. .  .  |
 /  .|  Greatest Sport known to mankind...GOLF!   ....o  |
 -


-Original Message-
From: Mario Henley Becerril Geldis [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 1:51 PM
To: Tomcat Users List
Subject: Re: mod_jk for Linux (Tomcat 4.0.4/Apache 1.3.26)



> Where do I find mod_jk.so (Linux) along with the configuration files
> (workers.properties, mod_jk.conf etc.) for Tomcat 4.0.4 for use with
Apache
> 1.3.26?

   good address  http://www.galatea.com/flasguides


--
To unsubscribe, e-mail:

For additional commands, e-mail:


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




RE: Linking Apache 2 and Tomcat 4.0.3

2002-04-19 Thread Schaffernoth, Thomas

Hey Ken,

Yes, I am using the buggy mod_webapp.so for windows version.  Since both
Tomcat and Apache are services, I simply stop the Apache, stop Tomcat, and
then restart TomCat and then restart Apache both through the services
program, %SystemRoot%\system32\services.msc /s.  This allows me stop and
start services.  

Granted this is just a development box that I am working on and not a
production system.  Our implementation environment is to use linux in the
production world, and develop with Windows for the developers.

 Tom Schaffernoth - Software Engineer - [EMAIL PROTECTED]
 ePocrates, Inc.  - http://www.epocrates.com - "The handheld network for
physicians."
 120 Industrial Avenue,  San Carlos, CA  94070

 Phone:650-232-4847   Cell:650-704-5274   Reception:650-592-7900
Fax:650-592-6995
 _ . .
'\   ..  |>>
O/  ..   |
   \_\  .  . |
   | |  .   ..  .|
  /  |  .. .  .  |
 /  .|  Greatest Sport known to mankind...GOLF!   ....o  |
 -


-Original Message-
From: Ken Miller [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 9:38 PM
To: Tomcat Users List
Subject: RE: Linking Apache 2 and Tomcat 4.0.3


Tom,

Moved the libapr.dll to the c:\winnt\system32 directory, then tried starting
Tomcat.  When I installed Tomcat and Apache they installed so that they
automatically load on startup.  I tried stopping Tomcat and restarting it
(since Apache never started), but it doesn't start saying that it the port
was already being used. When I comment out those 3 lines, it all works
correctly again.

You are using the mod_webapp.so and not the mod_jk that some people are
talking about, right?

How were you able to make Tomcat start before Apache?

Thanks.

Ken


*
Couple of things that I learned getting this to work on the Windows
platform.

1.  On NT/2000 Copy the libapr.dll to the c:\winnt\system32 directory
2.  Always start TomCat first than Apache.  The order to stop them is Apache
first and then TomCat.




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

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




RE: Linking Apache 2 and Tomcat 4.0.3

2002-04-19 Thread Schaffernoth, Thomas

Hey Ken,

Couple of things that I learned getting this to work on the Windows
platform.

1.  On NT/2000 Copy the libapr.dll to the c:\winnt\system32 directory
2.  Always start TomCat first than Apache.  The order to stop them is Apache
first and then TomCat.

The only line that I had to comment out was the one I mentioned earlier.

 Tom Schaffernoth - Software Engineer - [EMAIL PROTECTED]
 ePocrates, Inc.  - http://www.epocrates.com - "The handheld network for
physicians."
 120 Industrial Avenue,  San Carlos, CA  94070

 Phone:650-232-4847   Cell:650-704-5274   Reception:650-592-7900
Fax:650-592-6995
 _ . .
'\   ..  |>>
O/  ..   |
   \_\  .  . |
   | |  .   ..  .|
  /  |  .. .  .  |
 /  .|  Greatest Sport known to mankind...GOLF!   ....o  |
 -


-Original Message-
From: Ken Miller [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 8:58 PM
To: Tomcat Users List
Subject: RE: Linking Apache 2 and Tomcat 4.0.3


Tom,

Thanks for the help.  I am running under Win2K and would like to switch to
XP if I could get this working.

I commented out the AddModule line and Apache won't start again.  If I
comment out the other 3 lines, Apache starts.

Anything else to try?

Thanks.

Ken


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

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




RE: Linking Apache 2 and Tomcat 4.0.3

2002-04-19 Thread Schaffernoth, Thomas

Hey Ken,

*

I got (found it) the mod_webapp.so module and have it in the /modules
directory.  I then added the following to httpd.conf:

LoadModule webapp_module modules/mod_webapp.so
#AddModule mod_webapp.c  COMMENT THIS OUT *

WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples


When I add these lines, Apache failes to start.  When I comment them out
again, Apache starts ok.

***

I am assuming that you are running under windows.

 Tom Schaffernoth - Software Engineer - [EMAIL PROTECTED]
 ePocrates, Inc.  - http://www.epocrates.com - "The handheld network for
physicians."
 120 Industrial Avenue,  San Carlos, CA  94070

 Phone:650-232-4847   Cell:650-704-5274   Reception:650-592-7900
Fax:650-592-6995
 _ . .
'\   ..  |>>
O/  ..   |
   \_\  .  . |
   | |  .   ..  .|
  /  |  .. .  .  |
 /  .|  Greatest Sport known to mankind...GOLF!   ....o  |
 -


-Original Message-
From: Ken Miller [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 5:26 PM
To: Tomcat Users List
Subject: RE: Linking Apache 2 and Tomcat 4.0.3


I got (found it) the mod_webapp.so module and have it in the /modules
directory.  I then added the following to httpd.conf:

LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c

WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples


When I add these lines, Apache failes to start.  When I comment them out
again, Apache starts ok.

Am I missing something :)

Thanks in advance.

Ken



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

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