Re: WebApp Module daily snapshots available...

2001-10-27 Thread Kazuhiro Kazama

Pier,

From: Kazuhiro Kazama [EMAIL PROTECTED]
Subject: Re: WebApp Module daily snapshots available...
Date: Thu, 18 Oct 2001 18:37:11 +0900 (JST)
 And its behavior is very unstable. For example, I can sometimes access
 Tomcat examples or get error Web-application not yet deployed.
 
 I watch its deployment state by using /webapp-info. So it changes
 between true and false frequently. I guess this may be a
 synchronization problem because I use a SMP machine.

I found that this bug depends on an apache web server.

For example, I can't connect to Tomcat 4 well when I use an apache web
server 1.3.22. But I can connect to Tomcat 4 and use it well when I
use an apache web server 1.3.19

Perhaps there may be a specification change or a bug implication
between 1.3.19 and 1.3.22.

Would you conform this compatibility issue? And it may be better to
add a note to your documentation because I waste time on this issue;-(

Kazuhiro Kazama ([EMAIL PROTECTED]) NTT Network Innovation Laboratories

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: WebApp Module daily snapshots available...

2001-10-18 Thread Kazuhiro Kazama

Pier,

From: Pier Fumagalli [EMAIL PROTECTED]
Subject: WebApp Module daily snapshots available...
Date: Thu, 18 Oct 2001 03:19:05 +0100
 In theory (if everything goes right as expected and I didn't screw up with
 my SH scripts), daily snapshots of the WebApp module are available on my
 home on Nagoya:

I try to compile your latest snapshot with gcc 2.95.3 on Solaris x86
2.8 but it needs to link with additional libraries, libpthread.so and
libgcc.a.

And its behavior is very unstable. For example, I can sometimes access
Tomcat examples or get error Web-application not yet deployed.

I watch its deployment state by using /webapp-info. So it changes
between true and false frequently. I guess this may be a
synchronization problem because I use a SMP machine.

Kazuhiro Kazama ([EMAIL PROTECTED]) NTT Network Innovation Laboratories



Re: WebApp Module daily snapshots available...

2001-10-18 Thread Pier Fumagalli

On Thursday, October 18, 2001, at 10:37  am, Kazuhiro Kazama wrote:

 Pier,

 From: Pier Fumagalli [EMAIL PROTECTED]
 Subject: WebApp Module daily snapshots available...
 Date: Thu, 18 Oct 2001 03:19:05 +0100
 In theory (if everything goes right as expected and I didn't 
 screw up with
 my SH scripts), daily snapshots of the WebApp module are 
 available on my
 home on Nagoya:

 I try to compile your latest snapshot with gcc 2.95.3 on Solaris x86
 2.8 but it needs to link with additional libraries, libpthread.so and
 libgcc.a.

 And its behavior is very unstable. For example, I can sometimes access
 Tomcat examples or get error Web-application not yet deployed.

 I watch its deployment state by using /webapp-info. So it changes
 between true and false frequently. I guess this may be a
 synchronization problem because I use a SMP machine.

Seems that one of the Apache processes was not able to deploy the 
application. Logs, please...

Pier