----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


  Hi

  I've got a problem with the configuration of apache
in a Solaris system. In my server I have set 4 virtual
hosts, each of one have the same structure of html
pages (directories, jsp, ...). The problem is that I
have several jsp with the same name in the same
directory (for each virtual host), for example:

  <VirtualHost www.a.com>
  DocumentRoot /usr/html/a
  </VirtualHost>

  <VirtualHost www.b.com>
  DocumentRoot /usr/html/b
  </VirtualHost>

  When I ask the server for www.a.com/jsp/ex.jsp and
for www.b.com/jsp/ex.jsp it thinks that both jsp's are
the same and it only compile the first one (the
problem is that for the global apache is the same jsp
in the same directory).

  How can I set zones for my jsp's (as it can be done
with servlets or htmls) for each of the virtual hosts?
(in order to compile them in different places)

  Thanks...




_______________________________________________________________
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to