RE: Importing CERTIFICATE into Java Keystore

2009-11-18 Thread Stephen .
Thanks for your response, No, I don't know any of these things. This is why I am so confused!! My JAVA folder has 3 different locations which contain the command "KEYTOOL" I don't even know which of them is supposed to hold the certificate. Yesterday, just to be on the safe side, I import

Re: Dedicated Thread Pool

2009-11-18 Thread Mohsen Saboorian
I'm using Lambda Probe to monitor threads of my Tomcat Connector. In the first few hours of Tomcat startup, threads were named http-8080-exec-1, http-8080-exec-2, etc. But now after two days, I cannot see those threads anymore. It currently has http-8080-exec-480, http

Fwd: Servlet MessageBrokerServlet is not available on Ubuntu AMD64

2009-11-18 Thread R. S. Patil
I have solved this problem. What I did is as Follows. There is No Problem with either BlazeDS, Tomcat or Kubuntu OS as such. The repository Install of Tomcat has the problem. What I did is as follows. 1. First I removed the repository Install of all Tomcat packages. 2. Downloaded the stable tar.g

Re: Java Out of Heap Issue

2009-11-18 Thread Elli Albek
I consider old code part of application code :) no age discrimination when it comes to memory leaks. >> What you describe in your memory graph is a simple memory leak. >> Generally, I would look in that order: > >  1a. Old code? Look for improperly closed DB connections. > >> 1.      Sessions >> 2

Re: Problem with reading plain html

2009-11-18 Thread sosna
Ah! You are right ! My bad. I forgot to restart tomcat after creating logs folder. It is working like i wanted. Thanks! Hassan Schroeder-2 wrote: > > On Wed, Nov 18, 2009 at 5:22 PM, sosna wrote: >> >> But how to access these files when i dont have webapplication logs >> deployed. >> I tried t

Re: Problem with reading plain html

2009-11-18 Thread Hassan Schroeder
On Wed, Nov 18, 2009 at 5:22 PM, sosna wrote: > > But how to access these files when i dont have webapplication logs deployed. > I tried that and got tomcat error page resource /logs not found. I dont want > to deploy another project i want to access html files from a folder in > tomcat. Is it pos

Re: Problem with reading plain html

2009-11-18 Thread sosna
But how to access these files when i dont have webapplication logs deployed. I tried that and got tomcat error page resource /logs not found. I dont want to deploy another project i want to access html files from a folder in tomcat. Is it possible ?? Hassan Schroeder-2 wrote: > > On Wed, Nov 18

Re: Problem with reading plain html

2009-11-18 Thread Hassan Schroeder
On Wed, Nov 18, 2009 at 5:08 PM, sosna wrote: > I got application deployed in tomcat. This application generates html log > files. I would like to access these files from my webapplication but i got > problems. When i put these files in for ex: c:/logs i cant access them > because created link: f

Problem with reading plain html

2009-11-18 Thread sosna
Hi! I got application deployed in tomcat. This application generates html log files. I would like to access these files from my webapplication but i got problems. When i put these files in for ex: c:/logs i cant access them because created link: file:///c:/logs/file.html is not working (i read th

Re: Apache-2.2.11 + mod_jk-1.2.28 + SSL

2009-11-18 Thread Rainer Jung
Hi, On 18.11.2009 17:01, conrad-tomcat.users.2...@tivano.de wrote: > Hi, > > we're seeing a strange problem here that is only partially reproducible. > > Our customer is running a cluster of Tomcat 5.5.26 servers (several cluster > domains) behind several load-balanced Apache-2.2.11 (for SSL ter

Re: POST replication

2009-11-18 Thread João Nuno Silva
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 João, On 11/18/2009 2:13 PM, João Nuno Silva wrote: Caldarale, Charles R wrote: I'm curious as to why you're reinventing this particular wheel. Why not let Tomcat's built-in authentication handling do the hard w

Re: POST replication

2009-11-18 Thread João Nuno Silva
Caldarale, Charles R wrote: From: João Nuno Silva [mailto:jns...@gmail.com] Subject: Re: POST replication 1) I want to have an authentication module that's independent of the servlet container used (because I think this behavior of request replay isn't a standard, but I might be wrong...);

Re: http and/or ajp connectors

2009-11-18 Thread André Warnier
Jeffrey Trimble wrote: To answer a few questions: I'm running apache and tomcat on the same server (AIX). I'm also running VIPA (Virtual IP Addresses) under AIX. So, I have apache serving up one IP address (Vhost) without the need for tomcat on port 80. It serves up some documentation for

