You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Ignacio J. Ortega" <na...@siapi.es> on 2002/07/20 04:03:01 UTC

[4.1.X] Tomcat main page

I dont like very much to have a jsp page as main index page, mainly
because it slows down first presentation of tomcat, in a badly installed
system ( tools.jar not correctly configured ) the first page can be a
error 500, no good from a marketing point of view ;)

Comments ? i'm all to have a plain html page as presentation..

Saludos ,
Ignacio J. Ortega

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [4.1.X] Tomcat main page

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message -----
From: "Ignacio J. Ortega" <na...@siapi.es>
To: "'tomcat-dev'" <to...@jakarta.apache.org>
Sent: Friday, July 19, 2002 7:03 PM
Subject: [4.1.X] Tomcat main page


> I dont like very much to have a jsp page as main index page, mainly
> because it slows down first presentation of tomcat, in a badly installed
> system ( tools.jar not correctly configured ) the first page can be a
> error 500, no good from a marketing point of view ;)
>
> Comments ? i'm all to have a plain html page as presentation..

If you are volunteering to maintain it, by all means replace "index.jsp"
with "index.html".

>
> Saludos ,
> Ignacio J. Ortega
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [4.1.X] Tomcat main page

Posted by Ian Darwin <ia...@darwinsys.com>.
> > Comments ? i'm all to have a plain html page as presentation..
>
> It actually makes sense to have a JSP since tomcat ships with a JSP by
> default... If you don't see the 500, you're not going to see it the first
> time you run a JSP because you screwed up installing something.
>
> So, the "yes it works" page is a good idea...

I'm with Pier on this one. Tomcat is a Servlet/JSP container; if JSP 
doesn't work, better to find out early.

If anybody has not enough to do :-), he could have an index.html with a
Please check here to be sure JSPs also work, but I think that's pretty silly.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [4.1.X] Tomcat main page

Posted by Pier Fumagalli <pi...@betaversion.org>.
Ignacio J. Ortega <na...@siapi.es> wrote:

> I dont like very much to have a jsp page as main index page, mainly
> because it slows down first presentation of tomcat, in a badly installed
> system ( tools.jar not correctly configured ) the first page can be a
> error 500, no good from a marketing point of view ;)
> 
> Comments ? i'm all to have a plain html page as presentation..

It actually makes sense to have a JSP since tomcat ships with a JSP by
default... If you don't see the 500, you're not going to see it the first
time you run a JSP because you screwed up installing something.

So, the "yes it works" page is a good idea...

    Pier

--
[Perl] combines all the worst aspects of C and Lisp:  a billion of different
sublanguages in  one monolithic executable.  It combines the power of C with
the readability of PostScript. [Jamie Zawinski - DNA Lounge - San Francisco]


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>