Remove default files, example JSPs and Servlets from the Tomcat Servlet/JSP container.

2013-05-08 Thread suresh babu yella
Hi, We are using tomcat 6.0.18 and we got common vulnerability reported for having default files, example JSPs and Servlets from the Tomcat Servlet/JSP container. I need a steps to Remove default files, example JSPs and Servlets from the Tomcat Servlet/JSP container. Thanks Sures

Re: Fix CVE tomcat 6.0.18 with out upgrade

2013-05-08 Thread suresh babu yella
hanks Suresh On Wed, May 8, 2013 at 10:11 AM, Daniel Mikusa wrote: > On May 8, 2013, at 12:11 PM, suresh babu yella wrote: > > > We are using tomcat 6.0.18 and we found below number of Common > > Vulnerabilities and Exposures (CVE). > > Not surprising given the versio

Fix CVE tomcat 6.0.18 with out upgrade

2013-05-08 Thread suresh babu yella
We are using tomcat 6.0.18 and we found below number of Common Vulnerabilities and Exposures (CVE). High Vulns: 98 Medium Vulns: 50 Low Vulns: 6 We cannot upgrade/patch any of those components due to supportability concerns from Autonomy. How can I apply a fix for all the CVE, I see the build

New Mail Id

2007-12-13 Thread Suresh babu
Hello all, Please note my new maild ID [EMAIL PROTECTED] , and also please send test mail as well... -- Suresh Babu, Software Engineer, Computer Associates-India

Re: Garbace Collection executes 1GB but HEAP Size at 1.5GB!

2007-01-10 Thread Suresh babu
commands, e-mail: [EMAIL PROTECTED] -- Suresh Babu, Software Engineer, Computer Associates-India

Re: from https to http?

2007-01-04 Thread Suresh babu
fSjZ+YlIfUXzaXatPV0Kg= =mxZ3 -END PGP SIGNATURE- - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Suresh Babu, Software Engineer, Computer Associates-India

Re: Setting the classpath for my application

2006-07-24 Thread Suresh babu
k/ControlServlet.class"? Another thing you could try is this: $ javap -classpath webapps/abc/WEB-INF/lib/abc.jar \ com.abc.framework.ControlServlet This should print out the API of your class. If it does not, then either the JAR is broken or the package and class names are

Re: out of memory error

2006-07-20 Thread Suresh babu
GC details will be printed in console On 7/20/06, MW Janssen <[EMAIL PROTECTED]> wrote: thx for the fact that you want to look into it..i set those parameters and restarted tomcat..are GC details printed in stout.log?? Maarten -Oorspronkelijk bericht- Van: Suresh babu [mailto:

Re: out of memory error

2006-07-19 Thread Suresh babu
-mail: users@tomcat.apache.org To unsubscribe, >> e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.1.394 / Virus Database: 268.10.1/391 - Release Date: 18-7-2006 >> >> > > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Suresh Babu, Software Engineer, Computer Associates-India

Re: Increase Heapsize

2006-07-19 Thread Suresh babu
ot the intended recipient, you should delete this communication and/or shred the materials and any attachments and are hereby notified that any disclosure, copying, or distribution of this communication, or the taking of any action based on it, is strictly prohibited. Thank you. -- Sures

Re: Increase Heapsize

2006-07-19 Thread Suresh babu
Hi, Use following line in catalina file set JAVA_OPTS=%JAVA_OPTS% -verbosegc -XX:+PrintGCDetails in windows change accordingly to linux. Run stratup.sh from command line: to see all heap information on console. On 7/19/06, Suresh babu <[EMAIL PROTECTED]> wrote: Hi It's an op

Re: Increase Heapsize

2006-07-18 Thread Suresh babu
based on it, is strictly prohibited. Thank you. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Suresh Babu, Software Engineer, Computer Associates-India

Re: Increase Heapsize

2006-07-17 Thread Suresh babu
-verbosegc -XX:+PrintGCDetails On 7/18/06, Suresh babu <[EMAIL PROTECTED]> wrote: Hi, Using -verbose:gc will also help in finding out the heap size On 7/18/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: > > Ibrahim, > > > I've increased the heaps

Re: Increase Heapsize

2006-07-17 Thread Suresh babu
Hi, Using -verbose:gc will also help in finding out the heap size On 7/18/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: Ibrahim, > I've increased the heapsize in my development enviroment. > And I don't knowhow to confirm the change has been made to the effect the > whole system is affe