How do I install and enable CORS for Tomcat 6? There is lots of documentation out there for Tomcat 7 or later, and lots assuming you already have the CORS filter jar file, but none that start with telling you where to download jar for Tomcat 6. For instance, I can find some directions here, but that assumes I am using JavaServlet 3.0 or later container. I am pretty sure Tomcat 6 uses a prior JavaServlet specification, and I don't know which CORS filter supports this earlier version of JavaServlet. Any ideas would be much appreciated. Thanks.
Asked
Active
Viewed 1,683 times
0
-
See https://www.dforge.net/2013/09/16/enabling-cors-on-apache-tomcat-6/ – Federico Sierra Mar 08 '16 at 21:16
-
I did, but it does not tell me which jar file to download. Regardless, I sort of guessed which one to download and it partially works. – Tony B Mar 08 '16 at 21:47