"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi, > > I've recently setup a intranet site on an NT 4.0 box using Apache 1.3.23 > combined with Tomcat 4.0.3. To integrate them together I'm using the warp > connector and the mod_webapp module...
Forget it... It doesn't work under Windows... > If it is thought that this is a bug maybe I'll take a look at the source code > for mod_webapp and see if I can see anything wrong. Does anynone have any > ideas where to start and any information on how to get a build up and running > on NT? You need to synchronize the calls to the socket, as Apache 1.3 is multi-process under UNIX (that's why it works), but multi-threaded under windows (that's why it doesn't)... In the pr_warp....c files you should really create a pool of socket used to connect to the server when you're running in a multi-threaded environment... All the rest of the code should be fairly fully reentrant... (all your problems come up when you have more than one request getting into tomcat at the same time). As I don't have access to a windosh box anymore (thanks god I got rid of the last one), I don't really care much... And since nobody pays me anymore to fix those, well, it works for me :) Pier (back on fixing Apache 2.0/worker under OS/X!) BTW, folks, it's already hard to follow developers discussions without getting crummed up in bug reports and CVS logs... Can we avoid to keep USER related questions under this list (for people like me just tracking down development, and not really caring about much else, that gets really hard)... That's why we have the "USER" list... Simple response as above.... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>