You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ar...@encomix.es on 2000/11/06 12:38:50 UTC

VirtualDomains

Hi Everyone!

I have some virtualdomains and I want jakarta to look for jsp files in each
directory, I mean:

www.pepito.com -> /var/www/pepito/
www.juanito.com -> /var/www/juanito/


How can it be done?

Thanks in advance.

Jesus Arnaiz

jsp & mod_jk problem

Posted by Dominique BATARD <db...@sf2r.fr>.
I have jsp and servlets which run ok using NT 4, Tomcat 3.2b6, apache 1.3.14
and ApacheModuleJServ.dll (mod_jserv).

I tried to switch to mod_jk and ajp13 and got a strange result :
one jsp containing only FrameSets and Frames : some of the src files, which
are jsp, don't show in the right frame, and particularely one jsp shows
twice instead of once.

Going back to mod_jserv and ajp12, this jsp is ok.

Is it a beta problem ?