Tomcat 6 requires config to run on JSE 5?

2008-01-16 Thread gb1071nx
I recently got bit by this: http://marc.info/?t=10970926148r=1w=2 So I was looking for some statement somewhere on if that issue is now fixed in 5.0.x and/or if it's an issue in either 5.5 or 6.0, and what JVMs are 'safe' to use in 5.5 and 6.0. That's when I saw this: Tomcat 6.0

RE: Avoiding same server to server HTTP calls to generate HTML pages via JSPs

2008-01-03 Thread gb1071nx
Both incorporate the output of jsps and servlets in the current request's output. Which is not what the OP wanted. They wanted to : essentially slap that [the response] into a MimeBodyPart for sending text/html email messages. I've done something very similar - use an HTTP

Confusion between docs and server.xml

2007-12-31 Thread gb1071nx
Hello, Just got through reading docs and xml comments and thought I'd point out something (minor). This here: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html#Configuration seems to contain out-of-date information, if one compares it to the comments in $CATALINA_BASE/conf/web.xml

RE: Null

2007-06-29 Thread gb1071nx
Sigh. -Original Message- From: domenico di leo [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 1:10 PM To: Tomcat Users List Subject: Re: Null Obviovusily you don't compare two string in this way! if (null == rs.getString(col_foo)) The right manner is: if

RE: Programmatically Determine JVM Version used by Tomcat

2007-06-07 Thread gb1071nx
Can you make something out of this? public class JavaVer { public static void main(String[] args) { System.out.println(java.version: + System.getProperty(java.runtime.version)); System.out.println(JAVA_HOME: + System.getProperty(JAVA_HOME)); } } D:\DEV\classesjava -version java

RE: error-page not working

2007-05-23 Thread gb1071nx
Is it possible you're running into any of : http://issues.apache.org/bugzilla/show_bug.cgi?id=42434 http://issues.apache.org/bugzilla/show_bug.cgi?id=37062#c4 http://issues.apache.org/bugzilla/show_bug.cgi?id=40135 -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED]

RE: I've been trying to unsubscribe from this list for years.

2007-05-18 Thread gb1071nx
And on a completely unrelated note, ask your sysadmin how to set up server-side Outlook rules. They'll work in both your outlook client and through your webmail. -Original Message- From: Keith Adams [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 9:33 PM To: [EMAIL

RE: error-page and TC 5.5.23

2007-05-10 Thread gb1071nx
Is this just a boring question, or has no-one else run into the problem? -Original Message- From: gb1071nx [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 2:22 PM To: Tomcat Users List Subject: RE: error-page and TC 5.5.23 I'm just adding to this: When I remove

RE: error-page and TC 5.5.23

2007-05-10 Thread gb1071nx
the comments on the bug issue you cited, it looks like it's fixed, but with side effects -- namely the exception traps aren't available any more. What do you want anyone to say here? --David gb1071nx wrote: Is this just a boring question, or has no-one else run into the problem

RE: error-page and TC 5.5.23

2007-05-10 Thread gb1071nx
I know there are committers reading this list, but you might want to ping this question off the dev list. You could also search for a follow up issue in bugzilla to address the new problem. If one doesn't exist, go ahead and submit one. --David gb1071nx wrote: I was under

error-page and TC 5.5.23

2007-05-08 Thread gb1071nx
Hello, I'm starting the process of migrating some of our server from 5.0.29 to 5.5.23, and I've found that the 'nice' useful stacktraces with linenumbers are back, and working beautifully in 5.5.23. But I do find the following issues as well: I have the following test page: html body %

Manager vs host-manager

2007-05-01 Thread gb1071nx
I've found in the $CATALINA_HOME/server/webapps directory these two apps: manager (know what this is) host-manager (don't know what this is) I've searched the contents of http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html but can't find a reference to the TC 5.5 deployed app

RE: TOMCAT 5.0.28 stability

2007-03-27 Thread gb1071nx
This is certainly not a tomcat stability problem, it's the application that has been coded poorly syntax to use near 's Time Management workshop You've got some SQL code somewhere that looks like this: String sql = INSERT INTO table (foo) VALUES(' + fooVar + '); And you're inserting data

migrating from 5.0 to 5.5 - Configuring Contexts, Hosts, etc

2007-03-22 Thread gb1071nx
I'm just looking into what it takes to both migrate to TC5.5, and switch from configuring everything in server.xml to individual context files. I've read the docs on contexts, hosts, and that Virtual Hosting guide. I have some misunderstandings still about how it all works together. Hoping

Anyone know of an up-to-date packager?

2007-03-22 Thread gb1071nx
So, We (the developers) have been in control of the servers. We download exactly what we want, install it where we need it, and life is good. But our ops guy is making noise about wanting to manage everything through something called yum. Noodling around just a little bit, I see that our yum

[OT] RE: Cannot start tomcat5 service with jrockit

2007-03-12 Thread gb1071nx
Warning: rant about 'religion' follows (not quite on par with where the opening '{' goes, but close!): I feel like such a fool! I had no idea the way too old mark had been moved to older than 6 months and/or 3 point releases behind HEAD. Of course, _everyone_ should _always_ use the

RE: How do I print out line of code that caused the error?

2006-11-28 Thread gb1071nx
Respectfully, I submit that the problem is that something works less well when comparing 5.5 and 5.0 On 5.0.29, the original poster's page provides this error output: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 2 in the jsp file:

RE: How do I print out line of code that caused the error?

2006-11-28 Thread gb1071nx
want the code and the correct line printed out is to revert to Tomcat 5.0? - Dave On 11/28/06, gb1071nx [EMAIL PROTECTED] wrote: Respectfully, I submit that the problem is that something works less well when comparing 5.5 and 5.0 On 5.0.29, the original poster's page provides this error

Tomcat won't die: Help with interpreting this thread dump

2006-08-02 Thread gb1071nx
Hello and apologies in advance for the HTML formatting (not sure how to turn it off in outlook web access). Our tomcat was non-responsive, and catalina.out had several 'java.lang.OutOfMemory' errors. So this isn't totally unknown to us (our apps leak a bit of memory, plus we're running on a