Looking for debug solutions

2004-05-10 Thread Randy
Hello, I have just recently built two new boxes. They are exhibiting some strange behavior and I am unsure how to troubleshoot. I am looking for some suggestions. My old config that ran forever was RH7, apache 1.3, mod_jk and tomcat 4.0 My two new boxes are Box 1) rh9, apache 2, mod_jk and

Installation hangs at jvm.dll

2004-05-10 Thread Lars Schouw
I tried to run the tomcat 5.0.24 installaton file under Windows XP. It hangs at c:\j2sdk1.4.2_04\jre\bin\server\jvm.dll Any ideas? I searched bugzilla, web and the mailing list archives but could not really find anything except from this closed bug Bug#:22174 Regards Lars Schouw

Re: Hi

2004-05-10 Thread tomcat-user
Here is the file. --- Trend GateLock [EMAIL PROTECTED] (higp2.gatelock.com.tw) ** your_file.pif Trend GateLock [EMAIL PROTECTED] (higp2.gatelock.com.tw) ** your_file.pif WORM_NETSKY.D

Re: Tomcat 5 JK2 and IIS 5

2004-05-10 Thread Raymond Blum
Thanks, the installer ran beautifully but I still get the message The Handle Is Invalid in the browser and a 500 status in the web server log for the GET request for /jakarta/isap_redirector2.dll This was good to try as I am now pretty sure that it is not some misconfiguration on my part but

RE: Manager access problems

2004-05-10 Thread Greg Adams
There's multiple connectors configured in tomcat/conf/server.xml. I have to do JkMount for each webapp I want mapped into Apache in httpd.conf, but I can still access the regular tomcat page on port 8080, just like when tomcat is running as a standalone http server. I never shut off the standalone

RE: Manager access problems

2004-05-10 Thread Greg Adams
Nope, I already read that part of the manager how-to. As I said, I'm able to access the manager webapp using jk, and even using the standalone http server on port 8080, which would be impossible if I hadn't added a user in the manager role. I ran into a problem accessing the manager admin

forwarding across contexts?

2004-05-10 Thread Fred Toth
Hi, I'm trying to install a filter into the default context that forwards to my application (in another context) and it doesn't seem to want to work. (jboss 3.2.3 with embedded tomcat 4.1.29) In researching this, I've seen various hints that this may in fact be illegal. Can anyone confirm? The

RE: Muiltipul Tomcat 5.19 Servers on the same machine.

2004-05-10 Thread Bond
Ok, I now understand that I can either define unique ports or new IP address for each instance. But now a more simple yet dumber question. How do I actually start up these instances of Tomcat. If I install 5.19 as a service it just rewrites the same service each time. I don't want that. I

Re: forwarding across contexts?

2004-05-10 Thread Justin Ruthenbeck
At 07:04 PM 5/10/2004, you wrote: Hi, I'm trying to install a filter into the default context that forwards to my application (in another context) and it doesn't seem to want to work. (jboss 3.2.3 with embedded tomcat 4.1.29) In researching this, I've seen various hints that this may in fact be

Re: maxThreads

2004-05-10 Thread Bill Barker
Hollerman Geralyn M [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Evidently, I'm misunderstanding something about the maxThreads attribute on the HTTP Connector; I saw from the docs that in Tomcat 5.0.19, this is the maximum number of request processing threads to be created by

How to know if ANT is Installed correctly

2004-05-10 Thread Parker, Mike
Hi, I would like to know that I have Ant 1.6 installed correctly. Is there a way that I can determine this? Thank you for any help. Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tomcat 5 nt service

2004-05-10 Thread Bill Barker
Sasha Borodin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I have a working installation of Tomcat 5 (on a Windows 2000 Server SP4 machine with jdk_1.4.1), which works great. I tried running the service.bat script under the bin directory to install the NT service, which

Re: Muiltipul Tomcat 5.19 Servers on the same machine.

2004-05-10 Thread Parsons Technical Services
What OS? Doug - Original Message - From: Bond [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, May 10, 2004 10:18 PM Subject: RE: Muiltipul Tomcat 5.19 Servers on the same machine. Ok, I now understand that I can either define unique ports or new IP address

Re: forwarding across contexts?

2004-05-10 Thread Fred Toth
Justin, Thanks very much for your considered reply. You both solved my problem and made me question my approach at the same time. In re-thinking this in terms of separated webapps, I've hit another issue. If I solve this problem within one particular web application, I have to be able to point

Error on the how-to page for MySQL database setup -- to whom it may concern

2004-05-10 Thread Geoff Granum
on the page: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html under the MySQL DBCP Example section there is an error. At: 3. web.xml configuration Now create a WEB-INF/web.xml for this test application. source web-app

Re: OutOfMemoryError after 5.0.24 update

2004-05-10 Thread Stefan Proels
On Monday 10 May 2004 17:26, Remy Maucherat wrote: Stefan Proels wrote: Dear all, after updating our server to Tomcat 5.0.24 last night I got 2 crashes with the last words Exception in thread CompilerThread1 java.lang.OutOfMemoryError: requested 32760 bytes for ChunkPool::allocate.

RE: jk2: url mapping problem with apache

2004-05-10 Thread Cox, Charlie
You are doubling up on your mappings. If you are going to use JkUriSet, remove the [uri] from workers2.properties. The [uri] would be what is causing your problem. Charlie -Original Message- From: Duane Winner [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 2:11 PM To: Tomcat

Re: Authentication with custom access control

2004-05-10 Thread QM
On Mon, May 10, 2004 at 10:30:13AM +0100, Cain, Simon wrote: : I need to set up my Tomcat server to receive requests using BASIC : authentication, but then allow me to authorize them using my own application : database. I do not want Tomcat to check against the users in the : tomcat-users.xml

maxThreads

2004-05-10 Thread Hollerman Geralyn M
Evidently, I'm misunderstanding something about the maxThreads attribute on the HTTP Connector; I saw from the docs that in Tomcat 5.0.19, this is the maximum number of request processing threads to be created by this connector. So, what that said to me was that if I wanted to allow lots of

Re: tomcat clustering

2004-05-10 Thread Filip Hanik - Dev
Caused by: java.io.NotSerializableException: - Original Message - From: keita elhadji [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 10, 2004 4:52 AM Subject: tomcat clustering Hi, i have a problem with mod_jk2 . I have two PC with tomcat5.019 1st PC name is :

tomcat connection pooling

2004-05-10 Thread Ponnam Janiki
Hi Guys, I don’t know is it the right place to ask this question. If not plz forgive me and direct me to the right place. I have been struggling for the past two weeks to create a connection pool in Tomcat 4.x/Tomcat 5.x. Actually my environment is, Windows XP professional, j2sdk1.4.2_04,

Manager access problems

2004-05-10 Thread Greg Adams
I've installed tomcat 5.0.19 on solaris 2.8. I've also installed jk-1.2.5 to connect tomcat to apache 1.3.27. I'm having no problems with jk, my problem is when trying to access the manager application. If I access it on the localhost using port 8080, http://localhost:8080/manager/html/, I have no

Re: Directory recursion with mod_jk2.

2004-05-10 Thread Brett Simpson
On Thursday 06 May 2004 04:24 pm, Brett Simpson wrote: I'm trying to configure Apache2 with mod_jk2 on Linux to be able to process all files with a .cfm extension in all directories on the server. The cfm is used for the Coldfusion servlet which is installed in the ROOT context. I figured out

2.0.4 connector source?

2004-05-10 Thread Daniel Gibby
I thought there used to be link at the download site for the connector source to compile it, but all I see are a few binaries, which doesn't include a binary for what I need... http://jakarta.apache.org/site/binindex.cgi What happened to the source for the connectors? The only binaries

RE: Tomcat 5.0 + IIS 6 + Windows 2003

2004-05-10 Thread Srinivas Kotapally
Hi My responses: 1. Where does the dll reside (full folder path) d:\tomcat5\bin\win32\i386\isapi_redirector2.dll 2. What is the virtual directory name in IIS and what the physical folder pointing to. The virtual directory: jakarta the directory path it is pointing to is:

Memory Options

2004-05-10 Thread Paul Mitchell
Hello All, I am trying to configure Tomcat 4.1.27 on Windows XP and for some reason when I set the CATALINA_OPTS option in my environment variables, the catalina jpda start command simple refuses to start Tomcat. When I remove these options, the command works just fine. The same

Muiltipul Tomcat 5.19 Servers on the same machine.

2004-05-10 Thread Bond
Hey Everyone, I want to install 3 instances of Tomcat 5.19 as a service on one box. When I do this, I install each one into it's own unique directory. However, when I try to start the service, it seems to not recognize the 2nd or 3rd install. I think I need to do some more configuration

Re: Tomcat 5 JK2 and IIS 5

2004-05-10 Thread Emerson Cargnin
There could be one of this to linux ;) Raymond Blum wrote: Thanks, I will try it, The install2iis,.js that Jakarta puts out bombs trying to find the web server root dir. ---Raymond On May 9, 2004, at 7:48 PM, Shane Linley wrote: Well to tell the complete truth, at my site here we used this

RE: Session without Cookies

2004-05-10 Thread Yansheng Lin
This is a FAQ. Set cookies=false in your context: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html -Yan -Original Message- From: Nils [mailto:[EMAIL PROTECTED] Sent: May 8, 2004 04:41 To: [EMAIL PROTECTED] Subject: WG: Session without Cookies Hello there, how can

RE: Tomcat 5.0 + IIS 6 + Windows 2003

2004-05-10 Thread Kannan Sundararajan
1. Create direcotry/folder d:\tomcat 2. Copy to d:\tomcat .. isapi_redirector2.dll, 3. Register and map this dll... {Please mention the values in it) 4. Virtual Directory-jakarta should point to d:\tomcat 5. Workers2.properties should be in IIS website directory 6. Finding the version

RE: Muiltipul Tomcat 5.19 Servers on the same machine.

2004-05-10 Thread Yansheng Lin
Huh, interesting. So you want all your three instances of Tomcat running at the same time on the same box. I am afraid Tomcat is not built that way. But not sure it's not doable, just change the port that the 2nd and 3rd instances listens too, you should be fine. Not sure what you intend to

RE: Cannot access certian jar files in common/lib

2004-05-10 Thread Yansheng Lin
Are you running tomcat as root? Is those jar's accessible under the group that Tomcat runs? Also delete upload.jar, and the /work dir and see if your manager app still works without the upload.jar. -Yan -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED]

Re: Muiltipul Tomcat 5.19 Servers on the same machine.

2004-05-10 Thread Emerson Cargnin
You can create a different ip address for the same machine using ifconfig. Take a look at the archive, I once send a better explanation on that... This approach is better than changing ports so you can use the default ports, just define an ipAdress tag for each different isntance. Yansheng Lin

RE: Manager access problems

2004-05-10 Thread Yansheng Lin
Your apache listens on port 80, no? -Yan -Original Message- From: Greg Adams [mailto:[EMAIL PROTECTED] Sent: May 10, 2004 10:23 To: [EMAIL PROTECTED] Subject: Manager access problems I've installed tomcat 5.0.19 on solaris 2.8. I've also installed jk-1.2.5 to connect tomcat to apache

RE: Directory recursion with mod_jk2.

2004-05-10 Thread Cox, Charlie
Remove your [uri] line and use something like this in the httpd.conf: LocationMatch .*\.cfm$ JkUriSet ... /LocationMatch regular expression is your friend. You should then be able to use your DirectoryIndex. Charlie -Original Message- From: Brett Simpson [mailto:[EMAIL

RE: Filter on url example - Filter out hack attempts

2004-05-10 Thread Shapira, Yoav
Hi, This is a trivial filter: public class URLFilter implements Filter { ... public void doFilter(...) { if(req instance of HttpServletRequest) { HttpServletRequest hreq = (HttpServletRequest) req; String uri = hreq.getRequestURI(); if(allow(uri)){

RE: Muiltipul Tomcat 5.19 Servers on the same machine.

2004-05-10 Thread Shapira, Yoav
Hi, What are you guys talking about? You can run as many instances of tomcat as you want on the same machine with the same IP address, just change the port. Yoav Shapira Millennium Research Informatics -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: Tomcat 4.1.29 - Tomcat 4.0.1 - App Problems

2004-05-10 Thread Shapira, Yoav
Hi, This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or

Tomcat 4.1.04 and java 1.4.2

2004-05-10 Thread Reis, Tom
I am running Tomcat 4.1.04 as a service on a Windows 2000 Server with java1.4.2. How can I pass the -server option to the java to startup in server mode when Tomcat starts as a service? Thanks. - To unsubscribe, e-mail: [EMAIL

Re: Directory recursion with mod_jk2.

2004-05-10 Thread Brett Simpson
On Monday 10 May 2004 03:46 pm, Cox, Charlie wrote: Remove your [uri] line and use something like this in the httpd.conf: LocationMatch .*\.cfm$ JkUriSet ... /LocationMatch No luck on that. I still end up in a Tomcat served directory listing instead of getting the index.cfm. Here's

AW: Session without Cookies

2004-05-10 Thread Nils
thanx! that helped. regards, Nils -Ursprüngliche Nachricht- Von: Yansheng Lin [mailto:[EMAIL PROTECTED] Gesendet: Montag, 10. Mai 2004 21:06 An: 'Tomcat Users List' Betreff: RE: Session without Cookies This is a FAQ. Set cookies=false in your context:

RE: Muiltipul Tomcat 5.19 Servers on the same machine.

2004-05-10 Thread Yansheng Lin
That's what I said. Yoav, you are as sleepy as me after a big lunch, I guess:). -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: May 10, 2004 13:54 To: Tomcat Users List Subject: RE: Muiltipul Tomcat 5.19 Servers on the same machine. Hi, What are you guys

RE: Muiltipul Tomcat 5.19 Servers on the same machine.

2004-05-10 Thread Shapira, Yoav
Hi, That's what I said. Yoav, you are as sleepy as me after a big lunch, I guess:). Not sleepy at all ;) Working on many things at once. My comments were directed more at Senor Cargnin's post, as well as the I am afraid tomcat is not built that way line in yours. Yoav -Original

Re: OutOfMemoryError after 5.0.24 update

2004-05-10 Thread Remy Maucherat
Stefan Proels wrote: Dear all, after updating our server to Tomcat 5.0.24 last night I got 2 crashes with the last words Exception in thread CompilerThread1 java.lang.OutOfMemoryError: requested 32760 bytes for ChunkPool::allocate. Out of swap space? from Tomcat. Now the interesting is that

RE: Muiltipul Tomcat 5.19 Servers on the same machine.

2004-05-10 Thread Yansheng Lin
I think the OP is trying to simulate distributed servers on the same machine scheme. I am guessing again because that's something I wanted to do as well:). Would be nice for people with limited means, or too lazy to set up the infrastructure himself and thinking he might be able to get around

xslt, standalone vs jk2

2004-05-10 Thread Paul
Hi All, i setup Oracle's xslt processor successfully in the following environment with Tomcat running as a standalone web server, windows 2000 java jdk 1.4 jakarta-tomcat-4.1.27-LE-jdk14.exe oracle jdbc driver 9.x however, when i add apache and jk2 connector,

RE: Manager access problems

2004-05-10 Thread Greg Adams
yes. Would it be helpful to post the entire httpd.conf? It's pretty long... Your apache listens on port 80, no? -Yan -Original Message- From: Greg Adams [mailto:[EMAIL PROTECTED] Sent: May 10, 2004 10:23 To: [EMAIL PROTECTED] Subject: Manager access problems I've installed

Bad Cookie Name when NOT using cookies?

2004-05-10 Thread Evgeny Gesin
I not remember, if I asked this before, but it happened again. I DON'T USE cookies in my application. But sometimes I see the following error messages in catalina log files. Can you comment and how to solve that? Evgeny Javadesk 2004-05-09 23:57:53 CoyoteAdapter Bad Cookie Name: Path /Value:

Re: Tomcat 4.1.29 - Tomcat 4.0.1 - App Problems

2004-05-10 Thread Ondrej Sváb
Hi, thanks for answer, I am not sure what you mean conflict. Eg. in common/lib/ is xerces.jar and in WEB-INF/lib/ is another xercesImpl.jar. This is potential conflict? I deleted the former xerces.jar but troubles continues and other conflict I did not realize. But I found out strange thing

closing the statement and result set object

2004-05-10 Thread Arora, Avinash
Hi, When we obtain the Statement object from the connection object is it necessary to close the statement object separately, when I am closing the connection object. I had an impression that when we close the Connection object the Statement and Result set objects get closed automatically. Am I

JDBC Source getting null url

2004-05-10 Thread Richard Calosso
I just started to try and use a database source for some of my pages in my web app and am not getting a connection. I am using Tomcat 5.0.19 with JRE 1.4.2_04 on redhat 9 with mysql. Every time I try to connect I get a exception saying Datasource invalid, not suitable driver for class ''

Tomcat 5 nt service

2004-05-10 Thread Sasha Borodin
Hello, I have a working installation of Tomcat 5 (on a Windows 2000 Server SP4 machine with jdk_1.4.1), which works great. I tried running the service.bat script under the bin directory to install the NT service, which ran without errors and reported success. However, when I try to start the

RE: closing the statement and result set object

2004-05-10 Thread Shapira, Yoav
Hi, Yes, closing the connection automatically closes associated resources such as statements and resultsets. However, it's good practice to close/release resources as soon as you can. So if you use multiple statements over one connection, close each statement when you can. Even for one

RE: Manager access problems

2004-05-10 Thread Yansheng Lin
No, it's not needed. Anyways, why do you think you would be able to access the webapp on http://IP-ADDRESS:8080/manager/html/? 8080 is the port tomcat listens to. It has nothing to do with what you define in httpd.conf. 80 is the port apache listens to. It talks with tomcat through port

Re: JDBC Source getting null url

2004-05-10 Thread Sasha Borodin
Richard, I believe the first two elements appearing in your web.xml (Resource and ResourceParams) need to be present in the server configuration: 1. either as a global resource in your server.xml (inside the Server element) 2. or as a context specific resource in a context descriptor - a Context

RE: JDBC Source getting null url

2004-05-10 Thread Richard Calosso
I also tried it using a global resource (option 1) with the same error result. Built it by hand and used the admin pages, same result. Since I do not have a context entry for my app I will try to build one and see if option 2 works. -Original Message- From: Sasha Borodin [mailto:[EMAIL

Re: Cannot access certian jar files in common/lib

2004-05-10 Thread Parsons Technical Services
Running Tomcat as tomcat started with jsrv. All directories and files belong to tomcat and tomcat group. Deleted /work and renamed the upload jar. Manager app will fails on upload. Renamed jar back to jar and manager upload works fine. Doug - Original Message - From: Yansheng Lin

parse error in application web.xml under 5.0.24 but not 5.0.19

2004-05-10 Thread Jim Hopp
I've just upgraded from 5.0.19 to 5.0.24. My webapps worked fine under 5.0.19, but Tomcat is throwing the exception below under 5.0.24 when it tries to start the webapp. (The apps also start properly under 5.0.20, but fail under 5.0.21 with the same exception so it appears that a change made

RE: JDBC Source getting null url

2004-05-10 Thread Richard Calosso
Ok, option 2 worked. If I placed the resource and resourceparams in the context it worked. I used the tomcat5 version and modified the web app default standalone context xml file. I would like to still understand why the global one did not work or declaring it in the web.xml file.

Re: JDBC Source getting null url

2004-05-10 Thread Parsons Technical Services
For the global to work you must place a link in the context. As for the web.xml this is the wrong tags for that file. Doug - Original Message - From: Richard Calosso [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, May 10, 2004 7:01 PM Subject: RE: JDBC Source

RE: parse error in application web.xml under 5.0.24 but not 5.0.19

2004-05-10 Thread Mike Curwen
you might have done this already, but according to the changelog... http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html there were a number of fixes/enhanements in and around XML processing of web/server.xml files. And in 5.0.22, a different version of xerces. That may not help

RE: Manager access problems

2004-05-10 Thread John Najarian
I ran into a problem accessing the manager admin apps. I didn't realize you had to add users in the Jakarta-tomcat-5.0.19/conf/tomcat-users.xml file. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 2:22 PM To: 'Tomcat Users List' Subject: RE:

RE: JNDIRealm strangeness

2004-05-10 Thread Shane Linley
Well you have prompted me to respond once more! Tomcat should not have to do anything to establish a encrypted SSL connection to your LDAP server except pass on the correct parameters to the chosen LDAP driver, and instantiate it. It is the LDAP drivers job to handle all the nasty details of

[NOTIFICATION DE NON REMISE DE MAIL]

2004-05-10 Thread j-chkmail . atacama
Ce message a été vérifié par le système de filtrage de notre serveur de messagerie. (This message was verified by the filtering system of our mail server.) Le message original a été remplacé par celui-ci pour la raison suivante : (Original message was replaced by this one by the following

mod-jk2 problems

2004-05-10 Thread keita elhadji
Hi, Excuse me to wrote you in your own e-mail address but i have a problem with mod_jk2 . I have two PC with tomcat5.019 1st PC name is : www.avisdunet.biz 2nd PC name is : www1.avisdunet.biz In the first i install apache2.0.49 with mod_jk2 and i want to work with clustering the two server.

Startup Problems

2004-05-10 Thread Stefan Walter
Hi! I have installed Tomcat 5.0.19 at Redhat Linux 9.0 When i run the following command then i get this exception: [EMAIL PROTECTED] bin]# ./catalina.sh debug Using CATALINA_BASE: /usr/local/jakarta-tomcat-5.0.19 Using CATALINA_HOME: /usr/local/jakarta-tomcat-5.0.19 Using CATALINA_TMPDIR:

CN= Babr SOMER/ ist zur Zeit nicht erreichbar

2004-05-10 Thread b . somer
I will be out of the office starting 07.05.2004 and will not return until 11.05.2004. Bitte wenden Sie sich in dringenden Fllen mit Ihrem Anliegen an [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Authentication with custom access control

2004-05-10 Thread Cain, Simon
Hi, I need to set up my Tomcat server to receive requests using BASIC authentication, but then allow me to authorize them using my own application database. I do not want Tomcat to check against the users in the tomcat-users.xml file, I want to do the checking programmatically.. I'm using Axis

tomcat clustering

2004-05-10 Thread keita elhadji
Hi, i have a problem with mod_jk2 . I have two PC with tomcat5.019 1st PC name is : www.avisdunet.biz 2nd PC name is : www1.avisdunet.biz mod_jk2 and apache2 in the first when i start tomcat my clustering didn't work and i don't know why and in my logs catalina.out : 10 mai 2004 11:30:15

tomcat@content_provider

2004-05-10 Thread yuni indrasary
hi, pardon me if this question is out of the context for this list, i supposed to simulating J2ME networking app, it works fine when i run it in the emulator (i use j2me wtk1.0.4 and also try it at siemens sl45 SMTK, and i put the servlet as the server-app under the web-apps directory of tomcat),

Showing an error page when Tomcat is down using IIS + JK2

2004-05-10 Thread Allistair Crossley
Hi Guys I am trying to get IIS to display a nice HTML page when Tomcat is not running. We use JK2 to push requests between IIS and Tomcat. I am able to specify custom pages for IIS HTTP codes but when I stop Tomcat I get the Intenet Explorer message Cannot find server or DNS Error Internet

OutOfMemoryError after 5.0.24 update

2004-05-10 Thread Stefan Proels
Dear all, after updating our server to Tomcat 5.0.24 last night I got 2 crashes with the last words Exception in thread CompilerThread1 java.lang.OutOfMemoryError: requested 32760 bytes for ChunkPool::allocate. Out of swap space? from Tomcat. Now the interesting is that according to our GC

Re: Startup Problems

2004-05-10 Thread David Smith
May 10, 2004 11:02:30 AM org.apache.catalina.core.StandardHost start INFO: XML validation disabled May 10, 2004 11:02:31 AM org.apache.commons.digester.Digester endElement SEVERE: End event threw exception I would say from the excerpt above you have an error in your server.xml file in one of your