apache - is it good idea to pass jboss outbound connections through a web server? -


we trying integrate jboss application make web services calls, wondering practice make web services call go through web server instead of handling ssl stuff jboss ?

have curious idea because if want implement authentication , make web server handle certificates ssl in future if jboss replaced different technology basic ssl configuration stills remains same in web server.

i agree incoming requests jboss makes sense go through apache, wondering outbound connections jboss different provider ?

any thoughts appreciated.


Comments