Using Tomcat 5.5.23 with jdk 1.6.0_1

2007-06-29 Thread Christopher Hartung
Hi there, we are using Tomcat 5.5.23 with jdk 1.6.0_1. But sometimes we get errors like this: # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x002a958a666a, pid=8528, tid=1082333536 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0-b105

LDAP / ActiveDirectory Problem

2007-06-25 Thread Christopher Hartung
Hi there, we are using Tomcat 5.5.23 with LDAP Auth against our ActiveDirectory. Everythings works fine and the user can auth themself. But in our logs we get error messages like this: 25.06.2007 11:07:20 org.apache.catalina.realm.JNDIRealm authenticate SCHWERWIEGEND: Exception performing

FataSourceReal, can't find data source

2006-08-25 Thread Will Hartung
-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth res-sharing-scopeShareable/res-sharing-scope /resource-ref So, I must be missing something fundamental, but I thought I had all of the tracks covered. Any hints appreciated. Regards, Will Hartung

Re: FataSourceReal, can't find data source

2006-08-25 Thread Will Hartung
Drop the ResourceLink element -- it's confusing tomcat and not needed here unless you created a global resource. Thanx for the quick reply David, but, alas, removing the ResourceLink resorts in the same error. Regards, Will Hartung ([EMAIL PROTECTED]) -- View this message in context

Re: Intercepting with a Filter is too late.

2006-08-24 Thread Will Hartung
and have Tomcat deal with it. I wonder if it would work with a Forward. Servlet takes the request, creates the file if necessary, then Forwards to the new file. Use the servlet as a crude renaming device. Regards, Will Hartung ([EMAIL PROTECTED

Intercepting with a Filter is too late.

2006-08-23 Thread Will Hartung
in the tomcat source base so I can yank it out and put it in my own application? It's seems like a silly thing to do, cutting and pasting that handler logic, but doing it AGAIN, is an even sillier thing to do. Regards, Will Hartung ([EMAIL PROTECTED

Can't figure out where a page is coming from.

2006-06-07 Thread Will Hartung
nothing else than chainFilter them). Anyone know where I can set up a log to see these files? I set every debug in my conf file to 5, and I see no reference to these files. (actually, I see one -- and it's a Referrer for my htmlw file! GAH!) Any thoughts are appreciated. Regards, Will Hartung

Tomcat5.5 init script on FC4 revisited

2006-02-22 Thread Bob Hartung
Hi all, I have modified a file from Warren Pace. After running, I can ps ax | grep jsvc and have two pids but trying to http://localhost:8080 gives a refusal. I have checked the log files and there is no entry. If I try to start with the startup.sh file everygthing works including

Tomcat5.15 basic setup question

2006-02-12 Thread Bob Hartung
Hi all, I am new to java and Tomcat. I have the following situation: FC4 server behind PIX box. Internal address 10.x.x.x. Outside address resolves to mirc.[website].[suffix] I have deployed a java application called MIRC and it works fine at the server console. From the same

Re: Tomcat5.15 basic setup question

2006-02-12 Thread Bob Hartung
works for actions on forms. Doug - Original Message - From: Bob Hartung [EMAIL PROTECTED] To: Tomcat Users users@tomcat.apache.org Sent: Sunday, February 12, 2006 11:24 PM Subject: Tomcat5.15 basic setup question Hi all, I am new to java and Tomcat. I have the following situation

Tomcat5 and supporting files

2006-01-12 Thread Bob Hartung
Hi all, I need direction to an information repository that will explain what I need to do to get java-1.5.0 and tomcat5 installed and running and then allow installation of MIRC software, that requires tomcat5 on jvm-1.5.0 for the newer version. I have spent nearly two weeks of off ours

rebuild-jar-repository error

2006-01-12 Thread Bob Hartung
I have installed tomcat5, with java 1.5.0.0. Now trying to start tomcat5 I get this in the output followed by an [OK] /usr/bin/rebuild-jar-repository error all detected jars were not found for this jvm. I am not sure what to read at this point. TNX Bob

Re: rebuild-jar-repository error

2006-01-12 Thread Bob Hartung
, Bob Hartung wrote: I have installed tomcat5, with java 1.5.0.0. Now trying to start tomcat5 I get this in the output followed by an [OK] /usr/bin/rebuild-jar-repository error all detected jars were not found for this jvm. I am not sure what to read at this point. TNX Bob

Filters and content size.

2005-11-09 Thread Will Hartung
that value, then I need to buffer the whole thing and dump it all at once. Is the behavior different if I use the ServletOutputStream vs the PrintWriter? Say, PrintWriter buffers and sets Content-Length for me, but ServletOutputStream does not? Any hints here? Thanx! Regards, Will Hartung ([EMAIL