Re: configuration setting to disable URL sessions?

2006-09-09 Thread Eric Haszlakiewicz
On Thu, Sep 07, 2006 at 06:33:41PM -0400, Chetan Sabnis wrote: > Is there a way to disable the Tomcat server (5.5) from accepting > sessions that are sent in the URL using jsessionid? This would be > useful in preventing certain session fixation attacks. Basically, I > would want sessions to be a

RE: GUI Administration Tool corrupting server.xml

2006-09-09 Thread Caldarale, Charles R
> From: Kevin Hart [mailto:[EMAIL PROTECTED] > Subject: GUI Administration Tool corrupting server.xml > > Is this happening to anyone else? I use FC5 and Tomcat > 5.5.15. It's an off-the-shelf set up. Given the problems you've already uncovered with the Tomcat RPM that came with FC5, why don'

GUI Administration Tool corrupting server.xml

2006-09-09 Thread Kevin Hart
Every time I hit "commit changes," the GUI Admin Tool deletes the following end tags from my server.xml file: The result is a dead tomcat. (You can't restart it because the parser chokes on the xml.) To fix it, you have to manually repair the server.xml file. This happens every time,

Re: NamingException: Cannot create resource instance

2006-09-09 Thread Kevin Hart
David, Thanks for your reply. It turns out the solution had two parts: 1) there is a problem with the FC5 distro that requires a work-around; and 2) apparently there is only *one* successful way to configure the JNDI resource even after applying the work-around. THE FC5 DISTRO PROBLEM. Credit g

RE: Where is bootstrap.jar

2006-09-09 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: Where is bootstrap.jar > > We have downloaded Apache Tomcat, V2.2.3 You may be a little confused. The current version of Apache httpd is 2.2.3, but Tomcat is currently at 5.5.17. The httpd product is C-based, and would have to be ported

Where is bootstrap.jar

2006-09-09 Thread Kevin Mullin
We have downloaded Apache Tomcat, V2.2.3, and are attempting to install it on our mainframe systems, running z/OS 1.7.  We also have something called JZOS from IBM, which provides JCL for starting JAVA applications.  It came with JCL to start up tomcat, but it fails with a class not found error, l

Re: tag file encoding problem

2006-09-09 Thread Remi Arntzen
From: "V. Karthik Kumar" Date: 2004-08-31 19:32:43 Message-ID: 1093980042.5241.7.camel () ATLAS use: response.setCharacterEncoding("Whatever"); <-- internally, this is what the tags translate to... Before u carry on with out.print() statements... And one more thing.. there is an

RE: Question about the "compress" setting MIME-Version: 1.0

2006-09-09 Thread JMonstad
We're using the latest jdk 1.5 release (the server version of the JVM) and currently do have the heap min/max set to 1024 . I'll try the other jvm options related to GC. I know we tried -Xincgc to no effect. We are indeed seeing OutofMemoryExceptions, but at this point the app has a few other

Why is tomcat trying to load hsql.jdbcDriver

2006-09-09 Thread William Chu
Hello, I am seeing the following exception when I am trying to start tomcat. I am using tomcat4. I am not using the hsql.jdbcDriver. I am trying to use the mysql jdbc driver. Any ideas why? javax.naming.NamingException: Exception creating DataSource: org.hsql.jdbcDriver at org.apache.nam

Re: Performance monitoring for web applications

2006-09-09 Thread Leon Rosenberg
Rethinking my previous reply I now think what you want is possible, even hard to achive. But if you measure the time spent in each application in an amount of time you will get relative CPU usage for those webapps; now measuring the cpu time for the VM in the same amount of time (for example by ex

Re: problem with tomcat JDBC realm , i can not login and all configuration are correct

2006-09-09 Thread Hassan Schroeder
On 9/9/06, Legolas Woodland <[EMAIL PROTECTED]> wrote: I should say that i double check JDBC driver to be in place , double check connection url ... "double check" as in, create a simple JSP or servlet that uses that information to successfully access that table in the DB? userTabl

Error: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2006-09-09 Thread Jeanna Geier
Hi All- I'm running into an odd problem and am hoping that someone out there can help me! I'm trying to configure and run SSL; I am able to create, startup and run everyting when I am using a self-signed certificate. (Yeah!) However, when I attempt to use a trial certificate from thawte (which

RE: Question about the "compress" setting MIME-Version: 1.0

2006-09-09 Thread Derrick Koes
Sounds like a bandwidth/throughput problem if you are concerned with the connector compression attribute. You may want to try some performance tuning with the throughput garbage collector. Assuming your problem is an OutOfMemory Error and at least Java 1.4.1, try the following VM settings -Xmn=1

problem with tomcat JDBC realm , i can not login and all configuration are correct

2006-09-09 Thread Legolas Woodland
Hi Thank you for reading my post i have problem with tomcat JDBC realm I defined a jdbc realm in server.xml also i configured my application to use Realms but it never login into system ,it always send me to login_error page instead of logging in to the syste. I should say that when i creaete my ow