I thought I read it in one of them it had to be a jsp or html, maybe I'm wrong.
Sorry I meant in the previous post that neither the redirect nor forward worked.
<servlet>
>> <servlet-name>org.apache.jsp.index_jsp</servlet-name>
<servlet-class>org.apache.jsp.index_jsp</servlet-class>
</servlet>
This is the tomcat 5.5 way to use precompile jsp pages from what I could tell.
I didn't originally have that but I thought maybe tomcat had
compilation of JSP pages disabled.
I will try to create a war that is a basic and see if I can get it to work.
Shawn
---------------------------------------------------------------------------------------
From: "Hassan Schroeder" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[email protected]>
Date: Sun, 28 May 2006 07:40:01 -0700
Subject: Re: Re: [help] blank index.jsp on Tomcat 5.5.9
On 5/27/06, Garner Shawn <[EMAIL PROTECTED]> wrote:
I seen it in the servlet spec but maybe it was spec 2.3 and not 2.4.
It said it it has to be a .XXXX where XXXX is .jsp or .html.
I don't see any such thing in either the 2.3 or 2.4 specs, and just
added an arbitrary name -- "home.doodah" :-) -- to my welcome
list and it worked as expected.
I tried the forward and redirect with no spaces and neither work.
? In a previous mail you said the forward worked, but the redirect
didn't. Has this changed?
I also tried putting the welcome file as the welcome.jsf and that
doesn't work either.
Q: why do you have index.jsp mapped as a servlet?
<servlet>
<servlet-name>org.apache.jsp.index_jsp</servlet-name>
<servlet-class>org.apache.jsp.index_jsp</servlet-class>
</servlet>
Is that a JSF thing, or ?
Regardless, can you create a minimal WAR that demonstrates this
problem? If so, send it to me offlist and I'll try it on an existing
working install.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]