Am 2013-04-01 08:25, schrieb N.s.Karthik:
Hi
  Spec:

JDK1.6
Tomcat 6.0.26
O/s nix Suse


I have build a Customized Valve and have done the required  settings in
context.xml for specific APP
and have them returned variables System.println on console ( Catalina.out)

Question :

1) How to get the return values  into a JSP file  [ using  request. ???? ]
of the specific APP

What variables? What is APP?

Valves are invisible to the app. There are Tomcat-only. If you need to set some values, resort to environment entries through JNDI. A listener should do that. I have asked this recently on the mailing list.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to