Re: servlet exception when processing TLD

2009-11-18 Thread MilleBii
Sorry for the delay was busy with other staff. > "file:${catalina.base}/webapps/nutch-1.0/-" { > Doesn't work either modified botch catalina.policy & init.d/50locale.policy I don't like the idea of disabling all security which is working right now, any idea how to set this properly ? 2009/11/16

Re: silent / unattended install - tomcat 5.5

2009-11-18 Thread André Warnier
Beatty.Thomas wrote: Hi Can someone PLEASE tell me how to install tomcat 5.5 silently? I need to install the service, set the destination folder, set the Administrator user name and password, and set the path to the JVM. Does anyone know the parameters that I need to set at the command line i

Re: Tomcat 6.0.16 + mod_jk 1.2.19 - request threads hanging up

2009-11-18 Thread Alessandro Bahgat
On Wed, Nov 18, 2009 at 3:26 PM, Caldarale, Charles R wrote: >> From: Alessandro Bahgat [mailto:ale.bah...@gmail.com] >> Subject: Tomcat 6.0.16 + mod_jk 1.2.19 - request threads hanging up >> >> Our Tomcat (6.0.16) servers have many ajp threads that are stuck >> executing the the native sendbb met

RE: GetComponent with path

2009-11-18 Thread Ed _
Sorry wrong mailing list! > From: chuck.caldar...@unisys.com > To: users@tomcat.apache.org > Date: Wed, 18 Nov 2009 14:07:02 -0600 > Subject: RE: GetComponent with path > > > From: Ed _ [mailto:ed_b...@hotmail.com] > > Subject: GetComponent with path > > > > I trying to figure out how to get th

Re: how can I get info when tomcat 5.5 exited abnormally

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jingoal, On 11/17/2009 11:05 PM, hu jingoal wrote: > My environment is : apache + two tomcat 5.5. > > recently, tomcat exited abnormally without any info frequently. > > in catalina.sh, I had CATALINA_OPTS=" > -XX:ErrorFile=/usr/local/log/java_erro

RE: GetComponent with path

2009-11-18 Thread Caldarale, Charles R
> From: Ed _ [mailto:ed_b...@hotmail.com] > Subject: GetComponent with path > > I trying to figure out how to get the web markup container if I have > it's path. > > I am rendering a number of selectable objects using the grid view. Only > one of them can be selected. On select the selected objec

GetComponent with path

2009-11-18 Thread Ed _
I trying to figure out how to get the web markup container if I have it's path. I am rendering a number of selectable objects using the grid view. Only one of them can be selected. On select the selected object in the grid changes color. But if another one is selected the original one has to

Re: Importing CERTIFICATE into Java Keystore

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephen, On 11/18/2009 3:26 AM, Stephen . wrote: > keytool -importcert -alias abc -file ABCCA.cer (where "abc" is the alias) You need to make sure that the keystore file you used to import the certificate is also the keystore used by the LDAP r

Re: java.lang.ClassNotFoundException: org.apache.catalina.realm.CombinedRealm

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DJVege, On 11/18/2009 12:43 AM, DJVege wrote: > I think you meant . - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksEUWUACgkQ9CaO5/Lv0PD6PwCcCRB

Re: Newbie, tomcat performance tuning

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruce, On 11/18/2009 9:48 AM, Bruce Foster wrote: > I'm new to the list and tomcat. Welcome! > I have a web application deployed in tomcat 6. this application is > quite CPU hungry and I would like to optimise the tomcat accordingly. > > I'm expect

Re: http and/or ajp connectors

2009-11-18 Thread Hassan Schroeder
On Wed, Nov 18, 2009 at 11:39 AM, Jeffrey Trimble wrote: > Okay, but what about the other webapps that I want to have access to on the > tomcat server? As Chris already asked -- what about 'em? They're there. If you want them at those URLs, no further action necessary. You might want to set up a

Re: POST replication

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 João, On 11/18/2009 2:13 PM, João Nuno Silva wrote: > Caldarale, Charles R wrote: >> >> I'm curious as to why you're reinventing this particular wheel. Why >> not let Tomcat's built-in authentication handling do the hard work for >> you, and you just

RE: POST replication

2009-11-18 Thread Caldarale, Charles R
> From: João Nuno Silva [mailto:jns...@gmail.com] > Subject: Re: POST replication > > 1) I want to have an authentication module that's independent of the > servlet container used (because I think this behavior of request replay > isn't a standard, but I might be wrong...); The servlet spec requi

