Add attributes to ServletContext

Hello

I need to add attributes to ServletContext so that I can access these attribute from within my jsp pages.

I found a class called “PluginServletContext” but I couldn’t find out how to get an instance that represents my plugin’s servlet context.
Note : I don’t want do this using a servlet class.

Thanks in advance

First question; are you talking about an admin (default port 9090/9091) or client (default port 7070/7443) servlet?

Greg

I’m talking about admin console