You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ps...@dcn.com on 2002/09/12 17:58:35 UTC

upgrading to 4.1!

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: upgrading to 4.1!

Posted by "Robin Lee (Tech Support)" <te...@uls.com>.
Hello,

Seems like i had the same problem before... But I figured out the problem.

Have you checked your examples log and see if there are any problems with
your code?  Sometimes errors will occur, and it won't output to your
console.  BUT, it will output the error to the examples log.

If there isn't any problem with that, email me your source code and i'll see
if i can find something wrong with it.

...Robin
----- Original Message -----
From: <ps...@dcn.com>
To: <to...@jakarta.apache.org>
Sent: Thursday, September 12, 2002 9:58 AM
Subject: upgrading to 4.1!


> 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:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>