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-25 Thread jyc

try this :

IfModule !mod_jk.c
 LoadModule jk_module modules/mod_jk.dll or .so
/IfModule

... 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 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 :
  
  IfModule !mod_jk.c
   LoadModule jk_module modules/mod_jk.dll or .so
  /IfModule
  
  ... 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

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 :
   
   IfModule !mod_jk.c
LoadModule jk_module modules/mod_jk.dll or .so
   /IfModule
   
   ... 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 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 :

IfModule !mod_jk.c
 LoadModule jk_module modules/mod_jk.dll or
 .so
/IfModule

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

!-- Example Server Configuration File --
!-- Note that component elements are nested corresponding to their
 parent-child relationships with each other --

!-- A Server is a singleton element that represents the entire JVM,
 which may contain one or more Service instances.  The Server
 listens for a shutdown command on the indicated port.

 Note:  A Server is not itself a Container, so you may not
 define subcomponents such as Valves or Loggers at this level.
 --

Server port=8005 shutdown=SHUTDOWN debug=0


  !-- Uncomment this entry to enable JMX MBeans support --
!--
  Listener className=org.apache.catalina.mbeans.ServerLifecycleListener
debug=0 port=-1 login=admin password=admin/
--

  !-- Global JNDI resources --
  GlobalNamingResources
Environment name=simpleValue type=java.lang.Integer value=30/
  /GlobalNamingResources

  !-- A Service is a collection of one or more Connectors that share
   a single Container (and therefore the web applications visible
   within that Container).  Normally, that Container is an Engine,
   but this is not required.

   Note:  A Service is not itself a Container, so you may not
   define subcomponents such as Valves or Loggers at this level.
   --

  !-- Define the Tomcat Stand-Alone Service --
  Service name=Tomcat-Standalone

!-- A Connector represents an endpoint by which requests are received
 and responses are returned.  Each Connector passes requests on to the
 associated Container (normally an Engine) for processing.

 By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
 You can also enable an SSL HTTP/1.1 Connector on port 8443 by
 following the instructions below and uncommenting the second Connector
 entry.  SSL support requires the following steps (see the SSL Config
 HOWTO in the Tomcat 4.0 documentation bundle for more detailed
 instructions):
 * Download and install JSSE 1.0.2 or later, and put the JAR files
   into $JAVA_HOME/jre/lib/ext.
 * Execute:
 %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA (Windows)
 $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA  (Unix)
   with a password value of changeit for both the certificate and
   the keystore itself.

 By default, DNS lookups are enabled when a web application calls
 request.getRemoteHost().  This can have an adverse impact on
 performance, so you can disable it by setting the
 enableLookups attribute to false.  When DNS lookups are disabled,
 request.getRemoteHost() will return the String version of the
 IP address of the remote client.
--

!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --
Connector className=org.apache.catalina.connector.http.HttpConnector
   port=8080 minProcessors=5 maxProcessors=75
   enableLookups=true redirectPort=8443
   acceptCount=10 debug=0 connectionTimeout=6/
!-- Note : To disable connection timeouts, set connectionTimeout value 
 to -1 --

!-- Define an SSL HTTP/1.1 Connector on port 8443 --

   !-- Connector className=org.apache.catalina.connector.http.HttpConnector
   port=8443 minProcessors=5 maxProcessors=75
   enableLookups=false
	   acceptCount=10 debug=0 scheme=https secure=true
  Factory className=org.apache.catalina.net.SSLServerSocketFactory
   clientAuth=false protocol=TLS/
/Connector
   --

!-- Define an AJP 1.3 Connector on port 8009 --

Connector className=org.apache.ajp.tomcat4.Ajp13Connector
   port=8009 minProcessors=5 maxProcessors=75
   acceptCount=10 debug=0/


!-- Define a Proxied HTTP/1.1 Connector on port 8081 --
!-- See proxy documentation for more information about using this. --
!--
Connector 

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
 !-- Example Server Configuration File --
 !-- Note that component elements are nested
 corresponding to their
  parent-child relationships with each other --
 
 !-- A Server is a singleton element that
 represents the entire JVM,
  which may contain one or more Service
 instances.  The Server
  listens for a shutdown command on the indicated
 port.
 
  Note:  A Server is not itself a Container,
 so you may not
  define subcomponents such as Valves or
 Loggers at this level.
  --
 
 Server port=8005 shutdown=SHUTDOWN debug=0
 
 
   !-- Uncomment this entry to enable JMX MBeans
 support --
 !--
   Listener

className=org.apache.catalina.mbeans.ServerLifecycleListener
 debug=0 port=-1 login=admin
 password=admin/
 --
 
   !-- Global JNDI resources --
   GlobalNamingResources
 Environment name=simpleValue
 type=java.lang.Integer value=30/
   /GlobalNamingResources
 
   !-- A Service is a collection of one or more
 Connectors that share
a single Container (and therefore the web
 applications visible
within that Container).  Normally, that
 Container is an Engine,
but this is not required.
 
Note:  A Service is not itself a
 Container, so you may not
define subcomponents such as Valves or
 Loggers at this level.
--
 
   !-- Define the Tomcat Stand-Alone Service --
   Service name=Tomcat-Standalone
 
 !-- A Connector represents an endpoint by
 which requests are received
  and responses are returned.  Each Connector
 passes requests on to the
  associated Container (normally an Engine)
 for processing.
 
  By default, a non-SSL HTTP/1.1 Connector is
 established on port 8080.
  You can also enable an SSL HTTP/1.1
 Connector on port 8443 by
  following the instructions below and
 uncommenting the second Connector
  entry.  SSL support requires the following
 steps (see the SSL Config
  HOWTO in the Tomcat 4.0 documentation
 bundle for more detailed
  instructions):
  * Download and install JSSE 1.0.2 or later,
 and put the JAR files
into $JAVA_HOME/jre/lib/ext.
  * Execute:
  %JAVA_HOME%\bin\keytool -genkey -alias
 tomcat -keyalg RSA (Windows)
  $JAVA_HOME/bin/keytool -genkey -alias
 tomcat -keyalg RSA  (Unix)
with a password value of changeit for
 both the certificate and
the keystore itself.
 
  By default, DNS lookups are enabled when a
 web application calls
  request.getRemoteHost().  This can have an
 adverse impact on
  performance, so you can disable it by
 setting the
  enableLookups attribute to false.  When
 DNS lookups are disabled,
  request.getRemoteHost() will return the
 String version of the
  IP address of the remote client.
 --
 
 !-- Define a non-SSL HTTP/1.1 Connector on port
 8080 --
 Connector

className=org.apache.catalina.connector.http.HttpConnector
port=8080 minProcessors=5
 maxProcessors=75
enableLookups=true
 redirectPort=8443
acceptCount=10 debug=0
 connectionTimeout=6/
 !-- Note : To disable connection timeouts, set
 connectionTimeout value 
  to -1 --
 
 !-- Define an SSL HTTP/1.1 Connector on port
 8443 --
 
!-- Connector

className=org.apache.catalina.connector.http.HttpConnector
port=8443 minProcessors=5
 maxProcessors=75
enableLookups=false
  acceptCount=10 debug=0 scheme=https
 secure=true
   Factory

className=org.apache.catalina.net.SSLServerSocketFactory
clientAuth=false protocol=TLS/
 /Connector
--
 
 !-- Define an AJP 1.3 Connector on port 8009
 --
 
 Connector