Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-17 Thread Shawn Evans

No error messages in the Apche or tomcat logs


- Original Message -
From: Pier P. Fumagalli [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 16, 2001 5:29 PM
Subject: Re: Tomcat port 8080, Apache port 80, jsp?


 Shawn Evans at [EMAIL PROTECTED] wrote:

   I read Installing mod_webapp and using it with Apache 1.3 written by
  you, and I have been unsuccessful in getting it to work.  Here is my
  configuration:
 
  Win NT4.0 sp6
  Apache 1.3.20 d:\webserver\Apache
  Tomcat 4.0.7b d:\webserver\Tomcat-4.0.7
 
   First, I copied 'mod_webapp.so' and 'libapr.dll' to my apache\modules,
  then I added this to my httpd.conf
 
  [...]
  #AddModule mod_actions.c mod_setenvif.c mod_isapi.c
  AddModule mod_webapp.c
  [...]
  #LoadModule usertrack_module modules/mod_usertrack.so
  LoadModule webapp_module modules/mod_webapp.so
  [...]
  WebAppConnection conn warp localhost:8008
  WebAppDeploy examples conn  /examples
  WebAppInfo /webapp-info
  [...]
 
   I kick Apache off as a service (Tomcat is already running as a service)
  and here is the error that I get Error 2140:An internal Windows NT
error
  occurred... I am able to run Tomcat 4.0.7 as a service without
Apache...
  and Apache runs fine when I comment out the 5 lines I added above, but I
  need to get them working in sequence with one another.

 Nothing in your error_log? That's pretty weird... What about starting it
 from the console?

 Pier






Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-17 Thread Pier P. Fumagalli

I'll have to check in the MSDN documentation what error 2140 stands for...

Pier

Shawn Evans at [EMAIL PROTECTED] wrote:

 No error messages in the Apche or tomcat logs
 
 
 - Original Message -
 From: Pier P. Fumagalli [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, August 16, 2001 5:29 PM
 Subject: Re: Tomcat port 8080, Apache port 80, jsp?
 
 
 Shawn Evans at [EMAIL PROTECTED] wrote:
 
  I read Installing mod_webapp and using it with Apache 1.3 written by
 you, and I have been unsuccessful in getting it to work.  Here is my
 configuration:
 
 Win NT4.0 sp6
 Apache 1.3.20 d:\webserver\Apache
 Tomcat 4.0.7b d:\webserver\Tomcat-4.0.7
 
  First, I copied 'mod_webapp.so' and 'libapr.dll' to my apache\modules,
 then I added this to my httpd.conf
 
 [...]
 #AddModule mod_actions.c mod_setenvif.c mod_isapi.c
 AddModule mod_webapp.c
 [...]
 #LoadModule usertrack_module modules/mod_usertrack.so
 LoadModule webapp_module modules/mod_webapp.so
 [...]
 WebAppConnection conn warp localhost:8008
 WebAppDeploy examples conn  /examples
 WebAppInfo /webapp-info
 [...]
 
  I kick Apache off as a service (Tomcat is already running as a service)
 and here is the error that I get Error 2140:An internal Windows NT
 error
 occurred... I am able to run Tomcat 4.0.7 as a service without
 Apache...
 and Apache runs fine when I comment out the 5 lines I added above, but I
 need to get them working in sequence with one another.
 
 Nothing in your error_log? That's pretty weird... What about starting it
 from the console?
 
 Pier
 
 
 




Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Shawn Evans

Here is a simple question... how do I get apache on port 80 to send jsp
requests to the Tomcat server and respond back on port 80.  The reason why I
want to do this is becuase where I work, all ports are blocked except port
80, but I have an applet that needs to get data from the jsp pages.

Shawn



Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread David Cassidy

have a look at mod_jk ?



Shawn Evans wrote:
 
 Here is a simple question... how do I get apache on port 80 to send jsp
 requests to the Tomcat server and respond back on port 80.  The reason
 why I
 want to do this is becuase where I work, all ports are blocked except
 port
 80, but I have an applet that needs to get data from the jsp pages.
 
 Shawn



Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Shawn Evans

I am running the latest 4.0(7) and I cannot find the DLL for it.  Does
anyone know where I can d-load one... I know I know NT, but my office is
buying me a new Linux server.


- Original Message -
From: David Cassidy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 16, 2001 9:14 AM
Subject: Re: Tomcat port 8080, Apache port 80, jsp?


 have a look at mod_jk ?



 Shawn Evans wrote:
 
  Here is a simple question... how do I get apache on port 80 to send jsp
  requests to the Tomcat server and respond back on port 80.  The reason
  why I
  want to do this is becuase where I work, all ports are blocked except
  port
  80, but I have an applet that needs to get data from the jsp pages.
 
  Shawn




Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Craig R. McClanahan



On Thu, 16 Aug 2001, Shawn Evans wrote:

 I am running the latest 4.0(7) and I cannot find the DLL for it.  Does
 anyone know where I can d-load one... I know I know NT, but my office is
 buying me a new Linux server.
 

I assume you're talking about the mod_webapp connector, right?

  http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/bin/

then select webapp-module-1.0-tc40b7-windows.zip for the Windows
connector.

Other files in this directory contain the compiled connector for other
platforms (Linux, MacOSX, and Solaris/SPARC for now).

Craig McClanahan


 
 - Original Message -
 From: David Cassidy [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, August 16, 2001 9:14 AM
 Subject: Re: Tomcat port 8080, Apache port 80, jsp?
 
 
  have a look at mod_jk ?
 
 
 
  Shawn Evans wrote:
  
   Here is a simple question... how do I get apache on port 80 to send jsp
   requests to the Tomcat server and respond back on port 80.  The reason
   why I
   want to do this is becuase where I work, all ports are blocked except
   port
   80, but I have an applet that needs to get data from the jsp pages.
  
   Shawn
 
 




Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Pier P. Fumagalli

Craig R. McClanahan at [EMAIL PROTECTED] wrote:
 
 Other files in this directory contain the compiled connector for other
 platforms (Linux, MacOSX, and Solaris/SPARC for now).

Linux w/ GLIBC 2.2
Solaris 8/sparc

(just a couple of details! :)

Pier




Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Shawn Evans

   I read Installing mod_webapp and using it with Apache 1.3 written by
you, and I have been unsuccessful in getting it to work.  Here is my
configuration:

Win NT4.0 sp6
Apache 1.3.20 d:\webserver\Apache
Tomcat 4.0.7b d:\webserver\Tomcat-4.0.7

   First, I copied 'mod_webapp.so' and 'libapr.dll' to my apache\modules,
then I added this to my httpd.conf

[...]
#AddModule mod_actions.c mod_setenvif.c mod_isapi.c
AddModule mod_webapp.c
[...]
#LoadModule usertrack_module modules/mod_usertrack.so
LoadModule webapp_module modules/mod_webapp.so
[...]
WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn  /examples
WebAppInfo /webapp-info
[...]

   I kick Apache off as a service (Tomcat is already running as a service)
and here is the error that I get Error 2140:An internal Windows NT error
occurred... I am able to run Tomcat 4.0.7 as a service without Apache...
and Apache runs fine when I comment out the 5 lines I added above, but I
need to get them working in sequence with one another.

Shawn
- Original Message -
From: Craig R. McClanahan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Shawn Evans
[EMAIL PROTECTED]
Sent: Thursday, August 16, 2001 1:14 PM
Subject: Re: Tomcat port 8080, Apache port 80, jsp?




 On Thu, 16 Aug 2001, Shawn Evans wrote:

  I am running the latest 4.0(7) and I cannot find the DLL for it.  Does
  anyone know where I can d-load one... I know I know NT, but my office is
  buying me a new Linux server.
 

 I assume you're talking about the mod_webapp connector, right?

   http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/bin/

 then select webapp-module-1.0-tc40b7-windows.zip for the Windows
 connector.

 Other files in this directory contain the compiled connector for other
 platforms (Linux, MacOSX, and Solaris/SPARC for now).

 Craig McClanahan


 
  - Original Message -
  From: David Cassidy [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Thursday, August 16, 2001 9:14 AM
  Subject: Re: Tomcat port 8080, Apache port 80, jsp?
 
 
   have a look at mod_jk ?
  
  
  
   Shawn Evans wrote:
   
Here is a simple question... how do I get apache on port 80 to send
jsp
requests to the Tomcat server and respond back on port 80.  The
reason
why I
want to do this is becuase where I work, all ports are blocked
except
port
80, but I have an applet that needs to get data from the jsp pages.
   
Shawn
  
 





Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Pier P. Fumagalli

Shawn Evans at [EMAIL PROTECTED] wrote:

  I read Installing mod_webapp and using it with Apache 1.3 written by
 you, and I have been unsuccessful in getting it to work.  Here is my
 configuration:
 
 Win NT4.0 sp6
 Apache 1.3.20 d:\webserver\Apache
 Tomcat 4.0.7b d:\webserver\Tomcat-4.0.7
 
  First, I copied 'mod_webapp.so' and 'libapr.dll' to my apache\modules,
 then I added this to my httpd.conf
 
 [...]
 #AddModule mod_actions.c mod_setenvif.c mod_isapi.c
 AddModule mod_webapp.c
 [...]
 #LoadModule usertrack_module modules/mod_usertrack.so
 LoadModule webapp_module modules/mod_webapp.so
 [...]
 WebAppConnection conn warp localhost:8008
 WebAppDeploy examples conn  /examples
 WebAppInfo /webapp-info
 [...]
 
  I kick Apache off as a service (Tomcat is already running as a service)
 and here is the error that I get Error 2140:An internal Windows NT error
 occurred... I am able to run Tomcat 4.0.7 as a service without Apache...
 and Apache runs fine when I comment out the 5 lines I added above, but I
 need to get them working in sequence with one another.

Nothing in your error_log? That's pretty weird... What about starting it
from the console?

Pier