You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kfir Ozer <uf...@bezeqint.net> on 2002/06/06 23:01:53 UTC

apache 1.3.24 + mod_webapp + tomcat 4 gives me Document contains no Data.

I have Linux debian with apache 1.3.24 installed. i have mod_webapp
plugin cvs compiled and tomcat4 debian package installed. now tomcat4
itself works. my httpd.conf file includes: 
<VirtualHost *:80>
  ServerName ufk.2y.net
  WebAppConnection warpConnection warp localhost:8008
  WebAppDeploy ROOT warpConnection /

  <IfModule mod_dir.c>
       DirectoryIndex index.html
  </IfModule>
</VirtualHost>

now when i try to load jsp files i get
"Document contains no data".
any ideas why?
thanks
-- 
Kfir Ozer
  ICQ: 1416041


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