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

SITEFORUM - Dirk Schlenzig wrote:
> 
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> Good Day,
> 
> I would be more than happy to find a solution for my problem.
> Config: Apache 1.3.12 + JServ 1.1 + SITEFORUM Application Server
> 
> My servlet is called via:
> 
> http://localhost:80/sfs?i=954079758374 , where "sfs" is the servlet
> alias . APJServMount is:
> 
> ApJServMount / /root
> 
> Unfortunately the server answers any request for a static file like
> "localhost:80/index.html" with "Bad request".
> 
> Does anybody have a solution for this problem ?
> 
> Thanks you very much.
> 
You'll have to use mod_rewrite and put your html files in another
directory. or rename your servlet URI like
http://localhost:80/servlet/sfs?i=954079758374

Jean-Luc


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