Re: http and/or ajp connectors

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 11/18/2009 2:39 PM, Jeffrey Trimble wrote: > Okay, but what about the other webapps that I want to have access to on > the tomcat server? They can stay right where they are, right? What is your concern about those other apps? - -chris --

Re: http and/or ajp connectors

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hassan, On 11/18/2009 2:09 PM, Hassan Schroeder wrote: > On Wed, Nov 18, 2009 at 10:59 AM, Jeffrey Trimble wrote: > >> As you can see I'd like to do TWO things here: > > So if you have a different IP being used for Tomcat, you don't need > Apache h

Re: http and/or ajp connectors

2009-11-18 Thread Jeffrey Trimble
Okay, but what about the other webapps that I want to have access to on the tomcat server? --Jeff On Nov 18, 2009, at 2:09 PM, Hassan Schroeder wrote: On Wed, Nov 18, 2009 at 10:59 AM, Jeffrey Trimble wrote: As you can see I'd like to do TWO things here: So if you have a different IP

Re: Expression Language Changes

2009-11-18 Thread Stephen Caine
Mark, Thank you. I'll check it out. > >> Where can I find a full and complete list of changes made to the expression >> language (EL) starting with Tomcat v5.5.7 through Tomcat v6.0.20? I need >> for this to be a detailed as possible. > > http://svn.apache.org/viewvc/tomcat/

Re: FW: Tomcat 6.0.20 Causes Kernel Crash on Linux

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timir, On 11/18/2009 7:09 AM, Timir Hazarika (thazarik) wrote: > Hm. I thought all required information was in the last email. Hardly: Does it panic every time? Does it panic in the same place every time? Does it panic only under load? While idle? W

Re: POST replication

2009-11-18 Thread João Nuno Silva
Caldarale, Charles R wrote: From: João Nuno Silva [mailto:jns...@gmail.com] Subject: Re: POST replication From what I've seen in the FormAuthenticator class Mark pointed me to, Tomcat doesn't create a new request, instead it fills it's fields with the values from the previous request. I'll try

Re: http and/or ajp connectors

2009-11-18 Thread Hassan Schroeder
On Wed, Nov 18, 2009 at 10:59 AM, Jeffrey Trimble wrote: > As you can see I'd like to do TWO things here: So if you have a different IP being used for Tomcat, you don't need Apache httpd at all, AFAICT. > 1.      Remove the port issue if possible--makes it simpler on users and > shorter too. C

Re: http and/or ajp connectors

2009-11-18 Thread Jeffrey Trimble
To answer a few questions: I'm running apache and tomcat on the same server (AIX). I'm also running VIPA (Virtual IP Addresses) under AIX. So, I have apache serving up one IP address (Vhost) without the need for tomcat on port 80. It serves up some documentation for users. The second IP/

Re: Newbie, tomcat performance tuning

2009-11-18 Thread David kerber
Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Newbie, tomcat performance tuning And set it to run the server-mode jvm rather than the client. I believe that all 64-bit JVMs default to server mode, which is why I didn't mention it. As I recall, the

RE: POST replication

2009-11-18 Thread Caldarale, Charles R
> From: João Nuno Silva [mailto:jns...@gmail.com] > Subject: Re: POST replication > > From what I've seen in the FormAuthenticator class Mark pointed me to, > Tomcat doesn't create a new request, instead it fills it's fields with > the values from the previous request. I'll try this in the near f

RE: Newbie, tomcat performance tuning

2009-11-18 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Re: Newbie, tomcat performance tuning > > And set it to run the server-mode jvm rather than the client. I believe that all 64-bit JVMs default to server mode, which is why I didn't mention it. As I recall, the 64-bit JRE doesn't even

Re: POST replication

2009-11-18 Thread João Nuno Silva
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 11/18/2009 11:42 AM, Mark Thomas wrote: João Nuno Silva wrote: Hi, this is my first question to the list so please be gentle :) My question is about a Tomcat feature available when using container manag

Re: POST replication

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 11/18/2009 11:42 AM, Mark Thomas wrote: > João Nuno Silva wrote: >> Hi, this is my first question to the list so please be gentle :) >> >> My question is about a Tomcat feature available when using container >> managed authentication. If a us

Re: Newbie, tomcat performance tuning

