RE: Authentication and Re-Authentication on Tomcat 4.1.24 for Authorization

2005-05-31 Thread Robyne Vaughn
79401 806-766-1119 -Original Message- From: Robyne Vaughn Sent: Tuesday, May 24, 2005 9:05 AM To: tomcat-user@jakarta.apache.org Subject: Authentication and Re-Authentication on Tomcat 4.1.24 for Authorization In my server.xml, I have a JNDI realm which works for authenticating every user against Mic

Authentication and Re-Authentication on Tomcat 4.1.24 for Authorization

2005-05-24 Thread Robyne Vaughn
In my server.xml, I have a JNDI realm which works for authenticating every user against Microsoft Active Directory. The user requests a URL which I have set up as an alias in my web.xml for a servlet which authenticates the user against the active directory and then does a dispatcher.forward(

Tomcat 4.1.24, Classloader problems

2005-01-17 Thread James Milks
Hi all, Having a weird problem that is driving me nuts. In the past week, every time I update a supporting class (Not a servlet or JSP) and refresh my page, I get all kinds of null pointer exceptions and must log out and back into my application or restart Tomcat. This is a pain in development. FY

JarFiles and Tomcat 4.1.24 : same configurations, different behaviors

2004-12-30 Thread MERCADIER Didier ROSI/SIFAC
Hello, We have several workstations. Their configurations are more or less the same : Windows 2000, Tomcat 4.1.24 running on JSDK 1.4.1_07, (some have JSDK 1.4.2_06 too, but Tomcat always runs on 1.4.1). I'm running a servlet application, with the latest Xerces and Xalan releases, more r

Re: Still need help! - DBCP/DB2/Tomcat 4.1.24 problem!

2004-12-23 Thread Parsons Technical Services
, December 23, 2004 12:40 PM Subject: Still need help! - DBCP/DB2/Tomcat 4.1.24 problem! Hi, despite the fact that I did get some responses (and a thread hijack), I am still trying to solve this. Any help appreciated. I am trying to get DBCP connection pooling to work with Tomcat 4.1.24 and DB2 8.X.

Still need help! - DBCP/DB2/Tomcat 4.1.24 problem!

2004-12-23 Thread James Milks
Hi, despite the fact that I did get some responses (and a thread hijack), I am still trying to solve this. Any help appreciated. I am trying to get DBCP connection pooling to work with Tomcat 4.1.24 and DB2 8.X. I can connect directly, but whenever I try to use DBCP, I receive a "Cannot

RE: DBCP/DB2/Tomcat 4.1.24 problem!

2004-12-21 Thread James Milks
, 2004 1:51 AM To: Tomcat Users List Subject: Re: DBCP/DB2/Tomcat 4.1.24 problem! James, please see my message in "Tomcat 5.5 classloading blues" from 20.12 and the following. Cheers Andreas - To unsubscribe, e-ma

Re: DBCP/DB2/Tomcat 4.1.24 problem!

2004-12-20 Thread Andreas Vombach
James, please see my message in "Tomcat 5.5 classloading blues" from 20.12 and the following. Cheers Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DBCP/DB2/Tomcat 4.1.24 problem!

2004-12-20 Thread James Milks
Hi, I am trying to get DBCP connection pooling to work with Tomcat 4.1.24 and DB2 8.X. I can connect directly, but whenever I try to use DBCP, I receive a "Cannot load driver class 'null'" error. The DB2 and JNDI jar files are located in \common\lib. This code snippet w

Does DIGEST work in Tomcat 4.1.24?

2004-10-27 Thread Anderson, M. Paul
Looking at RealmBase, it doesn't seem as if DIGEST authentication can ever work: public Principal authenticate(String username, String clientDigest, String nOnce, String nc, String cnonce, String qop, String realm, String md5a2) { String md5a1 = getDige

Re: why the ThreadPool is empty if traffic is so low? (block with Tomcat 4.1.24-LE on linux)

2004-10-26 Thread Piergiuliano Bossi
Shapira, Yoav wrote: Hi, It seems like connections aren't being closed properly. Some RedHat users have reported a need to set the LD_ASSUME_KERNEL parameter such that NPTL is not used and threading problems go away. I myself don't have experience with that, but if you search this list's archives

RE: why the ThreadPool is empty if traffic is so low? (block with Tomcat 4.1.24-LE on linux)

2004-10-22 Thread Shapira, Yoav
Hi, It seems like connections aren't being closed properly. Some RedHat users have reported a need to set the LD_ASSUME_KERNEL parameter such that NPTL is not used and threading problems go away. I myself don't have experience with that, but if you search this list's archives for LD_ASSUME_KERNE

why the ThreadPool is empty if traffic is so low? (block with Tomcat 4.1.24-LE on linux)

2004-10-21 Thread Piergiuliano Bossi
ve a web service published together with a webapp under Tomcat 4.1.24-LE on linux redhat. The web service is built using Axis 1.0 facilities and it interacts with an Oracle db. Up to date it has worked like a charm: more than 6 months up & running without any needs of a restart. A few days ag

hanging connections with Tomcat 4.1.24-LE on linux

2004-10-18 Thread Piergiuliano Bossi
Hello all. I have a web service published together with a webapp under Tomcat 4.1.24-LE on linux redhat. The web service is built using Axis 1.0 facilities and it interacts with an Oracle db. Up to date it has worked like a charm: more than 6 months up & running without any needs of a res

RE: regarding link to download jakarta-tomcat 4.1.24

2004-08-13 Thread Mark Thomas
http://jakarta.apache.org/site/binindex.cgi http://jakarta.apache.org/site/sourceindex.cgi > -Original Message- > From: Singh, Manish [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 2:10 PM > To: [EMAIL PROTECTED] > Subject: regarding link to download jakart

regarding link to download jakarta-tomcat 4.1.24

2004-08-13 Thread Singh, Manish
Hi there Could anyone give me the link from where I could download "jakarta-tomcat 4.1.27" source code or binary code. Thanks in advance regards Manish Kumar Singh FirstDoc, FCG India 080-5691,ext:-2416 As ur GOD,so ur world as ur worship,.so ur LIFE

Re: AW: Tomcat 4.1.24 + Security Manager + weird Exceptions

2004-07-21 Thread Joshua Szmajda
I'm experiencing this same issue. I've got Tomcat 5.0.27, Apache 2.0.46, and jk2 version 2.0.4. Has there been any solution? It occurs primarily under heavy load. -Joshua Szmajda We've got a similar issue, though this in on Linux and using channelUnix/JNI instead of normal tcp channelSocket. We're

Re: AW: Tomcat 4.1.24 + Security Manager + weird Exceptions

2004-07-20 Thread Joshua Szmajda
I'm experiencing this same issue. I've got Tomcat 5.0.27, Apache 2.0.46, and jk2 version 2.0.4. Has there been any solution? It occurs primarily under heavy load. -Joshua Szmajda We've got a similar issue, though this in on Linux and using channelUnix/JNI instead of normal tcp channelSocket. We

Problem with tomcat 4.1.24 : java.net.SocketException: Connection reset by peer: socket write error

2004-07-01 Thread RK
Hi All I get the following error and my webserver gets hung up. After restarting the server everything works fine for a while until hangs up again. Using Tomcat 4.1.24. Help needed desperately. StandardWrapperValve[default]: Servlet.service() for servlet default threw

RE: Tomcat 4.1.24 stops responding due to attack

2004-06-22 Thread Kedar
variable LD_ASSUME_KERNEL) If still problem persists, I ll try solution given by you. Regards, Kedar Regards, Carl -Original Message- From: Kedar [mailto:[EMAIL PROTECTED] Sent: 22 June 2004 06:09 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.24 stops responding due to attack Hi, I am

RE: Tomcat 4.1.24 stops responding due to attack

2004-06-22 Thread Kedar
ent: 22 June 2004 05:09 To: [EMAIL PROTECTED] Subject: Tomcat 4.1.24 stops responding due to attack Hi, I am facing following problem : Problem : After working properly for a day or 2, I cannot access my website. Only way to restart is kill the process and again run "startup.sh"

RE: Tomcat 4.1.24 stops responding due to attack

2004-06-22 Thread Ryan Lissack
=tomcat-user&w=2&r=1&s=tomcat+jitters%2C+then +hangs+-+please+help&q=b HTH, Ryan. -Original Message- From: Kedar [mailto:[EMAIL PROTECTED] Sent: 22 June 2004 05:09 To: [EMAIL PROTECTED] Subject: Tomcat 4.1.24 stops responding due to attack Hi, I am facing following

RE: Tomcat 4.1.24 stops responding due to attack

2004-06-22 Thread Carl Olivier
: Tomcat 4.1.24 stops responding due to attack Hi, I am facing following problem : Problem : After working properly for a day or 2, I cannot access my website. Only way to restart is kill the process and again run "startup.sh". I cannot stop normally using "shutdown.sh" Con

Tomcat 4.1.24 stops responding due to attack

2004-06-21 Thread Kedar
Hi, I am facing following problem : Problem : After working properly for a day or 2, I cannot access my website. Only way to restart is kill the process and again run "startup.sh". I cannot stop normally using "shutdown.sh" Configuration : Red Hat Linux release 9 (Sh

Content-disposition with non-us filename problem: Tomcat 4.1.24 + JK2 2.0.2 + Apache 2

2004-04-19 Thread Carlos Fernández
Hi, I'm trying to http download a file whose name has latin characteres via servlet. The servlet composes a http request with the header: Content-disposition: attachment; filename="fileNameWithLatinCharacters" If the request is dispatched to the browser directly by tomcat, fileNameWithLatinChar

moving from tomcat 4.1.24 to tomcat 5

2004-02-25 Thread shyam
Hi All, I am glad to be back on the tomcat users list. I have an application running on tomcat 4.1.24 and I want to migrate to tomcat 5. It would be grateful if you could tell me the necessary steps or where I could thenecessary documentation . thanks shyam

Re: I'm beging to lose hope Redhat 8 , tomcat 4.1.24, apache 2.0.40

2004-02-07 Thread Dwayne Ghant
Ghant [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 7:05 PM To: Tomcat Users List Subject: I'm beging to lose hope Redhat 8 , tomcat 4.1.24, apache 2.0.40 Can anyone pleeease send copy of these 4 files that actually work so I could compare it to my installation? It seems that I

RE: I'm beging to lose hope Redhat 8 , tomcat 4.1.24, apache 2.0.40

2004-02-06 Thread Anthony Gray
;[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: I'm beging to lose hope Redhat 8 , tomcat 4.1.24, apache 2.0.40 Date: Fri, 06 Feb 2004 19:05:12 -0800 Can anyone pleeease send copy of these 4 files that actually work so I could compare it to my instal

RE: I'm beging to lose hope Redhat 8 , tomcat 4.1.24, apache 2.0.40

2004-02-06 Thread Filip Hanik \(lists\)
05 PM To: Tomcat Users List Subject: I'm beging to lose hope Redhat 8 , tomcat 4.1.24, apache 2.0.40 Can anyone pleeease send copy of these 4 files that actually work so I could compare it to my installation? It seems that I have messed up somewhere , I jsut not sure where

I'm beging to lose hope Redhat 8 , tomcat 4.1.24, apache 2.0.40

2004-02-06 Thread Dwayne Ghant
rror are you experiencing? Filip - Original Message - From: "Dwayne Ghant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 11:10 AM Subject: Redhat 8 , tomcat 4.1.24, apache 2.0.40 I have been beating my head aginst the wall (concerning this

Re: Redhat 8 , tomcat 4.1.24, apache 2.0.40

2004-02-06 Thread Dwayne Ghant
iginal Message - From: "Dwayne Ghant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 11:10 AM Subject: Redhat 8 , tomcat 4.1.24, apache 2.0.40 I have been beating my head aginst the wall (concerning this issue) for the last three months. It's

Re: Redhat 8 , tomcat 4.1.24, apache 2.0.40

2004-02-06 Thread Filip Hanik
- From: "Dwayne Ghant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 11:10 AM Subject: Redhat 8 , tomcat 4.1.24, apache 2.0.40 I have been beating my head aginst the wall (concerning this issue) for the last three months. It's not that I min

Redhat 8 , tomcat 4.1.24, apache 2.0.40

2004-02-06 Thread Dwayne Ghant
I have been beating my head aginst the wall (concerning this issue) for the last three months. It's not that I mind beating my head aginst the wall; it just hurts when you have nothing to show for it ! Could someone please help me Linux (Redhat) / Tomcat 4.1.24 / Apache2.0.4 Attache

Tomcat 4.1.24 - Apache Httpd 2.0 - Jk2

2004-01-29 Thread L. Karam
Whats mean this error in the error_log of apache httpd? How i fix it ? [Thu Jan 29 09:46:46 2004] [error] channelSocket.receive(): Error receiving message body -1 11 [Thu Jan 29 09:46:46 2004] [error] workerEnv.processCallbacks() Error reading reply [Thu Jan 29 09:46:46 2004] [error] ajp13.service

Re: WebappClassLoader not GC'd after webapp reload (Tomcat 4.1.24, 5.0.18)

2004-01-29 Thread Remy Maucherat
Tatyana Apine wrote: Hi all, I've got a problem and was wondering if you ever experienced something like this. My webapplication is using Struts(1.1) and Log4J (1.2.7). I run it on tomcat 4.1.24 (I also tried 5.0.18 and got the same behavior). I use OptimizeIt (version 4.2) to see

WebappClassLoader not GC'd after webapp reload (Tomcat 4.1.24, 5.0.18)

2004-01-28 Thread Tatyana Apine
Hi all, I've got a problem and was wondering if you ever experienced something like this. My webapplication is using Struts(1.1) and Log4J (1.2.7). I run it on tomcat 4.1.24 (I also tried 5.0.18 and got the same behavior). I use OptimizeIt (version 4.2) to see what classes weren'

RE: Setting system properties in standalone Tomcat 4.1.24

2004-01-26 Thread Chris Ward
Thanks. That's just what I needed. I thought I'd done it at some point in the past! Best regards Chris > If by system properties you mean JVM (Java Virtual Machine) > settings, then you can do this by setting the CATALINA_OPTS > variable in the catalina.sh (unix, linux) or catalina.bat > (wi

RE: Setting system properties in standalone Tomcat 4.1.24

2004-01-26 Thread Rudolf Visagie
:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 3:47 PM To: Tomcat Users List Subject: Setting system properties in standalone Tomcat 4.1.24 Hi all, Sorry if this is a really dumb question, but how/where do I set system properties when using Tomcat 4.1.24? I've searched around but found no

Setting system properties in standalone Tomcat 4.1.24

2004-01-26 Thread Chris Ward
Hi all, Sorry if this is a really dumb question, but how/where do I set system properties when using Tomcat 4.1.24? I've searched around but found nothing obvious. Is it in an xml file rather than a .properties file? Is it in the Java JDK? Best regards

Valves in Tomcat 4.1.24 Windows

2004-01-24 Thread arunkumar
Hi , I have written a Valve class for finding the requests processed by Tomcat [ver 4.1.24] and it is working fine in Linux machines . The same Valve class is not working in the Windows machines .. Please help me .. Thanks and Regards, Arun kumar ---

Re: tomcat 4.1.24 hangs

2004-01-15 Thread David Rees
[EMAIL PROTECTED] wrote, On 1/15/2004 12:54 AM: I did some investigation and found the following bug report for tomcat 4.1.24: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763 Can this explain the problem I have and does anyone knows whether the bug is solved or under investigation? I

RE: tomcat 4.1.24 hangs

2004-01-15 Thread frederik.de.backer
I did some investigation and found the following bug report for tomcat 4.1.24: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763 Can this explain the problem I have and does anyone knows whether the bug is solved or under investigation? regards, Frederik. -Original Message- From

Re: tomcat 4.1.24 hangs

2004-01-14 Thread Apache-Tomcat
I have the same problem with the same versions, but on Windows. I dont know how to figure out it, but if somebody can help... Anyway you are not alone:) fdbbb> Hello, fdbbb> I am running jboss 3.2.1 with embedded tomcat 4.1.24 on fdbbb> a sun solaris system in a production enviro

RE: white pages in tomcat 4.1.24

2004-01-14 Thread Jeff Tulley
mas -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 14. Januar 2004 14:45 To: Tomcat Users List Subject: RE: white pages in tomcat 4.1.24 Howdy, A webapp crashes. Has anyone experienced the same? Sure. What was the solution? Depends on why it crashe

RE: white pages in tomcat 4.1.24

2004-01-14 Thread Christian Witucki
mcat Users List Subject: RE: white pages in tomcat 4.1.24 Howdy, A webapp crashes. Has anyone experienced the same? Sure. What was the solution? Depends on why it crashed. You will need to provide more information in order to get more help, starting with the content of the tomcat logs w

RE: white pages in tomcat 4.1.24

2004-01-14 Thread Thomas . Rimmele
bject: RE: white pages in tomcat 4.1.24 Howdy, A webapp crashes. Has anyone experienced the same? Sure. What was the solution? Depends on why it crashed. You will need to provide more information in order to get more help, starting with the content of the tomcat logs when your webapp cr

RE: white pages in tomcat 4.1.24

2004-01-14 Thread Shapira, Yoav
ChemInformatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 14, 2004 7:36 AM >To: [EMAIL PROTECTED] >Subject: white pages in tomcat 4.1.24 > >Hello, > >we are using tomcat 4.1.24 apache 1.3.29 and the most recent mod_jk

white pages in tomcat 4.1.24

2004-01-14 Thread Thomas . Rimmele
Hello, we are using tomcat 4.1.24 apache 1.3.29 and the most recent mod_jk2 on solaris 8. There are 24 webapps running. From time to time a webapp crashes and delivers just no-content-pages from then on. All other webapps continue running correctly. Does anyone have experienced the same? What

RE: tomcat 4.1.24 hangs

2004-01-13 Thread Shapira, Yoav
Howdy, >system in a production environment. At random times (we assume it is Assume nothing ;) >stacktrace (see below). Does anyone have a clue what might be the problem >here and a possible workaround? >2004-01-12 13:20:38,346 ERROR [org.apache.tomcat.util.net.PoolTcpEndpoint] >Endpoint null

tomcat 4.1.24 hangs

2004-01-13 Thread frederik.de.backer
Hello, I am running jboss 3.2.1 with embedded tomcat 4.1.24 on a sun solaris system in a production environment. At random times (we assume it is related to increasing load of the server), our jboss server just hangs. This means when I open a web browser and go to the begin page, I get no

RE: Broken Pipe and Tomcat 4.1.24 -- Fixed?

2004-01-05 Thread Altankov Peter
Im was getting the same error in 4.1.24 then migrated to 4.1.29 but still getting it -Original Message- From: news.basebeans.net [mailto:[EMAIL PROTECTED] Sent: 03 Януари 2004 г. 22:23 To: [EMAIL PROTECTED] Subject: Broken Pipe and Tomcat 4.1.24 -- Fixed? I'm using Tomcat 4.1.2

Broken Pipe and Tomcat 4.1.24 -- Fixed?

2004-01-03 Thread news.basebeans.net
I'm using Tomcat 4.1.24 and I'm still getting broken pipe stack traces in my catalina log. This ultimately forces a Out of Memory error. Are we certain that this problem was resolved with 4.1.24? (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=46

RE: Tomcat-4.1.24 Hangs

2003-12-08 Thread Ryan Lissack
h the list archives for further information. Regards Ryan -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: 08 December 2003 09:51 To: Tomcat Users List Subject: RE: Tomcat-4.1.24 Hangs Hi Ryan, thank you. What is NPTL? Zsolt > -Original Message- > Fr

RE: Tomcat-4.1.24 Hangs

2003-12-08 Thread Zsolt Koppany
Hi Ryan, thank you. What is NPTL? Zsolt > -Original Message- > From: Ryan Lissack [mailto:[EMAIL PROTECTED] > Sent: Monday, December 08, 2003 9:59 AM > To: 'Tomcat Users List' > Subject: RE: Tomcat-4.1.24 Hangs > > > Hi, > > Probably has to do

RE : Tomcat-4.1.24 Hangs

2003-12-08 Thread ABED RABBO Tareq
EMAIL PROTECTED] Envoyé : lundi 8 décembre 2003 09:59 À : 'Tomcat Users List' Objet : RE: Tomcat-4.1.24 Hangs Hi, Probably has to do with NPTL in RedHat 9. Try setting the following environment variable: LD_ASSUME_KERNEL=2.4.1 That should stop the hanging. Search the list for further

RE: Tomcat-4.1.24 Hangs

2003-12-08 Thread Ryan Lissack
To: Tomcat Users List Subject: Tomcat-4.1.24 Hangs Hi, after two days my tomcat-4.1.24 hangs. I cannot connect to the server not even with "telnet localhost 8080". The Process (JVM) is not big, it is approx 100Mb. Any ideas why? TC is running under RedHat-9.0 with Sun Jre-1.4.2_

RE: Tomcat-4.1.24 Hangs

2003-12-08 Thread Zsolt Koppany
t Users List > Subject: Re: Tomcat-4.1.24 Hangs > > > Zsolt Koppany wrote: > > after two days my tomcat-4.1.24 hangs. I cannot connect to the > server not > > even with "telnet localhost 8080". The Process (JVM) is not big, it is > > approx 100Mb. > > &

Re: Tomcat-4.1.24 Hangs

2003-12-07 Thread David Rees
Zsolt Koppany wrote: after two days my tomcat-4.1.24 hangs. I cannot connect to the server not even with "telnet localhost 8080". The Process (JVM) is not big, it is approx 100Mb. Any ideas why? TC is running under RedHat-9.0 with Sun Jre-1.4.2_02. Send the process a QUIT signal to se

Tomcat-4.1.24 Hangs

2003-12-07 Thread Zsolt Koppany
Hi, after two days my tomcat-4.1.24 hangs. I cannot connect to the server not even with "telnet localhost 8080". The Process (JVM) is not big, it is approx 100Mb. Any ideas why? TC is running under RedHat-9.0 with Sun Jre-1.4.2_

jasper offline produces NullPointerException in tomcat-4.1.24?

2003-12-04 Thread Edson Alves Pereira
Hello folks, i wonder if is really possible to compile JSP pages offline, because all that i doing is going wrong, take a look at this output: $java org.apache.jasper.JspC -d blah -uribase http://osctrl -webapp /usr/local/ApacheGroup/tomcat-4.1.24/webapps/osctrl-app -uriroot /usr/local

Tomcat 4.1.24 and mod_jk

2003-12-03 Thread Altankov Peter
Hi, I am migrating to tomcat 4.1.24 and mod_jk on apache 1.3.26 configuration Unfortunately when i deploy my production webapp im getting constant lines in the catalina.out log file [INFO] ChannelSocket - -server has been restarted or reset this connection This INFO line is actually loged 3

problems with Jasper in Tomcat-4.1.24

2003-12-03 Thread Edson Alves Pereira
Hello folks, i trying to compile some JSP pages from command line, but i getting these messages from it: D:\desenv\osctrl\build>java org.apache.jasper.JspC -d . -p org.apache -uriroot /desenv -webapp ../osctrl error:org.apache.jasper.JasperException: The -uriroot option must specify a pre- existi

Re: OutOfMemoryError on Tomcat-4.1.24

2003-12-03 Thread David Rees
Hans Steinraht wrote: I'm installed Tomcat-4.1.24 on a Linux Debian pc with j2sdk1.4.1. On that there is an application running that causes Tomcat stoppping from time to time. The error I get is: Dec 2, 2003 1:44:33 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: C

OutOfMemoryError on Tomcat-4.1.24

2003-12-03 Thread Hans Steinraht
hi, I'm installed Tomcat-4.1.24 on a Linux Debian pc with j2sdk1.4.1. On that there is an application running that causes Tomcat stoppping from time to time. The error I get is: Dec 2, 2003 1:44:33 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exce

OutOfMemoryError on Tomcat-4.1.24

2003-12-03 Thread Hans Steinraht
hi, I'm installed Tomcat-4.1.24 on a Linux Debian pc with j2sdk1.4.1. On that there is an application running that causes Tomcat stoppping from time to time. The error I get is: Dec 2, 2003 1:44:33 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exce

Re: Tomcat 4.1.24 Session Persistance between restarts ???

2003-11-29 Thread John B. Moore
Ah, yes, I think they "should be" but you are right, I need to reconfirm this.. Thanks... John.. Jacob Kjome wrote: Make sure all the objects in your session are serializable. If not, you will get null values (or possibly other errors) after deserialization. Jake At 04:34 PM 11/28/2

Re: Tomcat 4.1.24 Session Persistance between restarts ???

2003-11-28 Thread Jacob Kjome
Make sure all the objects in your session are serializable. If not, you will get null values (or possibly other errors) after deserialization. Jake At 04:34 PM 11/28/2003 -0800, you wrote: Folks, Here is the scenario 1) User logs in and begins a session along with loading some session

Tomcat 4.1.24 Session Persistance between restarts ???

2003-11-28 Thread John B. Moore
Folks, Here is the scenario 1) User logs in and begins a session along with loading some session objects (worker classes) 2) Tomcat is shut down and restarted 3) Same user clicks next "button" on current JSP page (user did not know tomcat was restarted) a) Session isNew() reports "

RE: Tomcat 4.1.24 Standalone max requests serviced java exception

2003-11-26 Thread Shapira, Yoav
kan [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 26, 2003 1:48 PM >To: 'Tomcat Users List' >Subject: RE: Tomcat 4.1.24 Standalone max requests serviced java exception > >Hi all, > >After realizing that the application bug wasn't a bug or my main culprit, I >d

RE: Tomcat 4.1.24 Standalone max requests serviced java exception

2003-11-26 Thread Kilic, Hakan
erver could handle (my application uses a lot of jsp pages). Just wanted to post a follow up. -Hakan -Original Message- From: Kilic, Hakan [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 9:53 AM To: 'Tomcat Users List' Subject: RE: Tomcat 4.1.24 Standalone max request

RE: Tomcat 4.1.24 Standalone max requests serviced java exception

2003-11-21 Thread Kilic, Hakan
! -Hakan Kilic -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 3:17 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.1.24 Standalone max requests serviced java exception Here is a good link explaining the error: http://www2.real-ti

RE: Tomcat 4.1.24 Standalone max requests serviced java exception

2003-11-20 Thread Yansheng Lin
Here is a good link explaining the error: http://www2.real-time.com/rte-tomcat/2000/Jun/msg02488.html -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 1:12 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.1.24 Standalone ma

RE: Tomcat 4.1.24 Standalone max requests serviced java exception

2003-11-20 Thread Yansheng Lin
t the reponse after it's being committed? How do you test your application, btw? -Yan -Original Message- From: Kilic, Hakan [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 7:47 AM To: 'Tomcat Users List' Subject: Tomcat 4.1.24 Standalone max requests serviced

Re: Problem "finding" external Linux shared object library under Red Hat/Tomcat 4.1.24

2003-11-19 Thread Mark Eggers
Mark, Once you put the directory where the library lives in /etc/ld.so.conf, you'll need to run ldconfig. If you put it in the startup script, you might have something like: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH /mde/ just my two cents . . . . _

Problem "finding" external Linux shared object library under Red Hat/Tomcat 4.1.24

2003-11-19 Thread Mark Maigatter
My configuration is Tomcat 4.1.24 running on a Red Hat Linux 7.3 system. I am starting and stopping Tomcat as the root user via the ./bin/startup.sh and ./bin/shutdown.sh scripts. I am trying to tie into a service that I am creating a 3rd party component that does some native calls from Java

Tomcat 4.1.24 Standalone max requests serviced java exception

2003-11-19 Thread Kilic, Hakan
Hi all, I'm running into this java exception only when increasing my traffic to my Tomcat web server. I'm running Tomcat 4.1.24 Standalone, and my traffic is about 100 concurrent connections when this happens. I'm just wondering if a) This error is really related to reaching th

RE: Important- Tomcat 4.1.24 with mutiple database

2003-11-17 Thread Tom Lyle
8 > To: [EMAIL PROTECTED] > Subject: Important- Tomcat 4.1.24 with mutiple database > > > Hi all, > I am designing a product for my company which will be sold to multiple > clients. The clients may have any database (MYSQL,MS SQL Server , oracle). > Can i design in such a

Re: Important- Tomcat 4.1.24 with mutiple database

2003-11-17 Thread Christopher Schultz
Bopanna, I am designing a product for my company which will be sold to multiple clients. The clients may have any database (MYSQL,MS SQL Server , oracle). Can i design in such a way that the product will work on any database? This should be pretty much no problem. I would like to use type4 jdbc d

Important- Tomcat 4.1.24 with mutiple database

2003-11-17 Thread N.B.Bopanna
Hi all, I am designing a product for my company which will be sold to multiple clients. The clients may have any database (MYSQL,MS SQL Server , oracle). Can i design in such a way that the product will work on any database? I would like to use type4 jdbc driver. Can connection pooling be impleme

Apache 1.3+mod_jk2 and Tomcat 4.1.24 problem

2003-11-12 Thread Jörg Werner
Hi! I'm trying to access a webapp (cocoon) through apache 1.3 and mod_jk. This is not working properly. What I can do is access http://localhost/cocoon/ but not any paths below the cocoon directory (e.g. http://localhost/cocoon/ docs/), for those I get an Error 404. What is going wrong? My work

RE: ant jspc task and tomcat-4.1.24

2003-11-07 Thread Edson Alves Pereira
16:08 > Para: Tomcat Users List > Assunto: Re: ant jspc task and tomcat-4.1.24 > > you are way better off compiling into the work dir, that way you can still > change JSPs on the fly > http://cvs.apache.org/~fhanik/precompile.html and benefit from > precompilation >

Re: ant jspc task and tomcat-4.1.24

2003-11-07 Thread Filip Hanik
t Users List" <[EMAIL PROTECTED]> Sent: Friday, November 07, 2003 11:06 AM Subject: RE: ant jspc task and tomcat-4.1.24 Yes it is possible. I am currently using it, there was some discussion on this : http://www.mail-archive.com/[EMAIL PROTECTED]/msg100350.html I think your problem may be t

RE: ant jspc task and tomcat-4.1.24

2003-11-07 Thread Steph Richardson
essage- > From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] > Sent: Friday, November 07, 2003 2:53 PM > To: 'Tomcat-User List' > Subject: ant jspc task and tomcat-4.1.24 > > > Does Tomcat-4.1.24 is compatible with Ant-1.5.4´s jspc task? I´m > trying

ant jspc task and tomcat-4.1.24

2003-11-07 Thread Edson Alves Pereira
Does Tomcat-4.1.24 is compatible with Ant-1.5.4´s jspc task? I´m trying to compile some JSP pages but i´m getting this error: D:\desenv\osctrl\build>ant Buildfile: build.xml compilar-jsp: [jspc] Compiling 3 source filesD:\tmp\classes-jsp\com\panamericano\osctrl\j sp [jasperc] 2

Re: Tomcat 4.1.24 - HTTP Status Message..

2003-11-07 Thread Jon Wingfield
FYI: http://issues.apache.org/bugzilla/show_bug.cgi?id=19480 However, contrary to that bug report the Reason Phrase is not mandatory according to the spec (well, to be picky, it is mandatory but the phrase can be zero bytes long): HTTP1.1 spec: http://www.w3.org/Protocols/rfc2616/rfc2616.txt S

RE: Tomcat 4.1.24 - HTTP Status Message..

2003-11-07 Thread Shapira, Yoav
atics >-Original Message- >From: David Allison [mailto:[EMAIL PROTECTED] >Sent: Friday, November 07, 2003 8:28 AM >To: '[EMAIL PROTECTED]' >Subject: Tomcat 4.1.24 - HTTP Status Message.. > >Hi All, > >Recently we upgraded our Tomcat to version 4.1.24.. >We have Ap

Tomcat 4.1.24 - HTTP Status Message..

2003-11-07 Thread David Allison
Hi All, Recently we upgraded our Tomcat to version 4.1.24.. We have Apache sitting in front of it providing SSL etc etc.. Since upgrading we've noticed that the status line in HTTP responses has changed from HTTP/1.0 200 OK to HTTP/1.0 200 I'm not sure that whether the text message on th

RE: [NEWBIE] Using LoaderInterceptor11 with tomcat 4.1.24

2003-11-04 Thread Shapira, Yoav
nt: why would you want to do this? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Filip Hanik [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 04, 2003 1:54 PM >To: Tomcat Users List >Subject: Re: [NEWBIE] Using LoaderInterceptor11 with tomcat 4.1.24 &

Re: [NEWBIE] Using LoaderInterceptor11 with tomcat 4.1.24

2003-11-04 Thread Filip Hanik
ember 03, 2003 8:28 PM Subject: [NEWBIE] Using LoaderInterceptor11 with tomcat 4.1.24 Hi, Can anyone lend me pointers on how to use LoaderInterceptor11 with tomcat 4.1.24 ? We want to use this to load classsed from jar, zip files during runtime ? In the server.xml we have the following configu

Re: [NEWBIE] Using LoaderInterceptor11 with tomcat 4.1.24

2003-11-03 Thread Bill Barker
"Julie christiana" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Can anyone lend me pointers on how to use LoaderInterceptor11 with tomcat 4.1.24 ? > Urm, you can't ;-). LoaderInterceptor11 is specific to Tomcat 3.3.x. Other than

[NEWBIE] Using LoaderInterceptor11 with tomcat 4.1.24

2003-11-03 Thread Julie christiana
Hi, Can anyone lend me pointers on how to use LoaderInterceptor11 with tomcat 4.1.24 ? We want to use this to load classsed from jar, zip files during runtime ? In the server.xml we have the following configuration : Now, if we need to access a particular class from this jar, we would

RE: Which version of xerces, Tomcat 4.1.24 is using?

2003-11-03 Thread Shapira, Yoav
Howdy, >> I would like to see the java community begin naming their jars >> with the version, the same way the linux community labels their >> tarballs. Thank you > >That's what I thought so manny times! The ecplise guys do it already. Many projects already do, including within jakarta. It's an

Re: Which version of xerces, Tomcat 4.1.24 is using?

2003-11-01 Thread Florian Ebeling
I would like to see the java community begin naming their jars with the version, the same way the linux community labels their tarballs. Thank you That's what I thought so manny times! The ecplise guys do it already. -Florian -

Re: Which version of xerces, Tomcat 4.1.24 is using?

2003-11-01 Thread Adam Hardy
On 10/31/2003 06:41 PM Jon Wingfield wrote: What does the invocation of this static java method return? org.apache.xerces.impl.Version.getVersion(); http://xml.apache.org/xerces2-j/javadocs/xerces2/index.html This will help too: java -cp xercesImpl.jar org.apache.xerces.impl.Version I would li

Re: Which version of xerces, Tomcat 4.1.24 is using?

2003-10-31 Thread Jon Wingfield
What does the invocation of this static java method return? org.apache.xerces.impl.Version.getVersion(); http://xml.apache.org/xerces2-j/javadocs/xerces2/index.html HTH, Jon Agarwal, Naresh wrote: I'm sorry it was a typo. I want xerces version used by Tomcat 4.1.24 manifest fi

Re: Which version of xerces, Tomcat 4.1.24 is using?

2003-10-31 Thread Christopher Schultz
Naresh, I'm sorry it was a typo. I want xerces version used by Tomcat 4.1.24 If you really have to know, try this:do this: [step 1] (or zero if you like ;) $ md5sum /path/to/xerces.jar [step 2] $ $ wget [URL for Xerces-suspected-version.tar.gz] $ tar xvzf Xerces-suspected-version.tar.gz $ m

RE: Which version of xerces, Tomcat 4.1.24 is using?

2003-10-31 Thread Agarwal, Naresh
I'm sorry it was a typo. I want xerces version used by Tomcat 4.1.24 manifest file of xercesImpl.jar in $CATALINA_HOME/common/endorsed contains only following text --- Manifest-Version: 1.0 Created-By: Apache Ant 1.5 --- thanks, Naresh -Original Message- From: Shapira, Yoav [m

RE: Which version of xerces, Tomcat 4.1.24 is using?

2003-10-31 Thread Shapira, Yoav
Howdy, >Which version of xerces Tomcat 4.1.24 is using? >I could not find out information in the manifest files of xerces jars, used >by Tomcat 4.1.27. So do you want 4.1.24 or 4.1.27? For tomcat 4.1.27, it's Xerces 2.4.0. How were you looking?? The manifest of xer

Which version of xerces, Tomcat 4.1.24 is using?

2003-10-31 Thread Naresh Agarwal
Hi Which version of xerces Tomcat 4.1.24 is using? I could not find out information in the manifest files of xerces jars, used by Tomcat 4.1.27. thanks, Naresh - Do you Yahoo!? Exclusive Video Premiere - Britney Spears

IIS 5/Tomcat 4.1.24 virtual directories

2003-10-29 Thread rsteck
I am replacing .asp code with .jsp but would like to keep IIS as the front end and pass requests to Tomcat to process any .jsp. I have IIS and Tomcat playing together nicely, save one (very important) thing, the virtual directories need to go away. I have a website called www.coolsite.com, when t

  1   2   3   4   5   6   7   >