hey everyone, 
   I'm been using tomcat 4.0.3 and apache 1.3 connecting with mod_webapp,
and it's been working spiffy, except for one problem. every now and again,
it will only serve half a jsp page. it will send data, and then just stop
before it serves the whole page. the logs show nothing out of the ordinary
(no errors). has anyone else had this problem? 

anyways, I am wishfully thinking that upgrading to tomcat 4.1 will somehow
magically fix all my problems, but I'm having some troubles. even though I
am waiting for tomcat to start, and then restarting apache, etc, I am still
getting the infamous "Web application not yet deployed", even though apache
claims to have deployed it. here's what apache says at startup:

[Thu Sep 12 11:59:56 2002] 17703 (pr_warp.c:62) WARP provider initialized
[Thu Sep 12 11:59:56 2002] 17703 (wa_main.c:101) WebApp Library initialized
[Thu Sep 12 11:59:56 2002] 17703 (wa_config.c:167) Created connection
"warpConn
ction" (Prov: "warp" Param: "web1:8008")
[Thu Sep 12 11:59:56 2002] 17703 (wa_config.c:126) Created virtual host
"web1.d
n.com:80"
[Thu Sep 12 11:59:56 2002] 17703 (wa_config.c:100) Created application
"example
" in path "/examples/"
[Thu Sep 12 11:59:56 2002] 17703 (wa_main.c:187) Application examples
deployed
or http://hostname.myserver.com:80/examples/ (Conn: warpConnection)

here's the relavant bits from my httpd.conf file:

LoadModule webapp_module libexec/mod_webapp.so
WebAppConnection warpConnection warp myserver:8008
WebAppDeploy examples warpConnection /examples
WebAppDeploy contest warpConnection /contest

does anyone have *any* ideas? I'm sort of reaching the end of my rope on
this, and am not sure what to do! thanks in advance for your help!

--paul 

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

Reply via email to