tags:

views:

69

answers:

1

All,

We have a ton of JSP includes in our deeply nested webapp folder.It is annoying to digg 5or 6 levals down to find out which JSP is being included where! is there a easy way to generate a nice tree like structure(on windows) showing the jsp structure?

something like this:

home.jsp
  billing.jsp
   creditcard.jsp

Thanks

A: 

Have a look at backtraces, at least thats what they're called in PHP.

See Google here

Christian