2009-11-18 Thread David kerber
Caldarale, Charles R wrote: From: Bruce Foster [mailto:gis.fos...@gmail.com] Subject: Newbie, tomcat performance tuning Can you guide me where and what parameters that I can tweak in tomcat to get high performance? for eg, JVM memory, threads, etc etc Other than the number of threads in the

Re: Expression Language Changes

2009-11-18 Thread Mark Thomas
Stephen Caine wrote: > Where can I find a full and complete list of changes made to the expression > language (EL) starting with Tomcat v5.5.7 through Tomcat v6.0.20? I need for > this to be a detailed as possible. http://svn.apache.org/viewvc/tomcat/ Mark -

Re: POST replication

2009-11-18 Thread Mark Thomas
João Nuno Silva wrote: > Hi, this is my first question to the list so please be gentle :) > > My question is about a Tomcat feature available when using container > managed authentication. If a user requests a protected resource, Tomcat > first authenticates the user and then processes the initial

Re: A question about mod_jk 1.2.28 configuration

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 11/18/2009 2:26 AM, thomas2004 wrote: >> I know, that you have seen a problem, the errno=11 thing. I need to >> know, whether *this* problem (errno=11, which is your original PDF >> generation problem) also happens, when no socket-timeout a

Re: Tomcat DBCP Connection Pooling to MySQL limited number of connection issue in Spring2.5 + Hibernate3 + commons-DBCP1.2

2009-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yagnesh, On 11/18/2009 1:32 AM, Yagnesh Chawda wrote: > There is no difference in the outcome when I use "com.mysql.jdbc.Driver" > >max_connections=200 is still same in MySQL. That is very strange. Can you try to configure the data source thr

Apache-2.2.11 + mod_jk-1.2.28 + SSL

2009-11-18 Thread conrad-tomcat . users . 2009
Hi, we're seeing a strange problem here that is only partially reproducible. Our customer is running a cluster of Tomcat 5.5.26 servers (several cluster domains) behind several load-balanced Apache-2.2.11 (for SSL termination + sticky sessions). The application consists of an unencrypted part and

Expression Language Changes

2009-11-18 Thread Stephen Caine
Where can I find a full and complete list of changes made to the expression language (EL) starting with Tomcat v5.5.7 through Tomcat v6.0.20? I need for this to be a detailed as possible. Thank you, Stephen Caine CommonGround Softworks, Inc.

POST replication

2009-11-18 Thread João Nuno Silva
Hi, this is my first question to the list so please be gentle :) My question is about a Tomcat feature available when using container managed authentication. If a user requests a protected resource, Tomcat first authenticates the user and then processes the initial request whether it's a GET o

RE: Tomcat and MySQL

2009-11-18 Thread Caldarale, Charles R
> From: giocarmine [mailto:giocarm...@gmail.com] > Subject: Tomcat and MySQL > > i've developed a web application, it runs on Tomcat 5.5.4 Step 1: upgrade. 5.5.4 is over five years old and innumerable bugs and security issues have been fixed since then. > It seems that the connection with MySQ

Re: Tomcat and MySQL

2009-11-18 Thread Pid
On 18/11/2009 14:57, Neil Aggarwal wrote: Giocarmine: It seems that the connection with MySQL it's closed by the driver due to a timeout. Have you set autoReconnect=true in your JDBC url? jdbc:mysql://localhost:3306/dbName?autoReconnect=true Opening a single connection, and keeping it open

RE: Newbie, tomcat performance tuning

2009-11-18 Thread Caldarale, Charles R
> From: Bruce Foster [mailto:gis.fos...@gmail.com] > Subject: Newbie, tomcat performance tuning > > Can you guide me where and what parameters that I can tweak in tomcat > to get high performance? for eg, JVM memory, threads, etc etc Other than the number of threads in the pool, there's not muc

RE: Tomcat and MySQL

2009-11-18 Thread Neil Aggarwal
Giocarmine: > It seems that the connection with MySQL it's closed by the > driver due to a > timeout. Have you set autoReconnect=true in your JDBC url? jdbc:mysql://localhost:3306/dbName?autoReconnect=true Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your tomcat

RE: Newbie, tomcat performance tuning

2009-11-18 Thread Neil Aggarwal
Bruce: > Can you guide me where and what parameters that I can tweak in tomcat > to get high performance? for eg, JVM memory, threads, etc etc Have you seen this page: http://wiki.apache.org/tomcat/FAQ/Performance_and_Monitoring Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS

Tomcat and MySQL

