I hardly think that is the problem.

>From what I can guess from looking at the site, Ismail probably has an Apache 
>using mod_jk in front of a Tomcat server. The application's context root is 
>/ekp but he wants to serve it to the users directly under /.

So the question is really: how can / on the Apache frontend be mapped to /ekp 
on Tomcat?

Otherwise, Ismail, I would suggest that you redirect any access to / to /ekp 
with the directive

Redirect / /ekp

Then your users will not need to enter /ekp explicitly.

-ascs

-----Original Message-----
From: Eimantas Vaičiūnas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 26, 2005 10:06 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] want help

Hi

Check DocumentRoot and DirectoryIndex directives in your httpd.conf.
--
Su pagarba,
Eimantas Vaičiūnas
VU Skaičiavimo centras
Tel.: +370 5 2366209
Mob.: +370 680 91505
Fax.: +370 5 2366204
http://www.tinklas.vu.lt

 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to