RE: Questions About jakarta-tomcat-5.0.28

2005-03-01 Thread Allistair Crossley
changes to that A. > -Original Message- > From: Matt [mailto:[EMAIL PROTECTED] > Sent: 01 March 2005 14:20 > To: Tomcat Users List > Subject: RE: Questions About jakarta-tomcat-5.0.28 > > > Yes, the documentation is not as clear as it could be; > however, Al

RE: Questions About jakarta-tomcat-5.0.28

2005-03-01 Thread Matt
Yes, the documentation is not as clear as it could be; however, Allistair: How does this differ from my in server.xml to get Tomcat to recognize webapps outside of $CATALINA_HOME? Certainly 's are still relevant in server.xml, so perhaps I misunderstand this exchange, and there needs to be clarif

RE: Questions About jakarta-tomcat-5.0.28

2005-03-01 Thread Allistair Crossley
Hi, Check out the Context element documentation for 5.0. You create a new file now that configures your context, and don't add them to server.xml. You can do this in a number of ways,. e.g /yourwebapp/META-INF/context.xml /conf/Catalina/localhost/yourwebapp.xml But it's all there in the docs i

Re: questions on WebDAV implementation

2004-12-28 Thread Mark Thomas
Peter Crowther wrote: From: Mark Thomas [mailto:[EMAIL PROTECTED] The best way forward is to create a bugzilla item for this and list the issues you find in that. Even better, would be if you had patches for some (or all) of these ;) The Bodington III project over here in the UK will also have

RE: questions on WebDAV implementation

2004-12-28 Thread Peter Crowther
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > The best way forward is to create a bugzilla item for > this and list the issues you find in that. Even better, would > be if you had patches for some (or all) of these ;) The Bodington III project over here in the UK will also have to face and fi

Re: questions on WebDAV implementation

2004-12-28 Thread Mark Thomas
Garret Wilson wrote: * I note that WebDAVServlet keeps a static SimpleDateFormat around for quickly formatting the creation date/time. The Java API docs for DateFormat indicate that date formats are not synchronized. Does this raise the potential for corrupted date printing, should multiple thre

RE: Questions on loading servlet vs. loading JSP

