RE: Need some Tomcat Configuration help badly

2003-12-17 Thread Oscar Carrillo
tics > > > >-Original Message----- > >From: Oscar Carrillo [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, December 17, 2003 2:38 PM > >To: Tomcat Users List > >Subject: RE: Need some Tomcat Configuration help badly > > > >Thank

RE: Need some Tomcat Configuration help badly

2003-12-17 Thread Shapira, Yoav
There are others... Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Oscar Carrillo [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 17, 2003 2:38 PM >To: Tomcat Users List >Subject: RE: Need some Tomcat Configuration help badly > >Thanks. &

RE: Need some Tomcat Configuration help badly

2003-12-17 Thread Oscar Carrillo
gt; >> > >> The memory leaks described earlier in this thread are not > >> compiler-related and simply swapping compilers would not help. They > are > >> problems of reference scope. > >> > >> Yoav Shapira > >> Millennium ChemInformatics > >> &g

RE: Need some Tomcat Configuration help badly

2003-12-17 Thread Shapira, Yoav
gt;> Yoav Shapira >> Millennium ChemInformatics >> >> >> >-Original Message- >> >From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] >> >Sent: Monday, December 15, 2003 1:16 AM >> >To: Tomcat Users List >> >Subject: Re: Need some Tomcat

RE: Need some Tomcat Configuration help badly

2003-12-17 Thread Oscar Carrillo
gt; > >-Original Message- > >From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] > >Sent: Monday, December 15, 2003 1:16 AM > >To: Tomcat Users List > >Subject: Re: Need some Tomcat Configuration help badly > > > >Dick Steflik wrote: > > > >&g

RE: Need some Tomcat Configuration help badly

2003-12-17 Thread Shapira, Yoav
help. They are problems of reference scope. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] >Sent: Monday, December 15, 2003 1:16 AM >To: Tomcat Users List >Subject: Re: Need some Tomcat Configuration help b

Re: Need some Tomcat Configuration help badly

2003-12-17 Thread Nikola Milutinovic
Dick Steflik wrote: I had the same question. In all of the years I've worked with Java I've always thought it was free of memory leaks. If you use a different compiler does the problem go away. Is that how people like JRun (Macromedia) and WebSphere (IBM) avoid the problem? It could be. Someo

Re: Need some Tomcat Configuration help badly

2003-12-15 Thread QM
: I had the same question. In all of the years I've worked with Java I've : always thought it was free of memory leaks. This is a touchy topic, because a lot of it comes down to semantics: Java frees the developer of explicitly destroying objects. This is key in Java because your code only han

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Dick Steflik
ugh the manager task. Or write an Ant script to reload it. rgds Antony Paul. - Original Message - From: "Dick Steflik" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 5:24 AM Subject: Re: Need some Tomcat Configur

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Antony Paul
;Dick Steflik" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 5:24 AM Subject: Re: Need some Tomcat Configuration help badly > I had the same question. In all of the years I've worked with Java I've > always th

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread David Rees
Philipp Taprogge wrote: Dick Steflik wrote: If you use a different compiler does the problem go away. I think so. I often hear that using jikes instead of javac would get rid of the problem, which, if true, rises the question why tomcat does not use jikes by default... Because jikes isn't as st

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread David Rees
Dick Steflik wrote: I had the same question. In all of the years I've worked with Java I've always thought it was free of memory leaks. If you use a different compiler does the problem go away. Is that how people like JRun (Macromedia) and WebSphere (IBM) avoid the problem? Which bug are you t

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Philipp Taprogge
Hi! Dick Steflik wrote: If you use a different compiler does the problem go away. I think so. I often hear that using jikes instead of javac would get rid of the problem, which, if true, rises the question why tomcat does not use jikes by default... Phil ---

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Dick Steflik
I had the same question. In all of the years I've worked with Java I've always thought it was free of memory leaks. If you use a different compiler does the problem go away. Is that how people like JRun (Macromedia) and WebSphere (IBM) avoid the problem? Dick Steflik Nikola Milutinovic wrote

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Nikola Milutinovic
> >> BTW, there is a bug with Tomcat which will cause it to run out of > >> memory after a number of restarts. You will probably run into this > >> with 30 students uploading new classes. You will also want to make > >> sure that the fork attribute for the JspServlet is set to true as well > >> a

RE: Need some Tomcat Configuration help badly

