Re: tomcat problems with SSL / PKCS12

2004-09-21 Thread kallen
*sigh* - i'm reposting this because i noticed i cut n paste some incorrect commands from my notes on this. here is the corrected version: hi. i'm having difficulty getting tomcat to work with SSL. i'm hoping to succeed with this, and not end up using apache+SSL in front of tomcat, tho i can. also,

Re: tomcat problems with SSL / PKCS12

2004-09-21 Thread Dennis Dai
Hi Kallen, I was able to export a p12 cert with complete chain half a year ago, but I couldn't reproduce it now. However, I found this: http://sense.bigbrother.net/archives/0275.html Maybe you can try it out while I continue playing with openssl ... Dennis On 9/21/2004 3:29 PM, [EMAIL

Re: tomcat problems with SSL / PKCS12

2004-09-21 Thread Dennis Dai
Ok here's the deal with openssl. I'm using OpenSSL 0.9.7d and J2SE 1.4.2_05. Assuming: * server.key - your certificate's private key * server.crt - your certificate * inter.crt - the intermediate CA that signed your certificate * root.crt - the root CA that signed the intermediate CA First,

Re: tomcat problems with SSL / PKCS12

2004-09-21 Thread kallen
On Tue, 21 Sep 2004, Dennis Dai wrote: I was able to export a p12 cert with complete chain half a year ago, but I couldn't reproduce it now. However, I found this: http://sense.bigbrother.net/archives/0275.html thanks for that tip. tried it, correctly i think. no love. first i generate the

Re: tomcat problems with SSL / PKCS12

2004-09-21 Thread kallen
On Tue, 21 Sep 2004, Dennis Dai wrote: Ok here's the deal with openssl. I'm using OpenSSL 0.9.7d and J2SE 1.4.2_05. Assuming: * server.key - your certificate's private key * server.crt - your certificate * inter.crt - the intermediate CA that signed your certificate * root.crt - the root CA that

Re: tomcat problems with SSL / PKCS12

2004-09-21 Thread Dennis Dai
On 9/21/2004 6:41 PM, [EMAIL PROTECTED] wrote: On Tue, 21 Sep 2004, Dennis Dai wrote: Ok here's the deal with openssl. I'm using OpenSSL 0.9.7d and J2SE 1.4.2_05. Assuming: * server.key - your certificate's private key * server.crt - your certificate * inter.crt - the intermediate CA that signed

RE: Tomcat Problems - Any help is appreciated

2004-09-17 Thread David . Pawson
-Original Message- From: Jon Wingfield The error message tends to imply there is no DOCTYPE (at all) in one of your web.xml files. The parser fails when validating the doc with this rather strange error message. Is a normal XML validation process used? I.e. DTD

Re: Tomcat Problems - Any help is appreciated

2004-09-16 Thread Torgeir Veimo
On Thu, 2004-09-16 at 10:44 -0500, Wilson, Allen wrote: Hello... I am running 4.1.18 and I suddenly started having problems with Tomcat. Here is the information that is in the catalina.out file (as added it as an attachment)...if someone can point me in the right direction to fix this...I

RE: Tomcat Problems - Any help is appreciated

2004-09-16 Thread Shapira, Yoav
Hi, Usually problems don't start by themselves ;) Your web.xml seems invalid; can you validate using a tool like XMLSpy? Look into what changed in your web.xml file(s) recently. Yoav Shapira Millennium Research Informatics -Original Message- From: Wilson, Allen [mailto:[EMAIL

Re: Tomcat Problems - Any help is appreciated

2004-09-16 Thread Jon Wingfield
Suddenly? ;) The error message tends to imply there is no DOCTYPE (at all) in one of your web.xml files. The parser fails when validating the doc with this rather strange error message. HTH, Jon Wilson, Allen wrote: Hello... I am running 4.1.18 and I suddenly started having problems with

Re: Tomcat Problems

2004-09-13 Thread RJ
One thing that I've noticed with some installs of Fedora is that out of the box the iptables firewall gets setup in a weird way that rejects a lot of connections (even if it's supposedly allowing the ports you want to go thru). Flushing the rules it creates, and putting the ones in that I want

RE: Tomcat Problems