2004-11-03 Thread Steve Kirk
Message- > From: John MccLain [mailto:[EMAIL PROTECTED] > Sent: Wednesday 03 November 2004 16:54 > To: Shapira, Yoav; Tomcat Users List > Subject: RE: Questions on loading servlet vs. loading JSP > > > Thank you for your reply, but after reading your message, I may be &g

RE: Questions on loading servlet vs. loading JSP

2004-11-03 Thread John MccLain
again! -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 11:19 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Questions on loading servlet vs. loading JSP Hi, As you know, a JSP is just a servlet after it's compiled. A J

RE: Questions on loading servlet vs. loading JSP

2004-11-02 Thread Shapira, Yoav
Hi, As you know, a JSP is just a servlet after it's compiled. A JSP call is handled by the JSPServlet by default, which calls Jasper to evaluate (and if necessary compile) the JSP into a .class file. The request processing and resource handling pipeline is otherwise identical. As the Tomcat sou

RE: questions of Cluster

2004-05-17 Thread Filip Hanik \(lists\)
>primary-secondary session replication only replicate the session to one other machine >if "Tomcat1" is crashed,only "Tomcat2"(if it's alive) can continue the >services and replace "Tomcat1" correct, if your system crashes two tomcats at a time, contact your system administrator or debug your cod

Re: Questions on Clustering

2003-12-23 Thread daniel
st" <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003 1:27 PM Subject: RE: Questions on Clustering > yes, with different multicast addresses and ports > that way you don't replicate sessions between 10 different hosts, to no use > > > Filip > > -Original Messa

Re: Questions on Clustering

2003-12-23 Thread daniel
Oh i changed that to 224.0.0.1 to but it was still doing what i had described earlyer. thanks matt - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 10:51 PM Subject: RE: Questions on Clustering I ran into a problem

RE: Questions on Clustering

2003-12-23 Thread Filip Hanik
yes, with different multicast addresses and ports that way you don't replicate sessions between 10 different hosts, to no use Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 4:37 AM To: Tomcat Users List Subject: Re: Ques

Re: Questions on Clustering

2003-12-23 Thread daniel
; <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 8:49 PM Subject: RE: Questions on Clustering > >mcastAddr="228.0.0.4" > >as long as this is the same across all web apps this is ok right? > > should only be the same across the cluster, ie, I don't believe

RE: Questions on Clustering

2003-12-22 Thread matthew . rapoport
://www.iana.org/assignments/multicast-addresses - Matt -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Mon 22/12/2003 8:49 PM To: Tomcat Users List Cc: Subject: RE: Questions on Clustering >mcastA

RE: Questions on Clustering

2003-12-22 Thread Filip Hanik
>mcastAddr="228.0.0.4" >as long as this is the same across all web apps this is ok right? should only be the same across the cluster, ie, I don't believe you want to replicate sessions between different virtual hosts, makes no sense, right? Filip -Original Message- From: [EMAIL PROTECT

RE: questions related to context root configuration on tomcat 4.1.27 ...

2003-09-09 Thread Shapira, Yoav
Howdy, How does your app look for your app files? Post that code. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Kenneth Tang [mailto:[EMAIL PROTECTED] >Sent: Monday, September 08, 2003 5:48 PM >To: [EMAIL PROTECTED] >Subject: questions related to context root confi

RE: questions on instances of java beans

2003-03-21 Thread Michael Ni
do you have any examples on this material? mike From: Reynir Hübner <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: questions on instances of java beans Date: Fri, 21 Mar

RE: questions on instances of java beans

2003-03-21 Thread Reynir Hübner
Hi, Put your bean into servlet context when it's instanciated with the first client. Then get it out of ServletContext when you want the other client to use it. Hope it helps -reynir > -Original Message- > From: Michael Ni [mailto:[EMAIL PROTECTED] > Sent: 21. mars 2003 13:44 > To: [

Re: Questions about Servlets

2002-09-30 Thread Patricio Vera S.
The servlet's user list is [EMAIL PROTECTED] Saludos, Patricio Vera S. - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, September 30, 2002 9:52 AM Subject: Questions about Servlets > Could anyone tel

Re: Questions about Tomcat/Servlets

2002-09-27 Thread David Mossakowski
Obviously in both cases only the .class file can be run. What differs is when and how they get compiled. Your servlet's source is not monitored ever but your JSP source is. Therefore when the JSP source changes the container recompiles it and executes teh new .class file. In the case of a s

RE: Questions about " [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability"

2002-09-26 Thread Milt Epstein
On Thu, 26 Sep 2002, Andreas Mohrig wrote: > The servlet to be disabled is the invoker servlet, not the > DefaultServlet. The reason you see "DefaultServlet" so much in > these postings is that the DefaultServlet can be "tricked" into > serving the sources of your jsp's by invoking it over the i

RE: Questions about " [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability"

2002-09-26 Thread Andreas Mohrig
The servlet to be disabled is the invoker servlet, not the DefaultServlet. The reason you see "DefaultServlet" so much in these postings is that the DefaultServlet can be "tricked" into serving the sources of your jsp's by invoking it over the invoker servlet, thereby treating jsp's like static co

Re: Questions about " [SECURITY] Apache Tomcat 4.x JSP source disclosurevulnerability"

2002-09-26 Thread Tim Funk
The DefaultServlet is "ok". But is was being called by the invoker servlet in a roundabout (unintended manner). The invoker servlet is typically mapped to /servlet/* The invoker servlet should be disabled. Or "restricted" using many of the ways described in other threads. You should be fine a

RE: Questions about web solution based on Tomcat & Apache.

2002-07-22 Thread Turner, John
Ola Theander [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 20, 2002 4:56 AM To: 'Tomcat Users List' Subject: RE: Questions about web solution based on Tomcat & Apache. Hi again John. Is it possible for Apache and Tomcat to share the same web root, i.e. Tomcat's /webapp and Apach

RE: Questions about web solution based on Tomcat & Apache.

2002-07-19 Thread Turner, John
July 19, 2002 8:48 AM To: 'Tomcat Users List' Subject: RE: Questions about web solution based on Tomcat & Apache. Hi John. Thanks for your answer. Unfortunately I'm not sure that I understand you completely. Regarding your answer to question 1, I want Apache to serve html, image

RE: Questions about web solution based on Tomcat & Apache.

2002-07-19 Thread Ola Theander
TECTED]] > Sent: den 19 juli 2002 14:09 > To: 'Tomcat Users List' > Subject: RE: Questions about web solution based on Tomcat & Apache. > > > > 1) Yes. Tomcat can serve images and HTML, that is the > purpose of the Coyote HTTP connector, which is installed

RE: Questions about web solution based on Tomcat & Apache.

2002-07-19 Thread Turner, John
1) Yes. Tomcat can serve images and HTML, that is the purpose of the Coyote HTTP connector, which is installed with tomcat by default. It was on my installations. 2) The difference is #1. If you want to divide static content and dynamic content, you want AJP (mod_jk). The current WARP impl

RE: Questions about TOMCAT

2002-05-22 Thread Anthony Eden
> -Original Message- > From: haroldorg [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 9:00 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Questions about TOMCAT > > > Hello, > > My name is Haroldo and I work in RCS Informatica > (www.rcs.srv.

Re: Questions about Tomcat and Apache Integration?

2002-04-19 Thread @Basebeans.com
Subject: Re: Questions about Tomcat and Apache Integration? From: "Jack Gao" <[EMAIL PROTECTED]> === Nobody has interests with it? Well, maybe I should give more information. I believe somebody must have interests with it also. I tried to use mod_webapp, but since I can no

Re: Questions about Tomcat and Apache Integration?

2002-04-18 Thread Ken Anderson
Seems to be a common problem. The webapp Deploy statement (using mod webapp) will run everything in the 'deployed' directory tree, including images through tomcat. It's not a good idea to put static resources there, IMHO. If you have to put them there, but want apache to serve them, then us th

Re: Questions on tomcat heap usage and garbage collection (avoidingO utOfMemoryError exceptions)

2001-10-26 Thread Craig R. McClanahan
See intermixed. On Thu, 25 Oct 2001, Bang, Steinar wrote: > Date: Thu, 25 Oct 2001 15:55:35 +0200 > From: "Bang, Steinar" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Questions on tomcat heap usage and garbage collection (avoiding >

Re: Questions on tomcat heap usage and garbage collection (avoiding OutOfMemoryError exceptions)

2001-10-25 Thread Bang, Steinar
Craig R. McClanahan [mailto:[EMAIL PROTECTED]] writes: > The most important task in a situation like this is > to find out why memory is being consumed in the first > place. Generally, this is caused by one of the > following types of factors: > * Creating lots and lots of session attributes in

RE: Questions on tomcat heap usage and garbage collection (avoidi ng O utOfMemoryError exceptions)

2001-10-25 Thread Bang, Steinar
Randy Layman [mailto:[EMAIL PROTECTED]] writes: > I think the best thing you can do is to determine > where the memory is going and fix your leaks. I say > your leaks because in my experience, Tomcat doesn't > leak memory and doesn't take a lot of memory for each > connection. I perhaps wasn't

Re: Questions on tomcat heap usage and garbage collection(avoiding OutOfMemoryError exceptions)

2001-10-25 Thread Pier Fumagalli
Bang, Steinar at [EMAIL PROTECTED] wrote: > Which brings us to question 2: tuning apache/tomcat: > When reading the documentation, I thought that there > was supposed to be a single tomcat process, serving > all requests. However top reports a lot of tomcat > processes, when I'm stresstesting th

Re: Questions on tomcat heap usage and garbage collection (avoidingO utOfMemoryError exceptions)

2001-10-24 Thread Craig R. McClanahan
The most important task in a situation like this is to find out why memory is being consumed in the first place. Generally, this is caused by one of the following types of factors: * Creating lots and lots of session attributes in your applications (which causes the objects to stay allocated

RE: Questions on tomcat heap usage and garbage collection (avoiding O utOfMemoryError exceptions)

2001-10-24 Thread Randy Layman
I think the best thing you can do is to determine where the memory is going and fix your leaks. I say your leaks because in my experience, Tomcat doesn't leak memory and doesn't take a lot of memory for each connection. Randy > -Original Message- > From: Bang, Steinar [

Re: Questions about Tomcat Cookies

2001-06-06 Thread Bo Xu
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 06, 2001 4:25 AM > To: [EMAIL PROTECTED] > Subject: Questions about Tomcat Cookies > > Hi, > > I have used tomcat as standalone and w/ apache also. > In my applications , session tracking is w

RE: Questions about Tomcat Cookies

2001-06-06 Thread William Kaufman
> 1) If the cookies are not found in the directory , where are they ? In memory. The cookie is set with an expiration of -1, which suggests to the browser that it shouldn't bother writing it to disk. > 2) If I disable cookies in the browser , still session tracking will work ? Your servlet nee

RE: Questions

2001-02-07 Thread Vikramjit Singh
yes u can use tomcat with jdk1.2.2. i am using it and till now i have not face any problems cheers > -Original Message- > From: Cinto [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 07, 2001 10:04 PM > To: [EMAIL PROTECTED] > Subject: Questions > > Hi, > Presently, I a

Re: Questions

2001-02-07 Thread Pete Ehli
Sure you can use 1.2.2 -- its always best in my opinion that you use the most current JDK -- The only thing the JDK does for tomcat is compile your JSP source when you first access them. As far as your servlet and bean class files go - if you use a current IDE it will have the latest JDK bun

Re: Questions

2001-02-05 Thread Phillip Kuzma
Ok I did you said and it worked great thanks, but now how about. i have www.domain1.com:8080 and www.domain2.com:8080 and I want domain1.com:8080 servlets to be in /www/domain1/servlets/Hello.class (www.domain1.com:8080/servlets/Hello) domain2.com:8080 servlets to be in /www/domain2/servlets/

Re: Questions

2001-02-05 Thread John Golubenko
Easy. Edit 2 files. First under %TOMCAT_HOME%/conf/server.xml In ContextManager (you'll see similar stuff) put this: reloadable = "true" So, now assuming you have /www/world directory. You can make up shell script, to do the job next time like this one I have, and execut

Re: Questions re: Tomcat and IBM VAJ

2000-11-20 Thread Olivier Baillard
Hello, http://www7.software.ibm.com/vad.nsf/Data/Document2390?OpenDocument&p=1&BCT=3&Footer=1 Bye! Olivier Baillard At 16:58 20.11.00 -0500, you wrote: >Hello. I'm trying to get Tomcat running under Windows 'NT with IBM VAJ. >Unfortunately, I haven't been able to make everything work togethe