Re: logjam attacks in tomcat 7

2015-09-30 Thread Srikanth Hugar
Configuration like mentioned below should be able to resolve your issue: Srikanth Hugar www.gharki.com On Thu, Oct 1, 2015 at 10:22 AM, Rahul Singh <rksing...@hotmail.com> wrote: > Dear Tomcat Support Team,Thanks for your continuous support. > In our Application Tomcat V 7.0.54

JSp dynamic include in tomcat 8.0.15

2015-01-23 Thread Srikanth Hugar
When i include jsp:include page=/WEB-INF//countries.jsp / It does not work in tomcat 8.0.15. and my included jsp file contents are something like : div class=txt form:select path=country form:option value=US label=US - UNITED STATES OF AMERICA /

Static files with default servlet in tomcat 8.0.9

2015-01-12 Thread Srikanth Hugar
Hello, I am trying to configure static files with default servlet in tomcat 8.0.9 but could not succeed. My directory structure in deployed webapp is: - WEB-INF - static -css -images -js - META-INF and* web.xml* configuration using default servlet is : !-- static URLs --