----------------------------------------------------------------
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,

At present we have an apache-jserv server with two virtual servers.  The
first virtual server (admin) with a doc root of (/htdocs/admin), and is
running fine. 
The second virtual server (promo) has a different document root
(/htdocs/promo), and has no problems
displaying standard html pages from that directory structure, however when
we attempt to run any .jsp file from the directory we receive an error :

JSP Error:
Request URI:/page1.jspRI:/page1.jsp
Exception:
javax.servlet.ServletException: java.io.FileNotFoundException:
//htdocs/admin/page1.jsp 

Note the file not found error points to the first virtual servers (admin)
directory and not the second virtual servers directory. Html files are
served successfully from this second virtual server, however a request for
any .jsp file (whether it exists or not) generates the same error as above.
Any advice would be greatly appreciated.

The software versions are Apache 1.3.9 , Solaris 7 , Jserv 1.1

Below is a copy of the Virtual Server config of the problematic server

<VirtualHost 192.168.0.121:80>
    ServerName promo
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /htdocs/promo
    <Directory "/htdocs/promo">
      Options Indexes FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from all
    </Directory>
    ErrorLog /logs/promo-error_log
    CustomLog /logs/promo-access_log common
</VirtualHost>

Should anyone have any insights it would be greatly appreciated as this is
becoming rather pressing.


Many Thanks

Mark Parker

________________________________________________________________________
This message has been checked for all known viruses, by Star Internet, 
delivered through the MessageLabs Virus Control Centre. 
For further information visit:
http://www.star.net.uk/stats.asp



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to