2004-09-13 Thread Thomas E. Dukes
-Original Message- From: RJ [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 12:07 PM To: Tomcat Users List Subject: Re: Tomcat Problems One thing that I've noticed with some installs of Fedora is that out of the box the iptables firewall gets setup in a weird way

Re: Tomcat problems every morning.

2003-06-03 Thread Chong Yu Meng
Hollerman Geralyn M wrote: Why, yes, I am. And I thought perhaps MySQL was the problem - but I was told by some people using Oracle and PostgreSQL databases that they'd seen the problem as well. To put it bluntly, don't believe them, Lynn. It seems to me like you've done everything necessary

Re: Tomcat problems every morning.

2003-06-03 Thread Hemendra Rana
:[EMAIL PROTECTED] Sent: Sunday, June 01, 2003 9:07 PM To: Tomcat Users List Subject: Re: Tomcat problems every morning. On Sun, 01 Jun 2003 18:14:05 -0700, Hemendra Rana wrote Are you using mysql database on the backend too. Someone here pointed out that by default, mysql driver times out after

Re: Tomcat problems every morning.

2003-06-03 Thread Geralyn M Hollerman
Chong Yu Meng wrote: You could write a small program (not a servlet) that polls the database (i.e. connect to the database, retrieve some data, disconnect) at regular intervals and records to a file both successes and failures. Then maybe trigger a server reboot when it detects a connection

RE: Tomcat problems every morning.

2003-06-03 Thread Januski, Ken
Just out of curiosity have you posted this question to mysql users list now that you see the problem pointing to mysql? -Original Message- From: Hemendra Rana [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 9:33 AM To: Tomcat Users List Subject: Re: Tomcat problems every morning

Re: Tomcat problems every morning.

2003-06-03 Thread Chong Yu Meng
Geralyn M Hollerman wrote: For the stuff I'm working with, *I'm* the DBA. Oops ! Sorry to hear that ! I've never had much luck with MySQL myself, because it has some pretty funky methods of configuring permissions. I use Firebird when I can. Anyway, I'm pretty sure it isn't Tomcat that is

RE: Tomcat problems every morning.

2003-06-03 Thread Januski, Ken
that I don't have with mine. -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 12:08 PM To: Tomcat Users List Subject: Re: Tomcat problems every morning. Geralyn M Hollerman wrote: For the stuff I'm working with, *I'm* the DBA. Oops ! Sorry

Re: Tomcat problems every morning.

2003-06-03 Thread Geralyn M Hollerman
Januski, Ken wrote: For what it's worth I use Tomcat 4.0 and mySQL in production environment and don't have any of the aforementioned problems. I DO restart mySQL from script on daily basis but I never had any problems that caused me to do so. I just wanted a daily backup of the database and

Re: Tomcat problems every morning.

2003-06-02 Thread Jason Bainbridge
On Mon, 2 Jun 2003 01:31, Hemendra Rana wrote: I am running Tomcat 4.1.24 server on Linux and every morning I get the following exception. Things work perfectly fine throughout the day after I restart the Tomcat server. Any ideas? Could this be a logger issue, because my server logs rotate

Re: Tomcat problems every morning.

2003-06-02 Thread Hollerman Geralyn M
On Sun, 01 Jun 2003 10:31:15 -0700, Hemendra Rana wrote I am running Tomcat 4.1.24 server on Linux and every morning I get the following exception. Things work perfectly fine throughout the day after I restart the Tomcat server. Any ideas? Could this be a logger issue, because my server

Re: Tomcat problems every morning.

2003-06-02 Thread Hemendra Rana
Are you using mysql database on the backend too. Someone here pointed out that by default, mysql driver times out after every 8 hours. I still needs to verify whether that is the cause of my problem though. Will let you know of my finds. Hemendra Hollerman Geralyn M wrote: On Sun, 01 Jun 2003

Re: Tomcat problems every morning.

2003-06-02 Thread Hollerman Geralyn M
On Sun, 01 Jun 2003 18:14:05 -0700, Hemendra Rana wrote Are you using mysql database on the backend too. Someone here pointed out that by default, mysql driver times out after every 8 hours. I still needs to verify whether that is the cause of my problem though. Will let you know of my

RE: Tomcat problems every morning.

2003-06-02 Thread Paul \(BRI\)
the mySQL driver had a autoReconnect=true setting - I think I saw it on the Apache site. I hope you figure things out. Paul -Original Message- From: Hollerman Geralyn M [mailto:[EMAIL PROTECTED] Sent: Sunday, June 01, 2003 9:07 PM To: Tomcat Users List Subject: Re: Tomcat problems every

RE: Tomcat problems

2002-12-01 Thread Reynir Hübner
Hi, The first thing I think of is I've never heard of a file called jakarta.dll, in my experience it's called isapi_redirect.dll. What kind of errors are you getting ? Do you get a green arrow (for the filter) ? If I understand you correctly you are trying to redirect from the IIS machine to

Re: [ Tomcat Problems ]

2002-11-13 Thread Jeanfrancois Arcand
Are you using Xerces 2.2? Xerces 2.2 breaks TomcatYou need Xerces 2.1.0 in order to avoid that exception. -- Jeanfrancois Osvâneo A. Ferreira wrote: Hi, I have a problem with tomcat configuration. When Deployed my application this error logged (catalina.out): 2002-11-13 12:02:10

Re: [ Tomcat Problems ]

2002-11-13 Thread Osvâneo A . Ferreira
: Re: [ Tomcat Problems ] Are you using Xerces 2.2? Xerces 2.2 breaks TomcatYou need Xerces 2.1.0 in order to avoid that exception. -- Jeanfrancois Osvâneo A. Ferreira wrote: Hi, I have a problem with tomcat configuration. When Deployed my application this error logged (catalina.out

RE: Tomcat problems on Solaris

2001-07-11 Thread William Kaufman
Tomcat terminates when the user who starts tomcat logs off the server. man nohup. -- Bill K. -Original Message- From: Neil Anderson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:57 AM To: [EMAIL PROTECTED] Subject: Tomcat

Re: Tomcat problems on Solaris

2001-07-11 Thread Adam Fowler
Hi, Doesn't look like mod_jk is built / configured correctly. Try re-building it (check http://willow.cc.edu/adminguide for builds) Adam. On Wednesday 11 July 2001 10:56, you wrote: Hi, I am having problems getting tomcat 3.2.2 to work on a Solaris server with apache 1.3.20. There is a

RE: Tomcat problems on Solaris

2001-07-11 Thread Brawner, Jerry J
: Tomcat problems on Solaris Hi, Doesn't look like mod_jk is built / configured correctly. Try re-building it (check http://willow.cc.edu/adminguide for builds) Adam. On Wednesday 11 July 2001 10:56, you wrote: Hi, I am having problems getting tomcat 3.2.2 to work on a Solaris server

Re: Tomcat problems on Solaris

2001-07-11 Thread Adam Fowler
: Adam Fowler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 12:41 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat problems on Solaris Hi, Doesn't look like mod_jk is built / configured correctly. Try re-building it (check http://willow.cc.edu/adminguide for builds) Adam