2009-11-18 Thread giocarmine
Hello, i've developed a web application, it runs on Tomcat 5.5.4 and it uses MySQL. I have a problem when after i use the application, and then it remains idle for some hours. It seems that the connection with MySQL it's closed by the driver due to a timeout. The stacktrace is the follow: javax

Newbie, tomcat performance tuning

2009-11-18 Thread Bruce Foster
HI, I'm new to the list and tomcat. I have a web application deployed in tomcat 6. this application is quite CPU hungry and I would like to optimise the tomcat accordingly. I'm expecting to have 200 concurrent connections to the server at peak, not much for a standard web application but ours i

RE: Virtual hosts on tomcat > 5.5.15

2009-11-18 Thread Matthias Pueski
Thank you both very much! I did the following: 1.) Removed the context element from the server.xml 2.) added META-INF/context.xml to the web application and removed the docBase attribute 3.) Removed the logger element 4.) moved the Web Application to a folder named ROOT, directly under the appBas

RE: Tomcat 6.0.16 + mod_jk 1.2.19 - request threads hanging up

2009-11-18 Thread Caldarale, Charles R
> From: Alessandro Bahgat [mailto:ale.bah...@gmail.com] > Subject: Tomcat 6.0.16 + mod_jk 1.2.19 - request threads hanging up > > Our Tomcat (6.0.16) servers have many ajp threads that are stuck > executing the the native sendbb method of the class > org.apache.tomcat.jni.Socket. Try upgrading to

Re: Location of properties file for web app in Tomcat

