Hi, Jeff, thanks for your reply.

At 10:11 19/10/2001 +1000, you wrote:
>On Thu, Oct 18, 2001 at 10:53:48AM +1000, Stuart Allen wrote:
> > I have recently installed Tomcat 4.0.1 and mod_webapp and I am trying to
> > get an application working that was previously running under Tomcat 3.2.
> > The problem is that the *.html pages contain <jsp:include> tags that are
> > not being parsed and processed.
>
>Could you elaborate on that? What exactly is your tag, and is there any error
>message?

The application consists of a series of HTML pages that have servlets 
embedded as
various points, for example:

<p>Welcome <b>
<jsp:include page="/servlet/com.steptwo.intranet.servlets.UserName" 
flush="true">
</jsp:include>

is a snippet from the front page. When I view this page I do not receive 
any errors at all, the tags just appear in the source of the HTML without 
the servlets have been executed.

>Does it work with Tomcat standalone (port 8080)? If it does, then all the 
>above
>is not your problem.

The sample apps that come with Tomcat worked fine on 8080.

Regards,
Stuart

Reply via email to