First I'd check and make sure the JMC wrote out your web.xml properly, or your
webapp.properties if that's where it put the chain mapping.  Fine if it shows up
in the JMC, but I'd double check the actual files.  Then I'd test a more
reliable chain, like SnoopServlet to UpperCaseFilter or something, just to make
sure chaining is being configured properly.  Finally, your JspFilterServlet has
to be written so that it can do something with the input from the JspServlet.
How can you prove that the problem's not with your servlet?

Scott Stirling

-----Original Message-----
From: Brian Felder [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 10, 2000 6:19 PM
To: '[EMAIL PROTECTED]'
Subject:


I am trying to apply a filter to the output of a JSP using a servlet chain.
It seems that the JSP is being processed properly, but is not subsequently
run through the filter of the servlet I have defined.

In the JRun admin tool, under Servlet URL Mappings, I have set up the
following mapping:

Virtual Path: *.fjsp
Servlet Invoked: jsp,JspFilterServlet

When I do this, the JSP with an "fjsp" extension runs properly; however, the
output of the JSP is not passed on to the JspFilterServlet.

I am using JRun 3.0 on NT. I have heard that this works in JRun 2.3.3.

Any ideas?

Brian Felder

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to