How to pass variable from JSP/Jboss to Apache -


i'm running apache on webservers , jboss on appservers, using mod_jk integration. want run jsp , return flag (variable) apache. how this?

tia, vitaly

ajp13 not support this, these referenced future enhancements in ajpv13 extensions proposal seem you're looking for:

quote:

  • context information passed servlet engine web server. part of configuration of jk, web server connector, indicate web server uri handle. mod_jk jkmount directive, told web server uri must forwarded servlet engine. servlet engine allready knows uri handle , tc 3.3 allready capable generate config file jk list of available contexts.
  • state update of contexts servlet engine web server. big site farm of tomcat, isp , virtuals hosters, may need stop context admin purposes. in case front web server must know context down, relay request tomcat

Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -