Re: An error about Tomcat 4.0

2005-09-27 Thread Tim Funk
cewolf to draw chart in Tomcat 4.0. And The program has been run successfully, but when I moved the same program file and used JAR file to the web server, whose OS is Solorias, there has been appearing the error message as below: javax.servlet.ServletException

An error about Tomcat 4.0

2005-09-26 Thread Greece
Hi,Everyone, I am using cewolf to draw chart in Tomcat 4.0. And The program has been run successfully, but when I moved the same program file and used JAR file to the web server, whose OS is Solorias, there has been appearing the error message as below: javax.servlet.ServletException

An error about Tomcat 4.0

2005-09-26 Thread Greece
Hi,Everyone, I am using cewolf to draw chart in Tomcat 4.0. And The program has been run successfully, but when I moved the same program file and used JAR file to the web server, whose OS is Solorias, there has been appearing the error message as below: javax.servlet.ServletException

Q: Will tomcat 4.0 work with IIS6 ?

2005-09-12 Thread Birbeck, JR \(John\)
We are implementing Objective version 6 with tomcat 4 and IIS6 on win2003 Server. Is Tomcat 4 going to work with IIS6 on 2003 server? John R Birbeck Corporate Systems Group Email: [EMAIL PROTECTED] Tel:+44 (0)1235 446492 Building R1. Room G-50, Business Information Technology Dept

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-05-01 Thread Anto Paul
On 4/30/05, Anoop kumar V [EMAIL PROTECTED] wrote: I am not sure why you had a blank (empty) webapps directory - possibly because you chose to download a version of tomcat4.0 which has no examples included... I have done nothing at all to the web.xml. There was abs nothing wrong with your

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anto Paul
On 4/29/05, Michelle Bruns [EMAIL PROTECTED] wrote: Hi there, I Installed Tomcat 4.0 (my professor recommended this older version) on my Win 2000 box. j2sdk1.4.0_01, j2sdkee1.2.1. Before installing Tomcat, I changed my Oracle XDB port to use 8083 instead of 8080; IIS is also installed

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Michelle Bruns
Hi there, I do not have a webapps/ROOT directory. It's not in my install ZIP file either. Creating a blank new one doesn't seem to change anything. According to my services file (BTW, I misspoke when I said Win2000, it's WinXP) I have no used ports at all in my 8000 range, although I know Oracle

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anoop kumar V
lets see if you have everything right: You have installed tomcat from an install available from the tomcat website?? I assume yes - so that is out of question that the install file in corrupt. SO probably you opted for a custom install and checked out that u did NOT want examples to be

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Michelle Bruns
Anoop, Thank you so much for taking so much time to so thoroughly respond to my message. I tried your suggestions, but no luck. It sounds to me as if maybe you are describing a scenario for a newer version of Tomcat than I was using (4.0, because my instructor said it was easier, ha). For

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anoop kumar V
I am not sure why you had a blank (empty) webapps directory - possibly because you chose to download a version of tomcat4.0 which has no examples included... I have done nothing at all to the web.xml. There was abs nothing wrong with your TC installation - except that it required an

Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-28 Thread Michelle Bruns
Hi there, I Installed Tomcat 4.0 (my professor recommended this older version) on my Win 2000 box. j2sdk1.4.0_01, j2sdkee1.2.1. Before installing Tomcat, I changed my Oracle XDB port to use 8083 instead of 8080; IIS is also installed and uses port 80. I have Norton Internet Security (yes

Re: Bug 11645 reported in Tomcat 4.0

2005-03-27 Thread Mark Thomas
This issue applies to the deprecated http/1.1 connector which is not even shipped with 5.5x 5.5.x uses the coyote connector which does not have this issue. Mark Vineet Chopra wrote: Hi, This is regarding Bug 11645 reported in Tomcat 4.0 which I came across in http://issues.apache.org/bugzilla

Re: Bug 11645 reported in Tomcat 4.0

2005-03-27 Thread Vineet Chopra
Chopra wrote: Hi, This is regarding Bug 11645 reported in Tomcat 4.0 which I came across in http://issues.apache.org/bugzilla/show_bug.cgi?id=11645. This is the same exception which I am facing when trying to close an underlying BufferedReader created using InputStreamReader

Bug 11645 reported in Tomcat 4.0

2005-03-26 Thread Vineet Chopra
Hi, This is regarding Bug 11645 reported in Tomcat 4.0 which I came across in http://issues.apache.org/bugzilla/show_bug.cgi?id=11645. This is the same exception which I am facing when trying to close an underlying BufferedReader created using InputStreamReader of a ServletInputStream. I would

Configuring Tomcat 4.0 to communicate with an SSL-enabled Apache server

2005-01-21 Thread Richard.R.Myers
Where can one find information on configuring Tomcat 4.0 to communicate with an SSL-enabled Apache server? The 4.0 Tomcat documents on SSL (See http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html under the heading SSL and Tomcat) has this paragraph: It is important to note

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

Tomcat 4.0 admin url?

2005-01-05 Thread Scott Purcell
Hello, A while back, I was learning Tomct 4.1.31. Anyway, back then I used a web-based admin tool to load war files, etc. I did not save my notes, and I forgot what the url was to launch this admin helper. Could someone help me out with this? Thanks, Scott

Re: Tomcat 4.0 admin url?

2005-01-05 Thread Mark Thomas
For a default install, using a browser on the same box as tomcat: http://localhost:8080/manager/html You will need to edit conf/tomcat-users.xml to add a user that has the manager role. Mark Scott Purcell wrote: Hello, A while back, I was learning Tomct 4.1.31. Anyway, back then I used a

Re: Compile and Deploy JSPs - Tomcat 4.0

2004-12-23 Thread Antony Paul
- Tomcat 4.0 I might be picking up fag ends here, but I noticed that in this block: servlet servlet-nameclient/servlet-name servlet-classclient/servlet-class /servlet The 'servlet-class' element would normally take the fully qualified name of the class - IOW the complete package name

RE: Compile and Deploy JSPs - Tomcat 4.0

2004-12-22 Thread Abhay Hiwarkar
in advance, Abhay -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Tue, 21 Dec 2004 09:34 To: Tomcat Users List Subject: Re: Compile and Deploy JSPs - Tomcat 4.0 The proper way to do this is use the JSPC task to compile JSP files to class files and then create url

Re: Compile and Deploy JSPs - Tomcat 4.0

2004-12-22 Thread Harry Mantheakis
:655) Could any one help. Thanks in advance, Abhay -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Tue, 21 Dec 2004 09:34 To: Tomcat Users List Subject: Re: Compile and Deploy JSPs - Tomcat 4.0 The proper way to do this is use the JSPC task

RE: Compile and Deploy JSPs - Tomcat 4.0

2004-12-22 Thread Abhay Hiwarkar
will be appriciated... Abhay Hiwarkar -Original Message- From: Harry Mantheakis [mailto:[EMAIL PROTECTED] Sent: Wed, 22 Dec 2004 18:32 To: Tomcat Users List Subject: Re: Compile and Deploy JSPs - Tomcat 4.0 I might be picking up fag ends here, but I noticed that in this block: servlet servlet

Compile and Deploy JSPs - Tomcat 4.0

2004-12-20 Thread Abhay Hiwarkar
Hi, I have around 120 JSP files and want to avoid deploying them with the source-code. Using JSPC utility, I am able to compile them to .java files. If required, I can get the .class files from: /tomcat4.0/work/myApp. Can anybody help me deploying only the .class files with Tomcat4.0. Many

Re: Compile and Deploy JSPs - Tomcat 4.0

2004-12-20 Thread Antony Paul
The proper way to do this is use the JSPC task to compile JSP files to class files and then create url mappings in the web.xml for the JSPs to class files. The class files are to be deployed in the WEB-INF/classes directory. The Anto JSPC task(which is same supplied with Tomcat). I think this

Re: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27

2004-08-15 Thread Eugene
Yes, you will have this problem, you must uninstall old service. And what about CATALINA_HOME? You need to reconfigure it anyway when Tomcat is stopped. Stop and uninstall old service or install new service with a different name - it works for me. Regards. Saturday, August 14, 2004, 11:53:02

RE: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27

2004-08-15 Thread alan sparago
PROTECTED] Subject: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27 Test environment is Windows 2000 pro, live environment is Windows 2000 server. On my test system I've struck a problem when trying to install Tomcat 5 when the system is currently still running Tomcat 4. During

Re: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27

2004-08-15 Thread Stephen Souness
[mailto:[EMAIL PROTECTED] On Behalf Of Stephen Souness Sent: Saturday, August 14, 2004 7:53 PM To: [EMAIL PROTECTED] Subject: Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27 Test environment is Windows 2000 pro, live environment is Windows 2000 server. On my test system I've

Upgrading from Java 1.3 and Tomcat 4.0 to Java 1.4 and Tomcat 5.0.27

2004-08-14 Thread Stephen Souness
Test environment is Windows 2000 pro, live environment is Windows 2000 server. On my test system I've struck a problem when trying to install Tomcat 5 when the system is currently still running Tomcat 4. During installation there is a failure installing the Tomcat5 service - possibly a clash

FW: Apache Tomcat 4.0 vs 4.1

2004-03-01 Thread John Eaton
Has no-one any ideas about my issue below? -Original Message- From: John Eaton Sent: 24 February 2004 09:17 To: [EMAIL PROTECTED] Subject: RE: Apache Tomcat 4.0 vs 4.1 The jsp page in the work directory is as follows package org.apache.jsp; import javax.servlet.*; import

RE: Apache Tomcat 4.0 vs 4.1

2004-02-24 Thread John Eaton
. if (pageContext != null) pageContext.handlePageException(t); John -Original Message- From: John Eaton Sent: 20 February 2004 09:25 To: 'Tomcat Users List' Subject: RE: Apache Tomcat 4.0 vs 4.1 Yes I can see the jsp page in the work directory. The reason I chose this title is that it works

RE: Apache Tomcat 4.0 vs 4.1

2004-02-20 Thread John Eaton
: RE: Apache Tomcat 4.0 vs 4.1 Howdy, - Root Cause - javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte xtIm pl.java:536) at org.apache.jsp.CreateIndividual_jsp._jspService(CreateIndividual_jsp.ja va:8 60) Can you see

Apache Tomcat 4.0 vs 4.1

2004-02-19 Thread John Eaton
I have a web application which sends a SOAP message to a web service. I have installed both of these on Tomcat Version 4.0.3 and the web application communicates with the web service fine. When I install both the application and the web service on Tomcat Version 4.1.24 I get the following error

RE: Apache Tomcat 4.0 vs 4.1

2004-02-19 Thread Shapira, Yoav
Howdy, - Root Cause - javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte xtIm pl.java:536) at org.apache.jsp.CreateIndividual_jsp._jspService(CreateIndividual_jsp.ja va:8 60) Can you see the .java page for your JSP in

Re: Problems with jk2 on IIS 5.0 and Tomcat 4.0

2004-01-19 Thread Jeff Trout
On Fri, 16 Jan 2004 15:54:00 EST Rasmus Munk [EMAIL PROTECTED] wrote: HttpFilterProc [/camping_lars/servlet/camping.XMLServer.Server] is a servlet url - should redirect to ajp13:localhost:8009 HttpFilterProc check if [/camping_lars/servlet/camping.XMLServer.Server] is pointing to the

RE: Problems with jk2 on IIS 5.0 and Tomcat 4.0

2004-01-19 Thread Rasmus Munk
Munk Cc: [EMAIL PROTECTED] Subject: Re: Problems with jk2 on IIS 5.0 and Tomcat 4.0 On Fri, 16 Jan 2004 15:54:00 EST Rasmus Munk [EMAIL PROTECTED] wrote: HttpFilterProc [/camping_lars/servlet/camping.XMLServer.Server] is a servlet url - should redirect to ajp13:localhost:8009 HttpFilterProc

RE: Problems with jk2 on IIS 5.0 and Tomcat 4.0

2004-01-19 Thread Rasmus Munk
Munk Cc: [EMAIL PROTECTED] Subject: Re: Problems with jk2 on IIS 5.0 and Tomcat 4.0 On Fri, 16 Jan 2004 15:54:00 EST Rasmus Munk [EMAIL PROTECTED] wrote: HttpFilterProc [/camping_lars/servlet/camping.XMLServer.Server] is a servlet url - should redirect to ajp13:localhost:8009 HttpFilterProc

Re: Problems with jk2 on IIS 5.0 and Tomcat 4.0

2004-01-19 Thread Daniel Schmitt
: [EMAIL PROTECTED] Subject: Re: Problems with jk2 on IIS 5.0 and Tomcat 4.0 On Fri, 16 Jan 2004 15:54:00 EST Rasmus Munk [EMAIL PROTECTED] wrote: HttpFilterProc [/camping_lars/servlet/camping.XMLServer.Server] is a servlet url - should redirect to ajp13:localhost:8009 HttpFilterProc check

Problems with jk2 on IIS 5.0 and Tomcat 4.0

2004-01-16 Thread Rasmus Munk
Hi I have some problems making the jk2 redirector work. My log file seems ok, until: HttpFilterProc [/camping_lars/servlet/camping.XMLServer.Server] is a servlet url - should redirect to ajp13:localhost:8009 HttpFilterProc check if [/camping_lars/servlet/camping.XMLServer.Server] is pointing to

Re: How to install new verisign intermediate signing certificate to apache tomcat 4.0

2004-01-15 Thread Mauro Pencov
from https://www.verisign.com/support/site/caReplacement.html. Windows 2000 Server can see new certificate but I can't install new certificate to Apache Tomcat 4.0 with keytool utility How can install new certificate to Apache tomcat 4.0 ? which steps I should do to solve this problem ? Thanks

How to install new verisign intermediate signing certificate to apache tomcat 4.0

2004-01-14 Thread Harun Veliolu \(Ko . net\)
to Apache Tomcat 4.0 with keytool utility How can install new certificate to Apache tomcat 4.0 ? which steps I should do to solve this problem ? Thanks, Harun velioglu

Recall: How to install new verisign intermediate signing certificate to apache tomcat 4.0

2004-01-14 Thread Harun Veliolu \(Ko . net\)
Title: Recall: How to install new verisign intermediate signing certificate to apache tomcat 4.0 Harun Veliolu (Ko.net) would like to recall the message, How to install new verisign intermediate signing certificate to apache tomcat 4.0

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.x memory leak (not javac) Ok

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

2003-12-03 Thread William Connor
: 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 Message- From: Shapira, Yoav [mailto

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

2003-12-03 Thread Trenton D. Adams
/ 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) Howdy, Since

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

2003-12-03 Thread Shapira, Yoav
/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) Howdy, Since you can reproduce your error easily, can you narrow down which 3rd party library

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, the class loader for tomcat should keep track

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, the class loader for tomcat should keep track

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, Yoav [mailto:[EMAIL PROTECTED] Sent: December 3, 2003 11

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

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 unused

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 memory leak (not javac

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

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 searching

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

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% true), 1. Where is this mentioned

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

2003-12-02 Thread Shapira, Yoav
, 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: Tomcat 4.0.x memory leak (not javac) Shapira, Yoav wrote: Besides

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

2003-12-02 Thread Trenton D. Adams
: 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 references that cause the memory leak? Yoav Shapira Millennium

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) Ouch, LOL. I don't really know a whole lot about

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

2003-12-02 Thread Shapira, Yoav
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 really know a whole lot about the tomcat under the hood! :) I can try

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

2003-12-02 Thread Trenton D. Adams
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 Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: December 2, 2003 12:08 PM To: Tomcat Users List Subject: RE: Tomcat 4.0.x

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

2003-12-01 Thread Abhijeet Selukar
- 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 am not sure if it still

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

2003-12-01 Thread Shapira, Yoav
:[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 Nov too... I had contacted to the support people where our web

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-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

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

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 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

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

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

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

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

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 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

Tomcat 4.0, server.xml and SSL

2003-10-29 Thread Gilpin, Michael R.
I installed SSL on my Apache Tomcat 4.0 server. When the SSL Connector portion of server.xml is commented-out, my Apache Tomcat server service restarts with no problems. But when the SSL Connector portion is not commented-out, the Apache Tomcat server service will NOT restart. It doesn't

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

RE: Tomcat 4.0.x

2003-10-17 Thread Steve Raeburn
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 knows of a source for this thing? Thanks, -Florian

Re: Tomcat 4.0.x

2003-10-17 Thread Florian Ebeling
-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 anybody knows

Connection Pooling in Tomcat 4.0

2003-09-16 Thread santosh.bhushan
Hi, Can anyone send me the process of using Connection pooling in Tomcat 4.0 I have gone through Tomcat documentation, it says it can be done using Tyrex.jar file. Can anyone send me the process. The second question is It is likely to put Database(SqL Server in our case) credential like DSN

Re: Connection Pooling in Tomcat 4.0

2003-09-16 Thread Andoni
Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 12:27 PM Subject: Connection Pooling in Tomcat 4.0 Hi, Can anyone send me the process of using Connection pooling in Tomcat 4.0 I have gone through Tomcat documentation, it says it can be done using

RE: Connection Pooling in Tomcat 4.0

2003-09-16 Thread santosh.bhushan
and Password in the server.xml file. if yes what other thing we need to put in server.xml and what things we need to put in web.xml Thanks a lot.. Any other suggestion regarding using CONNECTION POOLING WITH TOMCAT 4.0 is highly welcome -Santosh -Original Message- From

RE: Connection Pooling in Tomcat 4.0

2003-09-16 Thread santosh.bhushan
other suggestion regarding using CONNECTION POOLING WITH TOMCAT 4.0 is highly welcome -Santosh -Original Message- From: Andoni [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 5:27 PM To: Tomcat Users List Subject: Re: Connection Pooling in Tomcat 4.0 I have tried

Recall: Connection Pooling in Tomcat 4.0

2003-09-16 Thread santosh.bhushan
Santosh Bhushan-OP would like to recall the message, Connection Pooling in Tomcat 4.0. DISCLAIMER: This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store

Vedr.: RE: Connection Pooling in Tomcat 4.0

2003-09-16 Thread Thomas Nybro Bolding
pooling. Best regards Thomas [EMAIL PROTECTED] 16-09-03 14:13 Besvar venligst til Tomcat Users List Til:[EMAIL PROTECTED] cc: [EMAIL PROTECTED] Vedr.: RE: Connection Pooling in Tomcat 4.0 Hi andoni, First of all thanks for reply. Because you have already done

RE: Vedr.: RE: Connection Pooling in Tomcat 4.0

2003-09-16 Thread santosh.bhushan
for a willing heart. -Original Message- From: Thomas Nybro Bolding [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 5:47 PM To: Tomcat Users List Subject: Vedr.: RE: Connection Pooling in Tomcat 4.0 Hi santosh. I have been using DBConnectionBroker from http

Vedr.: RE: Vedr.: RE: Connection Pooling in Tomcat 4.0

2003-09-16 Thread Thomas Nybro Bolding
second answer is YES - it is written and distributed under Open Source License. /Thomas [EMAIL PROTECTED] 16-09-03 14:42 Til:[EMAIL PROTECTED] cc: Thomas Nybro Bolding/THBO/Intranet/[EMAIL PROTECTED] Vedr.: RE: Vedr.: RE: Connection Pooling in Tomcat 4.0

RE: Vedr.: RE: Vedr.: RE: Connection Pooling in Tomcat 4.0

2003-09-16 Thread santosh.bhushan
. -Original Message- From: Thomas Nybro Bolding [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 6:33 PM To: Santosh Bhushan-OP Cc: [EMAIL PROTECTED] Subject: Vedr.: RE: Vedr.: RE: Connection Pooling in Tomcat 4.0 The way I have done it (though this might not be the best

problem modifying classpath using external classes in Tomcat 4.0

2003-09-08 Thread Pradeep Gummi
Hi All, I am trying to use external classes used for my web app by adding a jar of the class folder to the class path. I have realized that by doing this, only the classes existing in the folder are being accessed and not the classes that are in its sub folders. Say for example, saclasses |

Re: Migrating from JServ to Tomcat 4.0

2003-09-05 Thread Tim Funk
Message - From: Filip Hanik [EMAIL PROTECTED] Date: Thursday, September 4, 2003 5:18 pm Subject: Re: Migrating from JServ to Tomcat 4.0 you have to choices: 1. Do a proper migration, ie convert your webapp to a real webapp with WEB-INF so that you load your classes - this is the recommended method

Migrating from JServ to Tomcat 4.0

2003-09-04 Thread Pradeep Gummi
Hello all, I have a web application deployed in JServ. Now I would like to migrate the application to Tomcat 4.0 with out disturbing the existing directory structure. Since JServ doesnt have web.xml and has the following jserv.conf and jserv.properties files and also doesnt have any WEB-INF

Re: Migrating from JServ to Tomcat 4.0

2003-09-04 Thread Filip Hanik
to Tomcat 4.0 Hello all, I have a web application deployed in JServ. Now I would like to migrate the application to Tomcat 4.0 with out disturbing the existing directory structure. Since JServ doesnt have web.xml and has the following jserv.conf and jserv.properties files and also doesnt have any WEB

Re: Migrating from JServ to Tomcat 4.0

2003-09-04 Thread Pradeep Gummi
are not present in the CATALINA_HOME. Any solutions for this problem thanks pradeep gummi - Original Message - From: Filip Hanik [EMAIL PROTECTED] Date: Thursday, September 4, 2003 5:18 pm Subject: Re: Migrating from JServ to Tomcat 4.0 you have to choices: 1. Do a proper migration

Re: need help in apache tomcat 4.0

2003-08-29 Thread John Turner
This describes exactly where you should put files: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html And you also might find the ClassLoader HOWTO helpful: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html John sheba Tasaduque wrote: hi

need help in apache tomcat 4.0

2003-08-29 Thread sheba Tasaduque
to ask about correct path for addition in apache tomcat 4.0.Actaully i want to get sound file through servlet and for this i have downloaded the class, MultipartRequest, written by Jason Hunter which is available for download at http://www.servlets.com/cos/index.html.you can read Complete

when building tomcat 4.0 : cannot resolve symbol

2003-08-09 Thread Prestation3 . EXPLOITATION
Hi, Trying to build Tomcat 4.1 I get the following error what I missed ? Can You help ? [EMAIL PROTECTED]:/opt/jakarta-tomcat-4.1.24-src# ant dist Buildfile: build.xml deploy-prepare: deploy-static: deploy: [echo] Target: Catalina - Deploy ... flags: flags.display: [echo] ---

Tomcat 4.0. LE

2003-08-04 Thread Zille Hassan
Dear Philipp Thanks for the help regarding the installation of JDK. Now one more thing, I am sure you would be able to help me out there as well I have got this installer for Tomcat 4.0. How do I install it, the file is called __tar.gz, I can view whats inside the compressed folder but don't

RE: Tomcat 4.0. LE

2003-08-04 Thread Werner vd Merwe
Message- From: Zille Hassan [mailto:[EMAIL PROTECTED] Sent: 04 August 2003 02:23 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Tomcat 4.0. LE Dear Philipp Thanks for the help regarding the installation of JDK. Now one more thing, I am sure you would be able to help me out

RE: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear from the Browser.

2003-07-28 Thread Zaragoza, Carles
] Sent: viernes, 25 de julio de 2003 17:05 To: 'Tomcat Users List' Subject: RE: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear from the Browser. Check the 'next page' link if its http or https -Original Message- From: Zaragoza, Carles [mailto:[EMAIL

Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Lock-Icon disappear from the Browser.

2003-07-25 Thread Zaragoza, Carles
I have installed the SSL support for Tomcat 4.0.4 and almost everything works. I followed all the guidelines from http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html But for instance when I type https

RE: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear from the Browser.

2003-07-25 Thread Jay Garala
Check the 'next page' link if its http or https -Original Message- From: Zaragoza, Carles [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 6:38 AM To: Tomcat Users List ([EMAIL PROTECTED]) Subject: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear

Tomcat 4.0 and 5.0

2003-07-16 Thread Varley, Roger
Hi Is there a URL that details what is going to be different between Tomcat 4.0 and 5.0. I'm looking for something more in the style of a tutorial, descriptive how it works type of thing rather than a list of features. Regards Roger

  1   2   3   4   5   6   7   8   9   10   >