2003-12-14 Thread Philipp Taprogge
; > > > -Original Message- > From: Philipp Taprogge [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 14, 2003 3:39 AM > To: Tomcat Users List > Subject: Re: Need some Tomcat Configuration help badly > > > Hi! > > Dick Steflik wrote: > > >

RE: Need some Tomcat Configuration help badly

2003-12-14 Thread Yuval Zantkeren
k you" -Original Message- From: Philipp Taprogge [mailto:[EMAIL PROTECTED] Sent: Sunday, December 14, 2003 3:39 AM To: Tomcat Users List Subject: Re: Need some Tomcat Configuration help badly Hi! Dick Steflik wrote: > I'm on W2000, just for the record. With this in mind whic

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread Philipp Taprogge
Hi! Dick Steflik wrote: I'm on W2000, just for the record. With this in mind which way should the fork be set; true ot false. Concidering that this poor excuse for an OS does not even know the meaning of fork(), I'd say you set it to true. W2K should then start a completely new process from sc

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread Dick Steflik
I'm on W2000, just for the record. With this in mind which way should the fork be set; true ot false. Dick Steflik QM wrote: : You will also want to make sure that : the fork attribute for the JspServlet is set to true as well as : compiling JSPs will leak memory unless the compiling process

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread QM
: You will also want to make sure that : the fork attribute for the JspServlet is set to true as well as : compiling JSPs will leak memory unless the compiling process is forked. I didn't catch the OP's OS, but this could be a catch-22. I once ran into this one: Solaris fork() does copy-on-writ

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread David Rees
Philipp Taprogge wrote: David Rees wrote: BTW, there is a bug with Tomcat which will cause it to run out of memory after a number of restarts. You will probably run into this with 30 students uploading new classes. You will also want to make sure that the fork attribute for the JspServlet is

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread Philipp Taprogge
Hi! David Rees wrote: BTW, there is a bug with Tomcat which will cause it to run out of memory after a number of restarts. You will probably run into this with 30 students uploading new classes. You will also want to make sure that the fork attribute for the JspServlet is set to true as well

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread David Rees
Dick Steflik wrote: Thanks, that did the trick , the entire Fall2003 class of CS328 (actually the kids were probably hoping that it wouldn't get fixed and I would excuse them from the project) THANKS you . BTW, there is a bug with Tomcat which will cause it to run out of memory after a number of

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread Dick Steflik
will extract it into the proper folders. -Original Message- From: Dick Steflik [mailto:[EMAIL PROTECTED] Sent: Saturday, December 13, 2003 4:01 PM To: Tomcat Users List Subject: Re: Need some Tomcat Configuration help badly Jon (or anyone else that is out there), If you are still out

RE: Need some Tomcat Configuration help badly

2003-12-13 Thread Matt Raible
Unzip/untar it to your $CATALINA_HOME - it will extract it into the proper folders. > -Original Message- > From: Dick Steflik [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 13, 2003 4:01 PM > To: Tomcat Users List > Subject: Re: Need some Tomcat Configuration help ba

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread Dick Steflik
Jon (or anyone else that is out there), If you are still out there could you tell me the correct way to install the hot fix. Dick Steflik Jon Wingfield wrote: And you may also need to apply the class reloading hotfix for 4.1.27 http://www.apache.org/newsletter/200307.html#Jakarta_Tomcat The h

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread Dick Steflik
I already did that Matt. Thanks Dick Matt Raible wrote: Make sure you have reloadable="true" in the contexts they're putting their beans into: Matt -Original Message- From: Dick Steflik [mailto:[EMAIL PROTECTED] Sent: Saturday, December 13, 2003 1:24 PM To: [EMAIL PROTECTED]

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread Dick Steflik
OK, I downloaded the zip file; how do I install it. It contains StandardContext.class but i don't see that class file anywhere on my server. Dick Steflik Jon Wingfield wrote: And you may also need to apply the class reloading hotfix for 4.1.27 http://www.apache.org/newsletter/200307.html#Jakart

Re: Need some Tomcat Configuration help badly

2003-12-13 Thread Jon Wingfield
And you may also need to apply the class reloading hotfix for 4.1.27 http://www.apache.org/newsletter/200307.html#Jakarta_Tomcat The hotfix jar is now here: http://archive.apache.org/dist/jakarta/tomcat-4/binaries/ HTH, Jon Matt Raible wrote: Make sure you have reloadable="true" in the contexts t

RE: Need some Tomcat Configuration help badly

2003-12-13 Thread Matt Raible
Make sure you have reloadable="true" in the contexts they're putting their beans into: Matt > -Original Message- > From: Dick Steflik [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 13, 2003 1:24 PM > To: [EMAIL PROTECTED] > Subject: Need some Tomcat Configuration help bad