Hello,

i am running apache-tomcat-5.5.15 on a FC4 box

First i need to explain a little how my site is set up..

We have 1000's of users that have their own  document directory

So for example a users URL is http://www.mydomain.com/randy
their document root is /home/users/r/randy

as another example http://www.mydomain.com/fred would be
their doc root would be  /home/users/f/fred

currently they go to http://www.mydomain.com/fred/index.html and i
want to replace index.html with index.jsp

So if i do http://www.mydomain.com/fred/index.jsp , i get:

404 - message /fred/index.jsp
description The requested resource (/fred/index.jsp) is not available.

i do not want my users to have to do http://www.mydomain.com/f/fred/index.jsp

I did find an article that suggested making sure to load mod_jk before
mod_rewrite

But i am not sure what else i Need to do

Any Suggestions? or is this even possible?

Thanks
Randy

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to