>
> *.jspa is not mapped to the JSP servlet.
>
> See $CATALINA_HOME/conf/web.xml
Thanks, Tim,
I am really new to tomcat and java. I took a look in the web.xml and didn't
see anything related to .jspa. Can you please tell me what I need to add.
I tried adding:
<servlet-mapping>
<servlet-name>jspa</servlet-name>
<url-pattern>*.jspa</url-pattern>
</servlet-mapping>
But that broke everything.
Thanks
> -Tim
>
> Thomas E. Dukes wrote:
>
> > Hello,
> >
> > Does anyone know why I am able to load .jsp files but not
> .jspa files?
> >
> > Example:
> >
> > http://localhost/forum/admin/setup/index.jsp works
> >
> > http://localhost/forum/admin/setup/setup.index!default.jspa
> does not
> > work
> >
> > I am using Fedora Core 2, tomcat 4.1.27 and the jk2 / AJP
> 1.3 connector.
> >
>
> ---------------------------------------------------------------------
> 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)