2009-11-18 Thread hbhartee
Hi, There is a simple way of using properties file across different web applications in Tomcat. > Jar the properties file (included in package folders) and drop it in > jakarta-tomcat/common/lib directory > If you do not want to jar, just drop the properties file (included in > relevant package

RE: Virtual hosts on tomcat > 5.5.15

2009-11-18 Thread Caldarale, Charles R
> From: Matthias Pueski [mailto:matth...@pueski.de] > Subject: Virtual hosts on tomcat > 5.5.15 > > appBase="/home/blah"> > directory="logs" prefix="virtual_log." suffix=".txt" > timestamp="true"/> There is no element allowed in 5.5. > As Pid noted, an empty docBase is illegal. Also, you

Re: Loading customized StandardContext subclass(

2009-11-18 Thread Joel SCHAAL
Hum Shame on me. I don't know what happened but I was writing an answer and I rechecked it with the common.loader key in catalina.properties : it worked ! I guess I mischecked that case (or with the libs not properly set) So, sorry for the noise and thank you for your quick answer, Konstant

RE: FW: Tomcat 6.0.20 Causes Kernel Crash on Linux

2009-11-18 Thread Timir Hazarika (thazarik)
Oh, and the maxheap, minheap, permsize are all set to 512M. -Original Message- From: Timir Hazarika (thazarik) Sent: Wednesday, November 18, 2009 5:40 PM To: 'Tomcat Users List' Subject: RE: FW: Tomcat 6.0.20 Causes Kernel Crash on Linux Hm. I thoought all required information was in th

RE: FW: Tomcat 6.0.20 Causes Kernel Crash on Linux

2009-11-18 Thread Timir Hazarika (thazarik)
Hm. I thoought all required information was in the last email. - Java 1.5.upd10 - Linux kernel, custom built 2.6.23, i586 What else from my environment can help ? -Original Message- From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther S

Re: authenticate LDAP across domains

2009-11-18 Thread Pid
On 18/11/2009 11:43, nabbleQuestioner wrote: we are using to tomcat 5.5.7. You know the latest version is 5.5.28 right? Is it possible for you to upgrade? p We are doing just that in our server.xml connectionURL= "ldap:ldap.domain.com:port" I found nothing in the documentation that allow

Re: FW: Tomcat 6.0.20 Causes Kernel Crash on Linux

2009-11-18 Thread Peter Crowther
2009/11/18 Timir Hazarika (thazarik) > Peter, we're talking a custom built linux server that has been in > production for years. I'm wondering what's magical with 6.0.20 that > causes my kernel such trouble, and why the problem doesn't surface with > any of the earlier builds. > > As you've prov

RE: FW: Tomcat 6.0.20 Causes Kernel Crash on Linux

2009-11-18 Thread Timir Hazarika (thazarik)
Peter, we're talking a custom built linux server that has been in production for years. I'm wondering what's magical with 6.0.20 that causes my kernel such trouble, and why the problem doesn't surface with any of the earlier builds. I haven't changed any of the JNI in my system, or any code for t

Re: authenticate LDAP across domains

2009-11-18 Thread nabbleQuestioner
we are using to tomcat 5.5.7. We are doing just that in our server.xml connectionURL= "ldap:ldap.domain.com:port" I found nothing in the documentation that allows you to set the domain. Any suggestions you have would be most appreciated. thanks! Pid Ster wrote: > > On 17/11/2009 14:25, nabbl

Tomcat 6.0.16 + mod_jk 1.2.19 - request threads hanging up

2009-11-18 Thread Alessandro Bahgat
Hi everyone, I'm having some issues with an Apache + Tomcat setup behaving strangely. Our Tomcat (6.0.16) servers have many ajp threads that are stuck executing the the native sendbb method of the class org.apache.tomcat.jni.Socket. [You can find an example stack trace at the end of this message.]

Re: java.lang.ClassNotFoundException: org.apache.catalina.realm.CombinedRealm

2009-11-18 Thread Konstantin Kolinko
2009/11/18 DJVege : > > Hi guys, > > I'm quite simply trying to create a combined realm that will hold 2 JNDI > realms, but am receiving the error above. I thought the realms were native > to tomcat? I shouldn't need any extra lib/jar files, should I? > > Anyone know why I might be getting this err

Re: FW: Tomcat 6.0.20 Causes Kernel Crash on Linux

2009-11-18 Thread Peter Crowther
2009/11/18 Amol Wate (awate) > Are there any known memory issues with tomcat 6.0.20 ? This build causes > a kernel panic on my linux box with Java 5. I'd been using 6.0.18 > without any issues on the same configuration. > > http://markmail.org/message/mrpgvn4mqvyrq64a reports a memory leak, > tho

Re: how can I get info when tomcat 5.5 exited abnormally

2009-11-18 Thread hu jingoal
messages log: Nov 6 20:15:07 debian kernel: [22981271.685460] java[6530]: segfault at 47572a08 ip 7f329d66718d sp 475729f0 error 6 in libnet.so[7f329d65a000+13000] jdk: 1.6u14, amd64 cpu 2009/11/18 hu jingoal > > > -- Forwarded message -- > From: hu jingoal > Date: 2009/11/1

Re: Virtual hosts on tomcat > 5.5.15

2009-11-18 Thread Pid
On 18/11/2009 08:09, Matthias Pueski wrote: Hi everybody, currently I am running a few virtual domains on a root server with tomcat 5.5.15 installed. So far everything works fine. Now I just wanted to upgrade to the latest 5.5.x series in fact migrate to version 5.5.28. For example a virtual h

Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-18 Thread Pid
On 18/11/2009 01:10, Imad Hachem wrote: Dear Pid, After one Tomcat Cluster node shutdown, what kind of variables (that might come as null) I should rely on to know that my node has been stoped. Why do they need to be null? You're *still* not explaining why you think they should be null - s

Re: Secure login only, not rest of app

2009-11-18 Thread Oliver Schoett
Robert Denison wrote: Thanks peter, Don't suppose anyone can point me to any documentation that talks about getting caching working properly for tomcat and static content can they? A good caching tutorial is http://www.mnot.net/cache_docs/ The best site for web performance in general is

Importing CERTIFICATE into Java Keystore

2009-11-18 Thread Stephen .
Hi. I have an IDM instance setup. I am currently trying to configure and set-up an LDAP Resource. During the configuration, I got the error : "Could not connect to the LDAP server "api.csc.fi". ==> javax.naming.CommunicationException: simple bind failed: api.csc.fi:636" Upon extensive r

Virtual hosts on tomcat > 5.5.15

2009-11-18 Thread Matthias Pueski
Hi everybody, currently I am running a few virtual domains on a root server with tomcat 5.5.15 installed. So far everything works fine. Now I just wanted to upgrade to the latest 5.5.x series in fact migrate to version 5.5.28. For example a virtual host on tomcat 5.5.15 has been configured as fo

FW: Tomcat 6.0.20 Causes Kernel Crash on Linux

2009-11-18 Thread Amol Wate (awate)
-Original Message- From: Timir Hazarika (thazarik) Sent: Wednesday, November 18, 2009 1:21 PM To: Amol Wate (awate) Subject: FW: Tomcat 6.0.20 Causes Kernel Crash on Linux Amol, I'm not sure this question reached the list, would you forward it please ? Further, I see the following tra