Re: JVM Uninstall

2008-02-26 Thread Mary Joseph
After un installing , did you install a JVM? [EMAIL PROTECTED] 02/26/08 2:37 PM Hi Folks, Can any body say if unstalling of JVM in a machine will effect to the Tomcat service/server. We need to update the JVM in our production machine where Tomcat 4.1 is running, Becausewe have unstall

Tomcat Standalone issue

2008-01-12 Thread Mary Joseph
I am facing a problem with tomcat not working as stand-alone . i had uncommented the Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=9010 minProcessors=5 maxProcessors=250 enableLookups=true acceptCount=10 debug=99 connectionTimeout=0

Re: Simple Howto: Follow up

2007-12-20 Thread Mary Joseph
/environment and putting my classpath for Java in there. It's very time consuming to guess about these things, though. I wish there was a way to get better info. I'm willing to try just about anything now, I've spent a lot of time on this already. Any ideas on what I could try ? Thanks Mary Joseph wrote

Re: super happy build time: package org.eclipse.jdt.core.compiler org.eclipse.jdt.internal.compiler does not exist

2007-12-17 Thread Mary Joseph
For jar files, the jar file name needs to be mentioned. Only for class files residing in the folder, mentioning the folder name would be sufficient have a look at: http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html Mary Nikola Milutinovic [EMAIL PROTECTED] 12/17/07 2:26

Re: need help for CVE-2007-1355

2007-12-17 Thread Mary Joseph
Looks like it is fixed. http://tomcat.apache.org/security-4.html Better confirm though.. Mary li.weijie [EMAIL PROTECTED] 12/17/07 2:47 PM HI, I'm a user of tomcat4.1.24. I knew that the version with the vulnerability problem of CVE-2007-1355 . But I don't know how to fix it. I want

Re: Simple Howto: Follow up

2007-12-17 Thread Mary Joseph
http://wiki.apache.org/tomcat/FAQ/Connectors - this would answer your first question http://mrtextminer.wordpress.com/2007/09/11/installation-of-apache-224-and-tomcat-6014-on-debian-etch/ - explains how to do the same in linux. Mary Abel MacAdam [EMAIL PROTECTED] 12/17/07 2:05 PM Hi,

Coyote Connector Issue

2007-12-16 Thread Mary Joseph
Hi, I am facing a problem with tomcat not working as stand-alone . It is using CoyoteConnector on 8080 port and rejecting my request as 400 Bad Request. I am using tomcat 4.1.36 and got to know the issue CVE-2005-2090 which got fixed according to which all requests with multiple content

Re: Coyote Connector Issue

2007-12-16 Thread Mary Joseph
Thanks Bill.. Any idea how to enable the logs so that i can trace the flow ? Bill Barker [EMAIL PROTECTED] 12/17/07 9:30 AM Most GET requests don't include a Content-Length header, and they work fine. Mary Joseph [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I am