Re: Issue with Perl code deployment in Tomcat7.x

2015-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dwarak, On 3/26/15 10:54 AM, D, Dwarakesh wrote: > We have deployed perl code in tomcat 7.0.27 Upgrade. There's bad stuff lurking in those old versions. 7.0.60! > and when running the URL, we are getting the perl code displayed > in the UI itself.

Issue with Perl code deployment in Tomcat7.x

2015-03-26 Thread D, Dwarakesh
Hello, We have deployed perl code in tomcat 7.0.27 and when running the URL, we are getting the perl code displayed in the UI itself. The below changes were made in tomcat: 1) ../tomcat/conf/Context.xml è Added 2) ../tomcat/conf/web.xml è Uncommented the servlet code for cgi 3)