Making index.jsp work as welcome page after upgrade 2004-01-07 - By Talley, Angelina
Back Apache has the following in httpd.conf:
<IfModule mod_dir.c> DirectoryIndex index.html index.jsp </IfModule>
Is that all you need? Or could I look somewhere else?
> -- --Original Message-- -- > From: QM [mailto:qm300@(protected)] > Sent: Wednesday, January 07, 2004 1:37 PM > To: Tomcat Users List > Subject: Re: Making index.jsp work as welcome page after upgrade > > > : I should note that if run as Tomcat > : standalone (without Apache) on Windows (haven't tried Linux > because of our > : authentication setup), it works perfectly. > > Somewhat far-fetched, but: > > what's the welcome-file list for Apache? > > I'm still running the old mod_jk (not jk2) but I noticed > "index.jsp" is in Apache's welcome file. Apache gets the request for > "/" -> "/index.jsp" -> [off to a JK worker] > > > -QM > > -- > > software -- http://www.brandxdev.net (C++ / Java / SSL) > tech news -- http://www.RoarNetworX.com > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) > For additional commands, e-mail: tomcat-user-help@(protected) >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|