Mailing List Archive

Doesn't recognize index.jsp as default page in directory
I am running Red Hat 7.2, tomcat 3.3 and Apache
1.3.22. I have not been able to set up Apache so
that index.jsp is the default page as in www.xyz.com
would actually be www.xyz.com/index.jsp please advise.

Thanks
Matt

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Doesn't recognize index.jsp as default page in directory [ In reply to ]
Hi,
check if you have this setup in httpd.conf of your
apache
<IfModule mod_dir.c>
DirectoryIndex index.html index.jsp Welcome.jsp
</IfModule>
add your index.jsp here so it will automatically load
it
Ashish

--- Matt Bjornson <matt_bjornson@yahoo.com> wrote:
> I am running Red Hat 7.2, tomcat 3.3 and Apache
> 1.3.22. I have not been able to set up Apache so
> that index.jsp is the default page as in www.xyz.com
> would actually be www.xyz.com/index.jsp please
> advise.
>
> Thanks
> Matt
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
>
>
---------------------------------------------------------------------
> 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:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
>


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Doesn't recognize index.jsp as default page in directory [ In reply to ]
Thank you Ashish, that is what I needed! Matt
--- Ashish kulkarni <kulkarni_ash13@yahoo.com> wrote:
> Hi,
> check if you have this setup in httpd.conf of your
> apache
> <IfModule mod_dir.c>
> DirectoryIndex index.html index.jsp Welcome.jsp
> </IfModule>
> add your index.jsp here so it will automatically
> load
> it
> Ashish
>
> --- Matt Bjornson <matt_bjornson@yahoo.com> wrote:
> > I am running Red Hat 7.2, tomcat 3.3 and Apache
> > 1.3.22. I have not been able to set up Apache so
> > that index.jsp is the default page as in
> www.xyz.com
> > would actually be www.xyz.com/index.jsp please
> > advise.
> >
> > Thanks
> > Matt
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Send FREE video emails in Yahoo! Mail!
> > http://promo.yahoo.com/videomail/
> >
> >
>
---------------------------------------------------------------------
> > 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:
> > users-unsubscribe@httpd.apache.org
> > For additional commands, e-mail:
> > users-help@httpd.apache.org
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
>
>
---------------------------------------------------------------------
> 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:
> users-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
>


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org