Mr. Fireball

Greenhorn
+ Follow
since Oct 30, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mr. Fireball

Hi!
I'd like to do some stuff before each servlet request. So I wrote a servlet an mapped jsp to that servlet. At the end of the doGet() method I fetch the RequestDispatcher for jsp (defined in Tomcat web.xml) and forward it.

Everythig works fine with static includes like <% include ...>, but not with dynamic includes. Either i get infinite loops or the page aborts.

Any ideas?
Thank you in advance,
Fireball
20 years ago