TC4.0b7 Apache webapp mapping problem

2001-09-05 Thread Jim Handwerk

I'm sure this is out there somewhere, but I'll be a monkey's uncle if I can
find it.
Is there a way to connect Apache 1.3 to TC4 so that  particular web app will
be default rather than an index.html.

I currently have in my httpd.conf

LoadModule webapp_module libexec/mod_webapp.so
WebAppConnection warpConnection warp ip:8008
WebAppDeploy midrp warpConnection /midrp

changing the last line to:
WebAppDeploy midrp warpConnection /

doesn't seem to work.  Any thing else I should try?

 Thanks,
Jim Handwerk





mod_webapp build problem (Related to earlier mapping problem question)

2001-09-05 Thread Jim Handwerk

I managed to find an earlier missive in the archives about the problem I was
having and Pier responded that there was a patch for the source.
Whether this works or not, I'm still trying to find out.  I can't seem to
build the module with the instructions in the readme for the WebApp library.

System info:  RH7.1, Apache 1.3.20, downloaded binary from apache.org,
Tomcat4.0b7

CVS downloads seem to be ok (and the latest include the patch mentioned --
which is not in 4b7 src dist)
buildconf.sh appears to run ok as well.
When I run:

./configure --with-apxs

things fall apart.

End of the checking list returned looks like this:

checking Tomcat 4.0 directory... not required
checking for apxs... /usr/local/apache/bin/apxs
checking if apxs is working... ./configure: /usr/local/apache/bin/apxs:
No such file or directory
no
configure: error: apxs is unworkable

Any help would be greatly appreciated.

Thanks,
Jim Handwerk





Load balancer problem

2001-09-04 Thread Jim Handwerk

Hi all,

I'm running Tomcat 3.2.3 standalone (and also have tried 4.0b7, since I need
to go there for logging anyways), and was having no problems at all with a
99% servlet system (statically serving about 20 images).  Then we installed
a load balancing switch and now I'm getting a HTTP 400 error when it tries
to retrieve the images.  Any ideas would be greatly appreciated, cause I'm
fresh out.

Thanks,
Jim




Installing 2 versions of Tomcat

2001-08-17 Thread Jim Handwerk

All,

I'm attempting to setup TC 3.2.3 and TC 4 standalone on the same machine, same port, 
different IP addresses - RH 7.1 machine has 2 NICs.  

When I try to start up the second instance, I get a BindException.  In the respective 
server.xml files, I have virtual hosts set up to handle the 
particular assigned ip address, but I don't know where to go from here.  

Searched thru the user list archive, but everyone is trying to use differing ports - 
which I've been able to make work, but when you get to a non-assigned port, 
it gives a 'HTTP Status 500 - No Host matches server name 10.160.112.14' rather than 
just ignore it. 

Any help is appreciated.

Thanks,
Jim Handwerk