Tagged Questions

0
votes
1answer
130 views

WebSphere Portal v.5.1 and AJP?

Hello, is there a way to configure WebSphere Portal to accept AJP connections? E.g. Tomcat/JBoss and Oracle have a specific AJP port. I can't find it in WebSphere, and I'm getti …
3
votes
2answers
207 views

Is there an implementation of AJP protocole in Java ?

From Apache, you can use the "mod_jk" module to send http requests to Tomcat using the "AJP" protocole, which is far more efficient that http itself. I want to do the same, but fr …