javax.servlet.ServletContext is a JSP implicit object and is exposed (e.g.
automatically available in a JSP page) as "application". For example (in Orion 1.4.4):
<%= application.getServerInfo() %>
>Sure it does.
>
><% ServletContext context=request.getServletContext(); %> works fine.
>
>On Mon, 29 Jan 2001, Romen Law wrote:
>
> >
> > ello,
> >
> > I recently downloaded orion and tried my web app with it, it failed
> > straight away because it does not recognise the method getServletContext().
> > I have developed my app using Tomcat and it worked fine.