Japanese on tomcat 4.0.3

2005-06-19 Thread Yair Fine
Hello, There is an attribute: URIEncoding=UTF-8 which can be put in Connector element, if the connector is Coyote. I use tomcat 4.0.3 (with HttpConnector). In the documentation there is no URIEncoding=UTF-8 for this kind of connector. How do I configure this attribute any way? My

Hiding app files in Tomcat 4.0.3

2004-05-12 Thread Timothy_Sabin
I'm running Tomcat 4.0.3 on a Windows 2000 platform. I am attempting to configure my application so that the index.jsp file is always available (the login screen), but the others are only available after the user has logged in. I've tried many things in the .xml files, and have done a lot

RE: Hiding app files in Tomcat 4.0.3

2004-05-12 Thread Shapira, Yoav
. Yoav Shapira Millennium Research Informatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 1:37 PM To: [EMAIL PROTECTED] Subject: Hiding app files in Tomcat 4.0.3 I'm running Tomcat 4.0.3 on a Windows 2000 platform. I am attempting

Tomcat 4.0.3: security-constraint error in web.xml

2003-08-28 Thread tito santini
Dear all, we actually have this very boring problem on Tomcat 4.0.3 (why not yet upgraded? customer requirements): We want to restrict the access at our application on HTTPS port only. after many unsuccesful tests, we added, for testing purpose, these following lines (which we believe

RE: Tomcat 4.0.3: security-constraint error in web.xml

2003-08-28 Thread Duncan Strang
the servlet specification from Sun for the full DTD -Original Message- From: tito santini [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 15:24 To: Tomcat Users List Subject: Tomcat 4.0.3: security-constraint error in web.xml Dear all, we actually have this very boring problem on Tomcat

RE: Tomcat 4.0.3: security-constraint error in web.xml

2003-08-28 Thread Duncan Strang
Here's another good resource http://edocs.bea.com/wls/docs61/webapp/webappdeployment.html#1012209 Cheers -Original Message- From: tito santini [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 15:24 To: Tomcat Users List Subject: Tomcat 4.0.3: security-constraint error in web.xml Dear

Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2003-08-14 Thread Bob Hacker
Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error I am running Jbuilder 7, JBoss 3.0.2. When I touch a jsp I get the following exception when trying to run it javax.servlet.ServletException: sun/tools/javac/Main at org.apache.jasper.servlet.JspServlet.service

Using Cookies within Servlets and Tomcat 4.0.3

2003-07-21 Thread Jason Lanpher
Hi everyone, Does any one know of any reason why an example of code (i.e. Servlets example) would work utilizing a cookie under 4.1.24 and not 4.0.3? I am looking for any possible guesses you might have. I am curious if there is any configuration or file permission that might be

Tomcat-4.0.3 to Tomcat-4.1.18 causes LogConfigurationException

2003-03-25 Thread Daniel Haynes
Hi, We've upgraded from Tomcat-4.0.3 to Tomcat-4.1.18 and are now getting an intermittant error which causes Tomcat to fail completely :( The error is in stderr.log: 21479094 [Thread-13] INFO filters.TimerFilter - /euroTrading/action/logout: 16ms

run tomcat 4.0.3 as service

2003-03-12 Thread Mariola Nowski
Hello, I would create an automatic startup/shutdown service on window 2000 server for tomcat 4.0.3 standalone. Some sources refer to a JSPService (jsplauncher), but I can't download it from http://members.nbci.com/yy_sun/jsplauncher/index.html. It would be very friendly, if someone

SV: run tomcat 4.0.3 as service

2003-03-12 Thread Søren Blidorf
Hi. Maybe I don’t know what I am talking about, but why dont you use the one under ”services” I windows? Soren -Oprindelig meddelelse- Fra: Mariola Nowski [mailto:[EMAIL PROTECTED] Sendt: 12. marts 2003 11:12 Til: [EMAIL PROTECTED] Emne: run tomcat 4.0.3 as service Hello

Re: run tomcat 4.0.3 as service

2003-03-12 Thread Konrad Rusz
- Original Message - From: Mariola Nowski To: [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 11:11 AM Subject: run tomcat 4.0.3 as service Hello, I would create an automatic startup/shutdown service on window 2000 server for tomcat 4.0.3 standalone. Some sources refer to a JSPService

HELP: how to run Tomcat 4.0.3 with Jrockit 8.0 ?

2003-02-21 Thread Zhidong Yu
Tomcat 4.0.3 can run under Jrockit 8.0, because MissingResourceException will be thrown at org.apache.catalina.util.StringManager's constructor: private StringManager(String packageName) { String bundleName = packageName + .LocalStrings; bundle

RE: Memory issue with Tomcat/4.0.3

2003-02-13 Thread Haytham Samad
on. Hope this helps... Cheers, Haytham -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:37 AM Subject: Memory issue with Tomcat/4.0.3 Hi all, I am experiencing some memory trouble when the tomcat server is running. I have set

Memory issue with Tomcat/4.0.3

2003-02-12 Thread alain
Hi all, I am experiencing some memory trouble when the tomcat server is running. I have set the the following java runtime options, -Xmx500m -Xms100m -Xingcg. I know that these values are not the best to use. Anyways, I'm keeping track of the freeMemory with the servlet programs and its always

Re: Memory issue with Tomcat/4.0.3

2003-02-12 Thread Billy Ng
number. Billy Ng - Original Message - From: [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 9:37 AM Subject: Memory issue with Tomcat/4.0.3 Hi all, I am experiencing some memory trouble when the tomcat server is running. I have set the the following java runtime options, -Xmx500m

Re: Memory issue with Tomcat/4.0.3

2003-02-12 Thread Peter Lin
be careful with using incremental gc. in my benchmarks, it can decrease performance dramatically if your webapp is CPU intensive. If it isn't CPU intensive, you probaby still don't want to use incremental GC. a better option is to set minimum free heap with -XX:MinHeapFreeRatio=xx peter ---

RE: Memory issue with Tomcat/4.0.3

2003-02-12 Thread Noel J. Bergman
If linux, make sure that your linux kernel is up-to-date . There was a kernel memory leak in some older versions. If you think that you might be leaking objects, you can use the heap profiler, take snapshots at various points during operation, and look for objects that aren't being marked for

RE: Memory issue with Tomcat/4.0.3

2003-02-12 Thread Turoff, Steve
with Tomcat/4.0.3 Hi all, I am experiencing some memory trouble when the tomcat server is running. I have set the the following java runtime options, -Xmx500m -Xms100m -Xingcg. I know that these values are not the best to use. Anyways, I'm keeping track of the freeMemory with the servlet

RE: Memory issue with Tomcat/4.0.3

2003-02-12 Thread alain
Sorry for not including system specs in original post. Intel Xeon 2.2 ghz, 2 GB Memory, Redhat 7.2 kernel 2.4.9-34, Sun JRE 1.4.0_01 I will adjust the heap sizes and test on another machine the latest kernel with IBM JRE. Thanks for the replies!!! Alain

Re: Conflicts between 2 lib in Tomcat 4.0.3

2003-02-04 Thread Elodie Tasia
Or maybe he is using the old Xerces (1.4.4) with the new Xerces(2.x). They have make huge changes between the 2 versions and backward compatibility is no longer supported (Xerces 1.4.4 doesn't fully supports JAXP, Xerces 2.x does). They probably use a public API, but not the JAXP one.

Conflicts between 2 lib in Tomcat 4.0.3

2003-02-03 Thread Elodie Tasia
Hi, I'm working with TC 4.0.3. In the WEB-INF/lib directory, I've got 2 libraries : xerces.jar (I think it's an old Xerces, I didn't put myself there : someone else need it) and xercesImpl.jar (a newer version of xerces). I coded a class that need xerces2, but when I launch it (via a servlet)

Re: Conflicts between 2 lib in Tomcat 4.0.3

2003-02-03 Thread Jacob Kjome
Put it in CATALINA_HOME/common/endorsed or common/lib. You aren't supposed to put endorsed packages such as javax.* and org.w3c.* in WEB-INF/lib. It causes all sorts of problems and violates the Sun classloading spec which Tomcat, as of 4.0.2, enforces. Jake At 10:11 AM 2/3/2003 +0100, you

Re: Conflicts between 2 lib in Tomcat 4.0.3

2003-02-03 Thread Elodie Tasia
I already tried to remove those libs from WEB-INF/lib to CATALINA_HOME/common/lib or CATALINA_HOME/lib, but all the classes in WEB-INF/classes that were coded by another developpers didn't worked any more ! Put it in CATALINA_HOME/common/endorsed or common/lib. You aren't supposed to put

Re: Conflicts between 2 lib in Tomcat 4.0.3

2003-02-03 Thread Jacob Kjome
hmm Seems to me that they might have been accessing the Xerces implementation classes rather than just the public interfaces. If they were doign things like loading classes dynamically such as using Class.forName(com.mypackage.MyClass) you would get exactly this problem because that

Re: Conflicts between 2 lib in Tomcat 4.0.3

2003-02-03 Thread Jeanfrancois Arcand
Or maybehe is using the old Xerces (1.4.4) with the new Xerces(2.x). They have make huge changes between the 2 versions and backward compatibility is no longer supported (Xerces 1.4.4 doesn't fully supports JAXP, Xerces 2.x does). They probably use a public API, but not the JAXP one. You will

Tomcat 4.0.3 vs tomcat 4.1.18 and WebStart

2003-01-30 Thread Masood Ahmed
Hi- I have recently upgraded to tomcat 4.1.18 (from 4.0.3) and notice that when I serve up a dynamic JNLP file (JSP with page contentType set to application/x-java-jnlp-file), the JavaWebstart application is not automatically picked up for processing the file. I get a dialog File Download (yes my

tomcat-4.0.3

2003-01-02 Thread sgv -
Hi, I am trying to run a JSP using tomcat-4.0.3 and it gives me the error __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

tomcat-4.0.3

2003-01-02 Thread sgv -
The prior mail was sent before I could complete. Therefore, I am posting my question again. I am trying to run a JSP using tomcat-4.0.3 and it gives me an error method flushBuffer() has protected access in class org.apache.jasper.runtime.JspWriterImpl. This error does not occur when I use tomcat

Tomcat 4.0.3 getResourceAsStream

2002-12-02 Thread Esteban González
Hi! I´ve just moved an old app that we had running using Jserv to tomcat4.0.3 But i have problems with this p = new Properties(); InputStream is = p.getClass().getResourceAsStream(/icard.properties); I keep getting null no matter where i put the icard.properties file. i´ve placed

Re: Tomcat 4.0.3 getResourceAsStream

2002-12-02 Thread Andreas Probst
Hi Esteban, try p.getClass().getResourceAsStream(/WEB-INF/icard.properties); (inside WEB-INF) or p.getClass().getResourceAsStream(/WEB- INF/classes/icard.properties); (inside classes) or p.getClass().getResourceAsStream(/WEB- INF/lib/icard.properties); (inside lib) If this doesn't work, try

Re: Tomcat 4.0.3 getResourceAsStream

2002-12-02 Thread Esteban González
Users List [EMAIL PROTECTED] Sent: Monday, December 02, 2002 12:57 PM Subject: Re: Tomcat 4.0.3 getResourceAsStream Hi Esteban, try p.getClass().getResourceAsStream(/WEB-INF/icard.properties); (inside WEB-INF) or p.getClass().getResourceAsStream(/WEB- INF/classes/icard.properties); (inside

Re: Tomcat 4.0.3 getResourceAsStream

2002-12-02 Thread Andreas Probst
to place all .properties files. is that possible?... Best regards, Esteban - Original Message - From: Andreas Probst [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 02, 2002 12:57 PM Subject: Re: Tomcat 4.0.3 getResourceAsStream Hi Esteban, try

tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
Hi, I have tried re-installing Tomcat 4.1.12 , moving to JDK1.4.1, but: My original post, still happening: This is post. ** I just installed Tomcat 4.1.12. But now my tomcat 4.0.3 webapps run about 10-20 times slower. These are my class exercises, ranging

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Reynir Hübner
-Original Message- From: Ron Day [mailto:[EMAIL PROTECTED]] Sent: 2. desember 2002 16:24 To: Tomcat Users List Subject: tomcat 4.1.12 much slower than Tomcat 4.0.3 Hi, I have tried re-installing Tomcat 4.1.12 , moving to JDK1.4.1, but: My original post, still happening

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
?? ron -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 10:29 AM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Hi, My setup is much faster with tomcat 4.1.12 than 4.0.x What kind of things are you doing

Re[2]: Tomcat 4.0.3 getResourceAsStream

2002-12-02 Thread Jacob Kjome
.properties files. EG is that possible?... EG Best regards, EG Esteban EG - Original Message - EG From: Andreas Probst [EMAIL PROTECTED] EG To: Tomcat Users List [EMAIL PROTECTED] EG Sent: Monday, December 02, 2002 12:57 PM EG Subject: Re: Tomcat 4.0.3 getResourceAsStream EG Hi Esteban, EG try

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Craig R. McClanahan
On Mon, 2 Dec 2002, Ron Day wrote: Date: Mon, 2 Dec 2002 10:24:26 -0600 From: Ron Day [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: tomcat 4.1.12 much slower than Tomcat 4.0.3 Hi, I have tried re-installing Tomcat

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 11:26 AM To: Tomcat Users List Subject: Re: tomcat 4.1.12 much slower than Tomcat 4.0.3 On Mon, 2 Dec 2002, Ron Day wrote: Date: Mon, 2 Dec 2002 10:24:26 -0600 From: Ron Day [EMAIL PROTECTED] Reply

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Craig R. McClanahan
On Mon, 2 Dec 2002, Ron Day wrote: Date: Mon, 2 Dec 2002 11:37:32 -0600 From: Ron Day [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Craig, thanks for suggeations

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Turner, John
slower than Tomcat 4.0.3 Craig, thanks for suggeations but. Not 15 seconds, but 10 times slower than 4.0.3 what puzzles me is that environment is identical except that I use 4.1.12 version rather than 4.0.3 No other changes between versions and when I go back to 4.0.3

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
I'll do that , thanks for input r -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 11:46 AM To: 'Tomcat Users List' Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 When you say no other changes are you taking into account

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 On Mon, 2 Dec 2002, Ron Day wrote: Date: Mon, 2 Dec 2002 11:37:32 -0600 From: Ron Day [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: tomcat 4.1.12 much slower than

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Shapira, Yoav
Hi, I'm tempted to mark this as off-topic, but maybe not yet ;) Heard of any IE issues crazy I know, its html by then. Do you specify a strict HTML DTD? If so, IE6 will render a bit more slowly. How did you determine it's a browser issue? Do you have a browser-independent (cactus,

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-02 Thread Ron Day
PM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Hi, I'm tempted to mark this as off-topic, but maybe not yet ;) Heard of any IE issues crazy I know, its html by then. Do you specify a strict HTML DTD? If so, IE6 will render a bit more slowly. How did you

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-01 Thread simon
Ron, Just some ramblings/thing I have been thinking about. I had performance problems with jakarta-james on win2000 which did not happen on linux, james dev guy fixed it. So I was wondering what OS and java are you using. Are you

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
than Tomcat 4.0.3 I need some help/assistance right away with trying to see a JSP in my browser!! All that I get for my efforts is a cryptic server error msg. [404] message saying that the requested resource couldn't be found! On Fri, 29 Nov 2002 22:47:02 -0600, Ron Day [EMAIL PROTECTED] wrote

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Scott Murray
slower than Tomcat 4.0.3 I need some help/assistance right away with trying to see a JSP in my browser!! All that I get for my efforts is a cryptic server error msg. [404] message saying that the requested resource couldn't be found! On Fri, 29 Nov 2002 22:47:02 -0600, Ron Day [EMAIL PROTECTED

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
: Saturday, November 30, 2002 1:31 PM To: 'Tomcat Users List' Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Ron, I had the same problem, and fixed it with this same web.xml for all my apps (this goes in the WEB-INF dir of each app): * ?xml version=1.0 encoding=ISO

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
, November 30, 2002 11:03 AM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 What does this have to do with my problem . I am getting tired of seeing your pleas for help. Please buy a book !! R -Original Message- From: Steven Burrus [mailto:[EMAIL PROTECTED

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
:03 AM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 What does this have to do with my problem . I am getting tired of seeing your pleas for help. Please buy a book !! R -Original Message- From: Steven Burrus [mailto:[EMAIL PROTECTED]] Sent: Saturday

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
I didn't figure it out, Scott Murray did, I'm waiting for his explanation. Ron -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 2:38 PM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 How did you ever figure

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
: tomcat 4.1.12 much slower than Tomcat 4.0.3 How did you ever figure this out, Ron? At 02:30 PM 11/30/2002 -0500, you wrote: Ron, I had the same problem, and fixed it with this same web.xml for all my apps (this goes in the WEB-INF dir of each app): * ?xml version=1.0

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
]] Sent: Saturday, November 30, 2002 2:38 PM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 How did you ever figure this out, Ron? At 02:30 PM 11/30/2002 -0500, you wrote: Ron, I had the same problem, and fixed it with this same web.xml for all my apps (this goes

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
PM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Ron, You should look at: http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg33723.html Micael At 02:45 PM 11/30/2002 -0600, you wrote: I didn't figure it out, Scott Murray did, I'm waiting for his

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 2:55 PM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Ron, You should look at: http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg33723.html Micael At 02:45 PM 11/30

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
Micael not start-up but running webapps.. My original post, still happening ** I just installed Tomcat 4.1.12. But now my tomcat 4.0.3 webapps run about 10 times slower. Anyone have any ideas as to why this may be. I did not change anything

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Scott Murray
, November 30, 2002 3:53 PM Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Okay, Murray, give it up! At 02:45 PM 11/30/2002 -0600, you wrote: I didn't figure it out, Scott Murray did, I'm waiting for his explanation. Ron -Original Message- From: micael [mailto:[EMAIL

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
So, I guess I am confused. Murray's suggestion did not help? At 03:46 PM 11/30/2002 -0600, you wrote: Micael not start-up but running webapps.. My original post, still happening ** I just installed Tomcat 4.1.12. But now my tomcat 4.0.3 webapps run

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
to better, oft we mar what's well. Scott Murray - Original Message - From: micael [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 3:53 PM Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 Okay, Murray, give it up! At 02:45 PM 11/30/2002

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
Tomcat 4.0.3 Okay, Murray, give it up! At 02:45 PM 11/30/2002 -0600, you wrote: I didn't figure it out, Scott Murray did, I'm waiting for his explanation. Ron -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 2:38 PM To: Tomcat Users

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread micael
: Saturday, November 30, 2002 11:03 AM To: Tomcat Users List Subject: RE: tomcat 4.1.12 much slower than Tomcat 4.0.3 What does this have to do with my problem . I am getting tired of seeing your pleas for help. Please buy a book !! R -Original Message- From: Steven Burrus [mailto:[EMAIL

RE: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-30 Thread Ron Day
I tried your suggestion several times, and rebooted as well, but still no improvement. I can run a simple one form,one servlet example in both tomcat 4.0.3 and 4.1.12 with no code changes. In 4.0.3 the response is instantaneous, but in 4.1.12 it takes 10-15 seconds for response, and does

tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-29 Thread Ron Day
I just installed Tomcat 4.1.12. But now my tomcat 4.0.3 webapps run about 10 times slower. Anyone have any ideas as to why this may be. I did not change anything, and it happens for jsp's and servlets !!! ron -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-29 Thread Steven Burrus
installed Tomcat 4.1.12. But now my tomcat 4.0.3 webapps run about 10 times slower. Anyone have any ideas as to why this may be. I did not change anything, and it happens for jsp's and servlets !!! ron -- To unsubscribe, e-mail: mailto:tomcat-user- [EMAIL PROTECTED] For additional commands, e-mail

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-29 Thread micael
installed Tomcat 4.1.12. But now my tomcat 4.0.3 webapps run about 10 times slower. Anyone have any ideas as to why this may be. I did not change anything, and it happens for jsp's and servlets !!! ron -- To unsubscribe, e-mail: mailto:tomcat-user- [EMAIL PROTECTED] For additional commands, e

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-11-29 Thread micael
[EMAIL PROTECTED] wrote: I just installed Tomcat 4.1.12. But now my tomcat 4.0.3 webapps run about 10 times slower. Anyone have any ideas as to why this may be. I did not change anything, and it happens for jsp's and servlets !!! ron -- To unsubscribe, e-mail: mailto:tomcat-user- [EMAIL

RE: Configuring Tomcat 4.0.3

2002-11-01 Thread Turner, John
Message- From: Kaustuv Sharma [mailto:skaustuva;neline.com] Sent: Friday, November 01, 2002 2:49 AM To: [EMAIL PROTECTED] Subject: Configuring Tomcat 4.0.3 Hi, I have an existing system which consists of JSP files and jars running on Tomcat 3.2.1 on Linux 6.1 platform. I have

Configuring Tomcat 4.0.3

2002-10-31 Thread Kaustuv Sharma
Hi, I have an existing system which consists of JSP files and jars running on Tomcat 3.2.1 on Linux 6.1 platform. I have to upgrade it to Tomcat 4.0.3 on Red Hat Linux 8.0. However, now I am having problems in loading the jar files. Before the jars were under a different location than

R: turn off directory listing in tomcat 4.0.3

2002-10-21 Thread Fabio Marsilio
A: [EMAIL PROTECTED] Oggetto: turn off directory listing in tomcat 4.0.3 How do I do this? Is this automatically turned on by default? Sorry for the easy newbie questions. Thanks -- ___ Talk More, Pay Less with Net2Phone Direct(R), up to 1500 minutes

Is there any way to read the response headers in a filter in Tomcat 4.0.3 ?

2002-10-21 Thread ifriedri
Hi, I want to write a filter for Tomcat 4.0.3 which should record all the traffic.But I cannot find any way to question the values of the headers of a response in my ResponseWrapper. Normal HttpServletResponse class doesn't have any getter methods for headers. In the debugger I can see

Re: Is there any way to read the response headers in a filter in Tomcat 4.0.3 ?

2002-10-21 Thread Andreas Probst
; LocalHttpServletResponseWrapper lres = new LocalHttpServletResponseWrapper(hres); chain.doFilter(req, lres); ... int status = lres.getStatus(); ... } Good luck. Andreas On 21 Oct 2002 at 10:31, [EMAIL PROTECTED] wrote: Hi, I want to write a filter for Tomcat 4.0.3

Re: Is there any way to read the response headers in a filter in Tomcat 4.0.3 ?

2002-10-21 Thread Andreas Probst
(req, lres); ... int status = lres.getStatus(); ... } Good luck. Andreas On 21 Oct 2002 at 10:31, [EMAIL PROTECTED] wrote: Hi, I want to write a filter for Tomcat 4.0.3 which should record all the traffic.But I cannot find any way to question the values

Downloads for Tomcat 4.0.3 and 4.0.4

2002-10-18 Thread Carlos
Hello Forum, Where can I download the rpms for Linux Tomcat 4.0.3 and 4.0.4? I cannot find them in the web anymore. Carlos Oliva

DBCP - Tomcat 4.0.3

2002-10-03 Thread Laura
Hi, is it possible to use DBCP with Tomcat 4.0.3? Can you give me some advices? Thanks Laura -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: DBCP - Tomcat 4.0.3

2002-10-03 Thread Felipe Schnack
I use it in tomcat 4.0.4, you just have to download the commons* jar from the site On Thu, 2002-10-03 at 11:44, Laura wrote: Hi, is it possible to use DBCP with Tomcat 4.0.3? Can you give me some advices? Thanks Laura -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Trouble shooting Tomcat 4.0.3 /SSL

2002-09-24 Thread Marie-Josée Demay
Hello I am using tomcat 4.0.3 / jsdk 1.4.0 / openssl 0.9.6b.8 on linux redhat 7.2. When i create a self signed certificate whith keytool -genkey -alias omcat -keyalg RSA ... it works fine . When i build a CA and i generate a certificate whith the folowing openssl command : -1- Certificat

Has anyone seen any problems with the Apache 1.3, Tomcat 4.0.3, JDK 1.4.0-b92 on Linux 7.2?

2002-09-24 Thread Francom, Kodie
Could anyone give me some direction on what we need to do to eliminate our problem. We have the Sun JDK1.4 and Tomcat 4.0.3 integrated with the Apache Server via mod_jk (Ajp13). The problem is that the Tomcat Server stalled after 2 days running our site and the only relevant information

IIS, Tomcat 4.0.3 on 2 different servers...

2002-09-23 Thread Rustad, Aaron
by web.xml), I get the standard error: Apache Tomcat/4.0.3 - HTTP Status 403 - Access to the requested resource has been denied I have traced the log files but can not find a solution, nor can I find a answer in the archives or howtos. I really need another pair of eyes to look at this for me. If anyone

Tomcat 4.0.3 as Windows service - jre/ext issue

2002-09-23 Thread Ranjith_Purush
Hi, I'm running Tomcat 4.0.3 as a Windows 2000 service. I have a shared class that I place in the jre/lib/ext folder. Tomcat can get to this class when it is run as a standalone process. But when Tomcat is switched to run in service mode, Tomcat triggers a java.lang.NoClassDefFoundError Any

RE: IIS, Tomcat 4.0.3 on 2 different servers...

2002-09-23 Thread Rustad, Aaron
To: '[EMAIL PROTECTED]' Subject: IIS, Tomcat 4.0.3 on 2 different servers... I would like to have IIS (running on server 1) forward JSP requests to Tomcat (running on server 2). I have set it up using the redirector, and I have successfully been able to view JSPs as expected. One problem I am

RE: Tomcat 4.0.3 as Windows service - jre/ext issue

2002-09-23 Thread Ranjith_Purush
Here is my take on the issue I had posted earlier. Tomcat 4.0.3 overides the use of [Java_Home]jre\lib\ext folder as a shared resource file folder with the [Tomcat]common\lib folder. My requirement was to place those classes that access native libraries outside of the web application (to ensure

Strange Behaviour with Character Encoding with tomcat 4.0.3 4.1.10

2002-09-20 Thread Sunny L. S. Chan
Hi all, I have a working multiple languges website which is running on tomcat 4.0.3. (i.e. ISO-8859-1 (English) / Big5 (trad CHinese) / Simp Chinese / Japanese / French / Thai) I manage the CharacterSet Encoding by using the method response.setContentType() for all the languages; When I

Setup a context for Tomcat 4.0.3

2002-09-20 Thread Chiming Huang
Hi, I would like to put my webapp out side of ~\tomcat\webapps directory. I know I need to setup a context in the ~\tomcat\conf\server.xml to point to my webapp directory. And it is working fine. Base on the environment stated above, my question is: Is there a way to configure Tomcat so

RE: Setup a context for Tomcat 4.0.3

2002-09-20 Thread Turner, John
To: [EMAIL PROTECTED] Subject: Setup a context for Tomcat 4.0.3 Hi, I would like to put my webapp out side of ~\tomcat\webapps directory. I know I need to setup a context in the ~\tomcat\conf\server.xml to point to my webapp directory. And it is working fine. Base on the environment

Re: Setup a context for Tomcat 4.0.3

2002-09-20 Thread rsequeira
] m cc: Subject: Setup a context for Tomcat 4.0.3 09/19/02 03:19 PM

Apache 2.0.40 Tomcat 4.0.3

2002-09-19 Thread Craig Deering
Here is a problem I've been trying to solve for about a week now... I was running Apache 2.0.35 with Tomcat 4.0.3. I decided my problem was with Apache so I upgraded to 2.0.40 and am still having the same issues. It appears that if you go to my website and put in the URL: http

Setup a context for Tomcat 4.0.3

2002-09-19 Thread Chiming Huang
Hi, I would like to put my webapp out side of ~\tomcat\webapps directory. I know I need to setup a context in the ~\tomcat\conf\server.xml to point to my webapp directory. And it is working fine. Base on the environment stated above, is there a way to configure Tomcat so that I don't need to

jasper with tomcat 4.0.3 Vs jasper with tomcat 4.1.10

2002-09-19 Thread Chakradhar Tallam
hi all, jasper with tomcat 4.0.3 executes the following code properly when there is an iterate inside iterate !-- Additional Adults -- logic:greaterThan name=GetFareFlightJSForm property=numberOfAdults value=1 scope=session logic:iterate indexId=index id=additionalAdultProfile name

Apache authentication info failed to pass to Tomcat 4.0.3

2002-09-12 Thread Xiaoyu Zhang
Hi all, I configured Apache to use basic authentication and tried to pass the successful authentication info to Tomcat through AJP13 connector. This approach works great in Apache 1.3.26 with Tomcat 4.0.3, failes with Tomcat 4.0.4, 4.1.10. Tomcat 4.1.10's AJP13 connector and Coyote connector

Re: Apache authentication info failed to pass to Tomcat 4.0.3

2002-09-12 Thread Jacob Kjome
the successful authentication info to Tomcat through AJP13 connector. This approach works great in Apache 1.3.26 with Tomcat 4.0.3, failes with Tomcat 4.0.4, 4.1.10. Tomcat 4.1.10's AJP13 connector and Coyote connector was tried with no luck. I would like to know if anyone else has similar experience

RE: Apache authentication info failed to pass to Tomcat 4.0.3

2002-09-12 Thread Xiaoyu Zhang
Subject: Re: Apache authentication info failed to pass to Tomcat 4.0.3 The Coyote connector is broken in this respect. Remmy recently fixed it in CVS post Tomcat-4.1.10. Grab a nightly build and use the coyote jar files from there. Jake At 08:14 AM 9/12/2002 -0400, you wrote: Hi all, I

Proper usage of JDK1.4.0_01 Logger and Tomcat 4.0.3

2002-09-10 Thread Evan S
Hi, I am having some difficulties using the JDK1.4 logger with Tomcat 4.0.3 in my current project. The project requires me to log certain errors into the database and I thought having a custom DBHandler will easily get the job done. When I tried to read the logging properties(i.e

Post operation failure in Apache/Tomcat 4.0.3 load balancing

2002-09-07 Thread Xiaoyu Zhang
Hi All, I have set up Apache 1.3.29 distribute loads across 2 Catalina 4.0.3. For http get operation, every thing works fine. For HTTP post operation, apache can figure out the righ server to send the request, however catalina 4.0.3 can not identify the correct session, it can not find the data

Running Tomcat 4.0.3 as a service on NT 2000 Server SVP2

2002-08-30 Thread Harald Kirschner
Folks, i run Tomcat version 4.0.3 on Windows 2000 Server as a service. tomcat.exe will be executed. Now I want to change the settings for the java virtual machine, i. e. the memory settings -Xms -Xmx. Where do I have to do it that Tomcat will use them? Regards, Harald Harald Kirschner Value

Tomcat 4.0.3 and SSL

2002-08-29 Thread Giorgio Ponza
Hi guys!!! I have installed Tomcat 4.0.3 stand-alone and i'd like to use SSL. SSL is installed correctly, but i'd like to know how to configure server.xml to get the feature. I'd like to use the port 80, not the default 8443. If i change it, in local it works but accessing the site from another

RE: Tomcat 4.0.3 and SSL

2002-08-29 Thread Andreas Mohrig
: Thursday, August 29, 2002 2:49 PM To: Tomcat Users List Subject: Tomcat 4.0.3 and SSL Hi guys!!! I have installed Tomcat 4.0.3 stand-alone and i'd like to use SSL. SSL is installed correctly, but i'd like to know how to configure server.xml to get the feature. I'd like to use the port 80

Re: Tomcat 4.0.3 and SSL

2002-08-29 Thread Giorgio Ponza
yes, i tried before and works not. I was writing the solution in the mailing list THanks a lot !! Giorgio -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Differences between tomcat 4.0.3. and Apache 1.3

2002-08-22 Thread Thébault, Médérick
Hello, In deploying web service under Tomcat I read that a tricky move allows to publish WSDL file by adding a line in the x_config.properties. I did it and it works fine when accessong to Tomcat port. But when I try to add apache on the top of it (with webapp module) this behaviour does not

Tomcat 4.0.3 building

2002-08-15 Thread Fathya Zemmouri
into /home/zemmouri/jakarta-tomcat-4.0.3-src/webapps/build/tomcat-docs [style] Transforming into /home/zemmouri/jakarta-tomcat-4.0.3-src/webapps/build/tomcat-docs [style] Loading stylesheet /home/zemmouri/jakarta-tomcat-4.0.3-src/webapps/tomcat-docs/tomcat-docs.xsl BUILD FAILED

  1   2   3   4   5   6   >