Session tracking with Apache 2.0.x + Tomcat 4.0.x/4.1.x + mod_jk 1.2.x

2005-01-14 Thread Sven Bovin
We have a webapp running on Tomcat 4.0.x/4.1.x behind an Apache web server. Apache and Tomcat talk to each other using mod_jk 1.2.x (we have several installations with different versions of Apache, Tomcat and mod_jk). Users connect to the webapp via Apache over SSL and we use a custom

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-03 Thread Trenton D. Adams
> -Original Message- > From: Trenton D. Adams [mailto:[EMAIL PROTECTED] > Sent: December 3, 2003 12:45 PM > To: 'Tomcat Users List' > Subject: RE: Tomcat 4.0.x memory leak (not javac) > > > -Original Message- > > From: Shapira,

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-03 Thread Trenton D. Adams
> -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: December 3, 2003 11:21 AM > To: Tomcat Users List > Subject: RE: Tomcat 4.0.x memory leak (not javac) > > > Howdy, > Thanks for posting the follow-up. > > >In my opinion

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-03 Thread Trenton D. Adams
> -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: December 3, 2003 11:21 AM > To: Tomcat Users List > Subject: RE: Tomcat 4.0.x memory leak (not javac) > > > Howdy, > Thanks for posting the follow-up. > > >In my opinion

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-03 Thread Shapira, Yoav
Specifically related to -XX flags... >http://wireless.java.sun.com/midp/articles/garbagecollection2/#a.5 > > >> -Original Message- >> From: Shapira, Yoav [mailto:[EMAIL PROTECTED] >> Sent: December 2, 2003 11:45 AM >> To: Tomcat Users List >> Subject:

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-03 Thread Trenton D. Adams
dp/articles/garbagecollection2/ Specifically related to -XX flags... http://wireless.java.sun.com/midp/articles/garbagecollection2/#a.5 > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: December 2, 2003 11:45 AM > To: Tomcat Users List > Sub

Re: Tomcat 4.0.x memory leak (not javac)

2003-12-03 Thread William Connor
MAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:15 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.0.x memory leak (not javac) Ok, thanks guys. I'll see what I can do. EXTREMELY busy right now, but I might be able to try it over christmas holidays. :) MAYBE! -Original Messa

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-03 Thread Shapira, Yoav
Howdy, Happy holidays hopefully devoid of debugging ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Trenton D. Adams [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 02, 2003 4:15 PM >To: 'Tomcat Users List' >Subject: RE: Tomcat 4.0

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread Trenton D. Adams
increases after a reload of your webapp. > OptimizeIt can do heap snapshot deltas which are the perfect > tool here. > > Yoav Shapira > Millennium ChemInformatics > > > >-Original Message- > >From: Trenton D. Adams [mailto:[EMAIL PROTECTED] > &g

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread Shapira, Yoav
here. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Trenton D. Adams [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 02, 2003 2:08 PM >To: 'Tomcat Users List' >Subject: RE: Tomcat 4.0.x memory leak (not javac) > >Ouch, LOL. I don't r

Re: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread Filip Hanik
download a trial of JProbe :) Filip - Original Message - From: "Trenton D. Adams" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 11:08 AM Subject: RE: Tomcat 4.0.x memory leak (not javac) O

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread Trenton D. Adams
ilto:[EMAIL PROTECTED] > Sent: December 2, 2003 11:45 AM > To: Tomcat Users List > Subject: RE: Tomcat 4.0.x memory leak (not javac) > > > Howdy, > Since you can reproduce your error easily, can you narrow > down which 3rd > party library is keeping the referenc

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread Shapira, Yoav
cember 02, 2003 1:43 PM >To: 'Tomcat Users List' >Subject: RE: Tomcat 4.0.x memory leak (not javac) > >> -Original Message- >> From: David Rees [mailto:[EMAIL PROTECTED] >> Sent: December 2, 2003 11:01 AM >> To: Tomcat Users List >> Subject: Re

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread Trenton D. Adams
> -Original Message- > From: David Rees [mailto:[EMAIL PROTECTED] > Sent: December 2, 2003 11:01 AM > To: Tomcat Users List > Subject: Re: Tomcat 4.0.x memory leak (not javac) > > Shapira, Yoav wrote: > > Besides what Senor Schultz said (which is 100%

Re: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread David Rees
Shapira, Yoav wrote: inherent to the design of Tomcat 4 (which was overhauled in Tomcat 5), but I'm sure that they are willing to accept patches if anyone can fix it. ;-) It's a tough one because of the plethora of 3rd party libraries that use such static variables or threads, leaving tomcat witho

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread Shapira, Yoav
Howdy, >Under KNOWN ISSUES IN THIS RELEASE it does mention issues during web >application reloading where shared libraries keep references to objects >instantiated by the web application. That says "memory leak" to me >although it doesn't specifically say that. I see what you mean. I was searc

Re: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread David Rees
Shapira, Yoav wrote: Besides what Senor Schultz said (which is 100% true), 1. Where is this mentioned in the release notes, and what would one have to search for? Under KNOWN ISSUES IN THIS RELEASE it does mention issues during web application reloading where shared libraries keep references to ob

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread Shapira, Yoav
wasted time (like me) looking up what you said, they didn't find it. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: David Rees [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 02, 2003 3:33 AM >To: Tomcat Users List >Subject: Re: Tomcat 4.0.x me

Re: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread Christopher Schultz
All, http://www.apache.org/dist/jakarta/tomcat-4/v4.1.29/RELEASE-NOTES http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20758 Uhhh... this looks like "standard operating procedure" for Java to me... When you dump a ClassLoader and all of it's object get GC'd, the VM almost never GC's the "unuse

Re: Tomcat 4.0.x memory leak (not javac)

2003-12-02 Thread David Rees
Christopher Schultz wrote: We're having a problem with tomcat 4.0.4. Every time a context is reloaded it leaks memory. It's a known bug, but not fixed in 4.1.x, it still exists there. I am not sure if it still exists in 5.0.x. Can you provide a bug number or a link? I'd like to take a look at i

Re: Tomcat 4.0.x memory leak (not javac)

2003-12-01 Thread Christopher Schultz
Dave, We're having a problem with tomcat 4.0.4. Every time a context is reloaded it leaks memory. It's a known bug, but not fixed in 4.1.x, it still exists there. I am not sure if it still exists in 5.0.x. Can you provide a bug number or a link? I'd like to take a look at it. Thanks, -chris -

RE: Tomcat 4.0.x memory leak (not javac)

2003-12-01 Thread Shapira, Yoav
sage- >From: Abhijeet Selukar [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 11, 2003 2:49 AM >To: Tomcat Users List >Subject: Re: Tomcat 4.0.x memory leak (not javac) > >Hi, >I am also facing the same problem of memory leakage. I have posted on mail >about this on 19th

Re: Tomcat 4.0.x memory leak (not javac)

2003-12-01 Thread Abhijeet Selukar
kar - Original Message - From: Trenton D. Adams To: Tomcat Users List Sent: Monday, December 01, 2003 12:21 AM Subject: Re: Tomcat 4.0.x memory leak (not javac) Sven Köhler wrote: >>>>> It's a known bug, but not fixed in 4.1.x, it still exists there. I

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-30 Thread Trenton D. Adams
Sven Köhler wrote: It's a known bug, but not fixed in 4.1.x, it still exists there. I am not sure if it still exists in 5.0.x. Thanks Dave. If anyone could provide some more information on this, that would be helpful. I would really like to fix it because it's really annoying me. We have two

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-30 Thread Sven Köhler
It's a known bug, but not fixed in 4.1.x, it still exists there. I am not sure if it still exists in 5.0.x. Thanks Dave. If anyone could provide some more information on this, that would be helpful. I would really like to fix it because it's really annoying me. We have two CRITICAL web applica

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-28 Thread David Rees
Trenton D. Adams wrote: Bugs have been filed for this issue against 4.1.x and they have been marked as WONTFIX. Best to try to reproduce the problem on 5.0.x and if the bug still exists there, file a report in bugzilla if one does not already exist. Where can I find this information? Is there

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-28 Thread David Rees
Trenton D. Adams wrote: Oh, one other quick question. I was wondering about why it would start throwing out of memory exceptions before it reaches the 512M limit. Are there maybe parameters that can be passed to tomcat to tell it how much to use for web applications? And if so, are these set

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-28 Thread Trenton D. Adams
David Rees wrote: Trenton D. Adams wrote: David Rees wrote: Trenton D. Adams wrote: We're having a problem with tomcat 4.0.4. Every time a context is reloaded it leaks memory. The oddest thing about this is that it starts throwing OutOfMemoryExceptions before process list shows that it's using

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-28 Thread Trenton D. Adams
David Rees wrote: Trenton D. Adams wrote: We're having a problem with tomcat 4.0.4. Every time a context is reloaded it leaks memory. The oddest thing about this is that it starts throwing OutOfMemoryExceptions before process list shows that it's using the memory I allocated to it. eg. It wil

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-28 Thread David Rees
Trenton D. Adams wrote: David Rees wrote: Trenton D. Adams wrote: We're having a problem with tomcat 4.0.4. Every time a context is reloaded it leaks memory. The oddest thing about this is that it starts throwing OutOfMemoryExceptions before process list shows that it's using the memory I allocat

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-28 Thread Trenton D. Adams
David Rees wrote: Trenton D. Adams wrote: We're having a problem with tomcat 4.0.4. Every time a context is reloaded it leaks memory. The oddest thing about this is that it starts throwing OutOfMemoryExceptions before process list shows that it's using the memory I allocated to it. eg. It wi

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-28 Thread David Rees
Trenton D. Adams wrote: We're having a problem with tomcat 4.0.4. Every time a context is reloaded it leaks memory. The oddest thing about this is that it starts throwing OutOfMemoryExceptions before process list shows that it's using the memory I allocated to it. eg. It will through OutOfMemoryE

Tomcat 4.0.x memory leak (not javac)

2003-11-28 Thread Trenton D. Adams
We're having a problem with tomcat 4.0.4. Every time a context is reloaded it leaks memory. The oddest thing about this is that it starts throwing OutOfMemoryExceptions before process list shows that it's using the memory I allocated to it. eg. It will through OutOfMemoryExceptions at like 130M

Re: Tomcat 4.0.x

2003-10-17 Thread Florian Ebeling
Steve -Original Message- From: Florian Ebeling [mailto:[EMAIL PROTECTED] Sent: October 17, 2003 12:32 PM To: Tomcat Users List Subject: Tomcat 4.0.x Hi, I'm trying to find an ancient 4.0 to do some experimenting. The download sites seem to have abandoned this release alltogether. Does anybod

RE: Tomcat 4.0.x

2003-10-17 Thread Steve Raeburn
[EMAIL PROTECTED] > Sent: October 17, 2003 12:32 PM > To: Tomcat Users List > Subject: Tomcat 4.0.x > > > Hi, > > I'm trying to find an ancient 4.0 to do some experimenting. The download > sites seem to have abandoned this release alltogether. Does anybody > kno

Tomcat 4.0.x

2003-10-17 Thread Florian Ebeling
Hi, I'm trying to find an ancient 4.0 to do some experimenting. The download sites seem to have abandoned this release alltogether. Does anybody knows of a source for this thing? Thanks, -Florian Justin Ruthenbeck wrote: At 06:12 PM 10/16/2003, you wrote: Running Tomcat 4.1.27, I'm currentl

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread John Turner
My advice? Delete that Apache install using RPM, and install your own from the source package. On a RH 8 server, installing Apache from source takes about 5 minutes and is about as painless as drinking a glass of water. The RH Apache is a modded Apache install. Anytime I've ever used their A

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread Prasanth S
Bill, Thanks for the reply. So, what do u suggest, shall i try removin the '--enable-EAPI' option. but then the 'no-apche given' will not be rectified... --- Bill Barker <[EMAIL PROTECTED]> wrote: > The "no apache given" warning is a red-herring. It > is simply saying that it > can't build

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread Bill Barker
The "no apache given" warning is a red-herring. It is simply saying that it can't build mod_jk for non-so. You also shouldn't have to specify '--enable-EAPI', since that will be picked up from the apxs settings. I've never tried to build mod_jk1.2.x on RH myself. It works well enough under Sola

Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-02 Thread Prasanth S
Hai, I have a Redhat 8.0 machine runnin apache 2.0.40 (rpm -ivh httpd-2.040, i have the httpd-devel 2.0.40 too) and tomcat 4.0.6. I was trying to compile jakarta-tomcat-connectors-jk-1.2.0-src for getting mod_jk.so module to integrate the above two server. I am failing in every attempt. anyone pls

mod_jk fail-over setup w/ apache 1.3, tomcat 4.0.x, debian linux

2003-03-24 Thread Dan K.
FYI.. There is a doc on how to setup: "Apache 1.3, Tomcat 4.0.x, mod_jk, fail-over/back setup on Linux (Debian3.0-woody)" at http://www.yorku.ca/dkha/tomcat/docs/apache-tomcat-modjk.htm Hopefully it will be useful to someone. Re

changes between tomcat 4.0.x and 4.1.x ? mysql dbcp gotcha

2003-02-19 Thread Stephen Riek
Just spent hours debugging a problem with MySQL DBCP. My webapp was working perfectly under 4.0.3 but upon upgrading to 4.1.18, the very same webapp failed, with an annoying "Cannot create JDBC driver of class org.gjt.mm.mysql.Driver" error. I solved the problem by changing this first Resourc

Re: a paranoid question about ajp and Tomcat 4.0.x

2003-02-16 Thread Michael Micek
On Sun, Feb 16, 2003 at 12:02:14PM -0500, Michael Harrison wrote: > I've been trying, without success, to connect Apache 2.0.44 and Tomcat > 4.0.6 with an ajp13 connector. > Will an ajp connector work with 4.0.x, or do I need 4.1.x? ajp13 works with Tomcat 4.0.x as well as 3.x.

a paranoid question about ajp and Tomcat 4.0.x

2003-02-16 Thread Michael Harrison
I've been trying, without success, to connect Apache 2.0.44 and Tomcat 4.0.6 with an ajp13 connector. I just noticed that the Tomcat project homepage lists "New Coyote connector (HTTP/1.1, AJP 1.3 and JNI support)" among the imporvements to Tomcat 4.1. Will an ajp connector work with 4.0.x, or

RE: Tomcat 4.0.x JDBC connection pooling

2003-01-17 Thread Roberts, Eric
List Subject: RE: Tomcat 4.0.x JDBC connection pooling Thanks Eric! But with Tomcat 4.0.x I don't have things like MaxActive, MinIdle and other parameters... 4.0 documentation doesn't tell anything about this. It seems to me that I have to migrate to 4.1.x to use the pool and such parame

RE: Tomcat 4.0.x JDBC connection pooling

2003-01-16 Thread Luca Cremonini
Thanks Eric! But with Tomcat 4.0.x I don't have things like MaxActive, MinIdle and other parameters... 4.0 documentation doesn't tell anything about this. It seems to me that I have to migrate to 4.1.x to use the pool and such parameters. Am I r

RE: Tomcat 4.0.x JDBC connection pooling

2003-01-16 Thread Roberts, Eric
Cremonini [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 16. Jänner 2003 17:17 To: [EMAIL PROTECTED] Subject: Tomcat 4.0.x JDBC connection pooling I'm using JDBC connection with Tomcat 4.0 as shown in Tomcat4.0 online documentation (http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-reso

Tomcat 4.0.x JDBC connection pooling

2003-01-16 Thread Luca Cremonini
I'm using JDBC connection with Tomcat 4.0 as shown in Tomcat4.0 online documentation (http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html): --- // Obtain our environment naming context Context initCtx = new InitialContext(); Context

RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
Thanks a lot. I appriciate your help. Have a nice day. , Josh. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Fenlason, Josh wrote: > Date: Wed, 27 Nov 2002 13:25:30 -0500 > From: "Fenlason, Josh" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Tomcat 3.3.1

RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
fined in servlet 2.3 and JSP > 1.2, you'll need to use Tomcat 4.0.x or 4.1.x to get them. If your app > runs on servlet 2.2 / JSP 1.1, it will run on any of the servers you > propose to look at. The features are not a huge factor. We have to support other servlet engines besides To

Re: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Fenlason, Josh wrote: > Date: Wed, 27 Nov 2002 11:22:03 -0500 > From: "Fenlason, Josh" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.

Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
I'm investigating the different versions of Tomcat to see which will better suit our needs. Which ever version we go with, we will be committed to for a while, so I want to make an educated decision. Since we will make a long term commitment to the version, I would be inclined to go with the l

RESEND: how to enable JSP TagPooling within Tomcat 4.0.x?

2002-08-15 Thread Nikolaus Schmitt
Hi, i can't find the tomcat 3.3. configuration directive "TagPoolManagerInterceptor" anymore within tomcat 4.0.x. Also, i could not find any hints on tag pooling within the tomcat 4.0.x docs Q1: Ist there still a (custom) tag pool within tomcat 4.0.x? Q2: If there is a tag

Building mod_jk on Solaris - Apache 2 & Tomcat 4.0.x

2002-08-14 Thread John Wadkin
All I'm trying to integrate Apache 2 and Tomcat 4.0.4 on Solaris, JDK 1.3. I've been trying on and off for the past few months. Having given up on building mod_webapp (despite help from the list) I'm now trying to build mod_jk The build-unix.sh script in /jk/native/apache-2.0 doesn't work. The G

how to enable JSP TagPooling within Tomcat 4.0.x?

2002-08-11 Thread Nikolaus Schmitt
Hi, i can't find the tomcat 3.3. configuration directive "TagPoolManagerInterceptor" anymore within tomcat 4.0.x. Also, i could not find any hints on tag pooling within the tomcat 4.0.x docs Q1: Ist there still a (custom) tag pool within tomcat 4.0.x? Q2: If there is a tag pool m

AW: Performace: Tomcat 4.0.x vs. Tomcat 4.1.x

2002-07-31 Thread Ralph Einfeldt
IL PROTECTED] > Betreff: Performace: Tomcat 4.0.x vs. Tomcat 4.1.x > > > Is there a large performance gain from Tomcat 4.0.x to Tomcat > 4.1.x? Also > are there performance gains from JVM 1.3 to 1.4 as well? > > Thanks, > > Jason Vasquez > > -- To unsub

RE: Performace: Tomcat 4.0.x vs. Tomcat 4.1.x

2002-07-31 Thread Shapira, Yoav
31, 2002 11:15 AM >To: Tomcat ([EMAIL PROTECTED]); Tomcat 2 (tomcat- >[EMAIL PROTECTED]); [EMAIL PROTECTED] >Subject: Performace: Tomcat 4.0.x vs. Tomcat 4.1.x > >Is there a large performance gain from Tomcat 4.0.x to Tomcat 4.1.x? Also >are there performance gains from JVM 1.3 to 1.

Re: Performace: Tomcat 4.0.x vs. Tomcat 4.1.x

2002-07-31 Thread peter lin
son" wrote: > > Is there a large performance gain from Tomcat 4.0.x to Tomcat 4.1.x? Also > are there performance gains from JVM 1.3 to 1.4 as well? > > Thanks, > > Jason Vasquez > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Performace: Tomcat 4.0.x vs. Tomcat 4.1.x

2002-07-31 Thread Vasquez, Jason
Is there a large performance gain from Tomcat 4.0.x to Tomcat 4.1.x? Also are there performance gains from JVM 1.3 to 1.4 as well? Thanks, Jason Vasquez

[Answer to]: JSPs in Tomcat 4.0.x: NoSuchMethodException in TldLocationsCache

2002-07-24 Thread Eduardo Perez-Hickman
Hi all, After struggling a bit with Tomcat 4.0.x (It took enough time to try w/ 4.0.1, 4.0.3 and 4.0.4), I think I've got the ANSWER to the infamous NoSuchMethodException thrown in TldLocationsCache when you try to run jsps in Tomcat 4. I'd like to apologize if this is old news, bu

Tomcat 4.0.x and JAXB

2002-07-17 Thread Shane_Ruman
Hi, I am trying to use JAXB 1.0 early-access with Tomcat 4.0.x Has anyone got this to work? My trouble began with a strange "ClassNotFound" exception on a class that was clearly there (javax.xml.bind.MarshallableRootElement") -- I could load other classes in the same jar but not

Re: NSAPI redirector in Tomcat 4.0.x ?

2002-07-16 Thread Thierry Boucheny
TECTED]> wrote: >> Hi there, >> >> I would like to install Tomcat 4.0.1 on iPlanet >> Enterprise Server 4.1 SP10. >> >> I know there was a NSAPI redirector in Tomcat 3.3.x >> designed for that but I can not find it anymore in >> Tomcat 4.0.1. >>

Re: NSAPI redirector in Tomcat 4.0.x ?

2002-07-16 Thread Cunningham Emmett
t; I know there was a NSAPI redirector in Tomcat 3.3.x > designed for that but I can not find it anymore in > Tomcat 4.0.1. > > Does anybody know if it still exists in Tomcat 4.0.x > and where I can find it ? > >Sincerely, > > > = > Alexandre, Kaszyck

NSAPI redirector in Tomcat 4.0.x ?

2002-07-16 Thread Alexandre Kaszycki
Hi there, I would like to install Tomcat 4.0.1 on iPlanet Enterprise Server 4.1 SP10. I know there was a NSAPI redirector in Tomcat 3.3.x designed for that but I can not find it anymore in Tomcat 4.0.1. Does anybody know if it still exists in Tomcat 4.0.x and where I can find it

installing the Coyote connector for Tomcat 4.0.x

2002-07-07 Thread Ashraf AMR
Hi, On the page http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1.0-rc2/ One of the instructions for installing Coyote with Tomcat 4.0.x is "Copy jk2.properties to $CATALINA_HOME/conf" I couldn't find the file "jk2.properties" on this page

TomCat 4.0.x and Apache 2

2002-07-04 Thread John Wadkin
All, Java 1.2 Solaris 8 I'm considering upgrading from Apache 1.x and TomCat 4.0.1, to Apache 2.x and TomCat 4.0.4 There aren't any binaries for the mod_wepApp connector so I'm preparing to compile my own. So far, I've gathered various readme's and websites and searched mail archives. I haven't

io exceptions with JDK 1.4 and Tomcat 4.0.x

2002-06-25 Thread Chris Bailey
I've seen some mention of JDK 1.4 and Tomcat 4.0.x. Recently we started using JDK 1.4 on Linux and Windows 2000. When we run our app under Tomcat, we quite often see a stack trace by Tomcat where it's doing io related stuff. I am wondering if anyone else is seeing this, what might

Caching-Problem Tomcat 4.0.x (Tomcat 3.3.1 works)

2002-06-18 Thread Michael Timpe
Tomcat 3.3.1 the servlet can update the html file as often as needed. Tomcat 3.3.1 always delivers the newest version. (In the html file there are the needed meta tags to avoid caching the page on the client side and to avoid caching in a proxy!) So, my question is: 1) Does Tomcat 4.0.x have a

queryString problems in TomCat 4.0.x for NON US-ASCII characters

2002-05-31 Thread Sjaak van Schie
Hello All, Catalina seems to have problems handling non US-ASCII characters in query string in TomCat 4.0.x. The ServletRequest.getQueryString() method returns a corrupted String. This is the case for both IE 5.5 and NetScape 4.7. The root cause seems to be that Catalina expects ISO-8859-1 and

RE: POSTing to Tomcat 4.0.x

2002-05-21 Thread Ganey, Todd
); urlConn.setUseCaches(false); you should be able to handle it from there. send data and then read response HTH Todd -Original Message- From: Vjeran Marcinko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 12:50 AM To: [EMAIL PROTECTED] Subject: POSTing to Tomcat 4.0.x Hi people. I asked

POSTing to Tomcat 4.0.x

2002-05-21 Thread Vjeran Marcinko
Hi people. I asked similar question ,but since there was no reply I'm gonna try again - Has anyone successufuly executed POST to Tomcat 4.0.x from some java app using URLConnection class ? I would really like to see this piece of code, since I used some code that I found on the web a

Tomcat 4.0.x bug with POST parameters ?

2002-05-20 Thread Vjeran Marcinko
Hi. Tomcat 4.0.x versions don't acquire POST parameters sent by my applet using java.net.URLConnection class, although Tomcat 3.2.x does everything perfectly. When I want to fetch parameters using request.getParameterNames() (or any other method for acquiring parameters), it provides me

Re: java.lang.VerifyError while using struts with Tomcat 4.0.x

2002-05-05 Thread Dmitri Lysenko
>, > > [EMAIL PROTECTED] To: [EMAIL PROTECTED] > > Subject: java.lang.VerifyError while using struts with Tomcat 4.0.x > > > > Hi, > > > > I'm using tomcat 4.0.3 integrated with JBoss 2.4.4 (they run in the same > > JVM). Struts framework

Anyone out there who knows hot to link apache 2.0.x with tomcat 4.0.x?

2002-05-02 Thread Cheng Yan
If you know, could you please share your experiences with me? I know how to link apache 1.3.x with tomcat using mod_webapp. But the mod_webapp binary I found is for apache 1.3.x ONLY. Where can I find a similar module for apache 2? Thank you for your reply. -- To unsubscribe:

Re: java.lang.VerifyError while using struts with Tomcat 4.0.x

2002-05-02 Thread Craig R. McClanahan
D]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: java.lang.VerifyError while using struts with Tomcat 4.0.x > > Hi, > > I'm using tomcat 4.0.3 integrated with JBoss 2.4.4 (they run in the same > JVM). Strut

java.lang.VerifyError while using struts with Tomcat 4.0.x

2002-05-02 Thread Dmitri Lysenko
Hi, I'm using tomcat 4.0.3 integrated with JBoss 2.4.4 (they run in the same JVM). Struts framework is used to handle the presentation logic. This combination works fine with Tomcat 3.x. However after I upgrated to the Tomcat 4.0.3 I'm experiencing the java.lang.VerifyError (Incompartible ar

Using the precompiled jsps with tomcat 4.0.x

2002-05-02 Thread Dmitri Lysenko
Hi, I'm using the tomcat 4.0.3 and I'm looking for the way to avoid the jsp page compilation in runtime. I was about to use the supplied jspc compiler that's included in the distribution. However I shortly found out that it generates the classnames that are different from those generated by t

Re: Using the precompiled jsps with tomcat 4.0.x

2002-05-01 Thread David M. Karr
> "Dmitri" == Dmitri Lysenko <[EMAIL PROTECTED]> writes: Dmitri> Hi, Dmitri> I'm using the tomcat 4.0.3 and I'm looking for the way to avoid the Dmitri> jsp page compilation in runtime. I was about to use the supplied jspc Dmitri> compiler that's included in the distribution

Using the precompiled jsps with tomcat 4.0.x

2002-05-01 Thread Dmitri Lysenko
Hi, I'm using the tomcat 4.0.3 and I'm looking for the way to avoid the jsp page compilation in runtime. I was about to use the supplied jspc compiler that's included in the distribution. However I shortly found out that it generates the classnames that are different from those generated by t

java.lang.VerifyError while using struts with Tomcat 4.0.x

2002-05-01 Thread Dmitri Lysenko
Hi, I'm using tomcat 4.0.3 integrated with JBoss 2.4.4 (they run in the same JVM). Struts framework is used to handle the presentation logic. This combination works fine with Tomcat 3.x. However after I upgrated to the Tomcat 4.0.3 I'm experiencing the java.lang.VerifyError (Incompartible ar

Anyone got Tomcat 4.0.x and MySQL 4.0.x JNDI DataSource working?

2002-04-20 Thread misc iii
Anyone got Tomcat 4.0.x and MySQL 4.0.x JNDI DataSource working? I've tried dozens of different things but the DataSource object that I receive from the context lookups is always null. Any help? _ Get your FREE download o

Anyone got Tomcat 4.0.x and MySQL 4.0.x JNDI DataSource working?

2002-04-20 Thread misc iii
Anyone got Tomcat 4.0.x and MySQL 4.0.x JNDI DataSource working? I've tried a couple dozen different configurations and in every situation the DataSource returned from the context lookups is always null. Any help? _ Joi

tomcat 4.0.x auth tied to Turbine?

2002-04-18 Thread Dan K.
Hi everyone, I was just wondering if there were any brave souls who has played with Tomcat 4's authentication (Authenticators, Realms) and integrating it with Turbine (I'm using 2.1 but any version is ok for discussion), and of course with a datasource for the usernames/password? If so, perhap

Re: Tomcat 4.0.x and OpenSSL

2002-04-17 Thread Ken Anderson
. Ken Jordan C N Chong wrote: > Dear all, > > I am sorry that I have to ask this question again. Is there anyone having > experience in integrating the Tomcat 4.0.x with OpenSSL, with maybe > mod_jk.dll or maybe Apache? > > Please help

Tomcat 4.0.x and OpenSSL

2002-04-17 Thread Jordan C N Chong
Dear all, I am sorry that I have to ask this question again. Is there anyone having experience in integrating the Tomcat 4.0.x with OpenSSL, with maybe mod_jk.dll or maybe Apache? Please help me. Thank you very much. Best regards, Jordan Cheun Ngen

Tomcat 4.0.X servlet reloading on Linux

2002-03-27 Thread faivre
Hello, Has anyone had success with servlet reloading with Tomcat 4.0.x on Linux. I've read the docs and tried several server.xml files with no luch. I've even read that it doesn't work! So, if anyone has successfully gotten it to work could you please post or email me your en

RE: Tomcat 4.0.x and reloading of servlets without restarting server

2002-03-27 Thread faivre
Thanks Carlos. Has anyone got servlet reloading working on Linux? Thanks, Brian Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], Subject: RE: Tomcat 4.0.x and reloading of servlets without restarting server Date: Wed, 27 Mar 2002 09:55:22 - >Hi Brian, > &

RE: Tomcat 4.0.x and reloading of servlets without restarting server

2002-03-27 Thread Carlos Martins
ECTED]] Sent: quarta-feira, 27 de Março de 2002 9:28 To: [EMAIL PROTECTED] Subject: Tomcat 4.0.x and reloading of servlets without restarting server Hello, Please forgive me if this question has been answered in the past, I've found mixed information. Can servlets be reloaded without restart

Tomcat 4.0.x and reloading of servlets without restarting server

2002-03-27 Thread faivre
Hello, Please forgive me if this question has been answered in the past, I've found mixed information. Can servlets be reloaded without restarting Tomcat? I've followed the docs and tried several different server.xml config files with no luck. If this has worked for anyone out there would you

Re: Is there db caching ? Re: Managing Tomcat(4.0.x) JNDI JDBC poolresources

2002-03-18 Thread Craig R. McClanahan
On Tue, 19 Mar 2002, Soefara Redzuan wrote: > Date: Tue, 19 Mar 2002 09:11:00 +0800 > From: Soefara Redzuan <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Is there db caching ? Re: Managing Tomcat(4.0.x) JND

Is there db caching ? Re: Managing Tomcat(4.0.x) JNDI JDBC pool resources

2002-03-18 Thread Soefara Redzuan
-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Re: Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig? >Date: Sat, 16 Mar 2002 12:51:22 -0800 (PST) > > > >On Sat, 16 Mar 2002, Steven Elliott wrote: &

Re: Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig?

2002-03-16 Thread Craig R. McClanahan
On Sat, 16 Mar 2002, Steven Elliott wrote: > Date: Sat, 16 Mar 2002 17:46:01 + > From: Steven Elliott <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Managing Tomcat(4.0.x) JNDI JDBC pool resources - Crai

Managing Tomcat(4.0.x) JNDI JDBC pool resources - Craig?

2002-03-16 Thread Steven Elliott
Apologies in advance if this has already been answered in another thread but my searches have turned up numerous references to JNDI & pooling & JDBC - etc. but only one post mentioned managing container (Tomcat) pool resources and that question went unanswered as far as I could tell. Nor did I fi

RE: Large pages not completely displayed with IE 5.x and Tomcat 4.0.x

2002-03-12 Thread Randy Layman
completed?) Randy > -Original Message- > From: Michael Gerdau [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12, 2002 8:46 AM > To: [EMAIL PROTECTED] > Subject: Large pages not completely displayed with IE 5.x and Tomcat > 4.0.x > > > Hi ! > > I

Large pages not completely displayed with IE 5.x and Tomcat 4.0.x

2002-03-12 Thread Michael Gerdau
Hi ! I have the following problem: I'm running Tomcat 4.0.x (x == 1, 2 or 3) standalone on a Win2000 machine. I have a WebApp (written with Struts) that accesses a RDBMS and creates pages which occasionally are 100+ kB in size. This takes some time (between 20-50 seconds). When I run Int

Tomcat 4.0.x & JSDK 1.4

2002-03-06 Thread REAL
Hello! I used JSDK 1.3.1 with Tomcat 4.0.x and JNDI resource (DataSource, Oracle JDBC). All worked good. But when I install JSDK 1.4, method ctx.lookup("jdbc/myDB") return null. How can I fix this bug? -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands

How to set up Tomcat 4.0.x to call EJBs in JBoss 2.4.x

2001-11-01 Thread Janek Bogucki
Help! I'd like to run Tomcat 4.0.x and JBoss 2.4.x in separate JVMs on the same machine and have my servlets access EJBs within JBoss. How do I set up Tomcat to do this? I've read lots of posts in various mailing lists on this but it's still unclear to me. Is there a HOWTO or