SSL Certificate Errors

2004-07-26 Thread Craig, William S.
Hi, I'm experiencing the following errors while running Tomcat 4.1.27 on Win2K. I have a U.S. Government certificate in X.509 format trusted on Tomcat. I'm trying to communicate on SSL, but it appears that my certificate isn't trusted. I followed the instructions - any ideas on why my

RE: redirect output in win 2000 from comandline

2004-07-26 Thread Jérôme Duval
To redirect to a file put filename.extension System.err will still be in your prompt window though. The only way you can redirect System.err is programatically (look at the Java API in the System class (java.lang I believe...)) -Original Message- From: Alberto Marino [mailto:[EMAIL

Re: Protecting JSPs in Tomcat 5

2004-07-26 Thread Andrew Shirk
Please disregard my previous post. I Thank you. At 03:20 PM 7/26/2004, you wrote: In Tomcat 4, I would map request URLs to JSPs and handle the forwarding on the server side. Direct user access to JSPs was prevented using the following security constraint configuration: security-constraint

RE: Tomcat too slow in Windows 2000 server

2004-07-26 Thread Juan Escalante
Yes, the delay is about 30 seconds, which renders my application useless, it used to take less than half a second. --Juan Escalante -- Mensaje Original -- Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Mon, 26 Jul 2004 13:26:46 -0700 (PDT) From: Dola Woolfe [EMAIL PROTECTED] Subject: RE:

Validating Users

2004-07-26 Thread Richard Crawford
I have just installed Tomcat 5.0.27 on a Solaris 9 computer. I've got it pointed at the right installation of Java, and when I go to http://localhost:8080 I see the Tomcat startup page come up, so I assume Tomcat is up and running properly. However, when I try to access the Tomcat

Re: Tomcat too slow in Windows 2000 server

2004-07-26 Thread Hassan Schroeder
Dola Woolfe wrote: How much slower is it? I'm wondering if it's the same issue that I was talking about in the Nagging DNS problem. I'm getting 30 second delays, 30 seconds certainly sounds like a network timeout -- have you confirmed that enableLookups=false in the Connector definitions in

RE: SSL Certificate Errors

2004-07-26 Thread Mark Thomas
Could be lots of things. Without more detail it is difficult to tell but, assuming you have a client cert and are trying to authenticate to tomcat... 1. Can you connect to https://yourhost:8443/ and see the tomcat index page? 2. The cert of the authority that issued tomcat's certificate must be

Tomcat Datasource

2004-07-26 Thread Bussie, Andre D
I'm using Tomcat 5.0.19. I configured a datasource via the Tomcat Admin tool to configure a datatsource listed below is the server.xml file settings for the datasource GlobalNamingResources Resource name=jdbc/phone auth=Container type=javax.sql.DataSource description=Database for the phone

SSLServerSocketFactory not found in 4.1.27

2004-07-26 Thread David Smithson
Hi. On Fedora C2, Tomcat 4.1.27, tomcat fails to start due to a missing class file it seems. Here's the error from tomcat.out. [ERROR] Digester - -Begin event threw exception java.lang.ClassNotFoundException: org.apache.catalina.net.SSLServerSocketFactory Catalina.start:

RE: SSLServerSocketFactory not found in 4.1.27

2004-07-26 Thread Mark Thomas
What version of the JDK are you using? Pre 1.4.x you need to install JSSE. Mark -Original Message- From: David Smithson [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 11:58 PM To: [EMAIL PROTECTED] Subject: SSLServerSocketFactory not found in 4.1.27 Hi. On Fedora C2,

RE: SSLServerSocketFactory not found in 4.1.27

2004-07-26 Thread David Smithson
Oh, right, forgot that detail. I am using the latest 1.4.2 from SUN, which supposedly has JSSE integrated. On Mon, 2004-07-26 at 16:03, Mark Thomas wrote: What version of the JDK are you using? Pre 1.4.x you need to install JSSE. Mark -Original Message- From: David Smithson

servlets and jsp with Tomcat 5.0

2004-07-26 Thread Bill Reynolds
I am trying to get an older demo that was written 2-3 years ago (by someone else of course) working with Tomcat 5.0. My current problem is when my service routine is called in the servlet for a new user, after doing the appropriate initialization of attaining a database connection from my

RE: SSLServerSocketFactory not found in 4.1.27

2004-07-26 Thread David Smithson
Strange. [EMAIL PROTECTED] lib]# unzip -l catalina.jar | grep net 972 05-06-04 12:19 org/apache/catalina/net/DefaultServerSocketFactory.class 604 05-06-04 12:19 org/apache/catalina/net/ServerSocketFactory.class SSLServerSocketFactory is definitely not here. I downloaded the old

FW: servlets and jsp with Tomcat 5.0 (more)

2004-07-26 Thread Bill Reynolds
More info, the error that occurs is a 404: HTTP Status 404 - /Household.jsp type Status report message /Household.jsp description The requested resource (/Household.jsp) is not available.

RE: SSLServerSocketFactory not found in 4.1.27

2004-07-26 Thread David Smithson
Of course that didn't work. Now I get ... [ERROR] Digester - -Begin event threw error java.lang.NoClassDefFoundError: while resolving class: org.apache.catalina.net.SSLServerSocketFactory java.lang.reflect.InvocationTargetException Where are class defs kept? I'm trying to get away without

RE: Who knows about ISAPI?

2004-07-26 Thread Aris Javier
Hello! i bought JSPISAPI from neurospeech It works! with minimal settings in IIS... Very convenient! =) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 2:06 AM To: Tomcat Users List Subject: RE: Who knows about ISAPI? Hi, You're not

log4j on tomcat 4.1 uses wrong log4j settings.

2004-07-26 Thread Son KwonNam
I have a web application which use log4j on Tomcat 4.1. I develop with Eclipse 2.1, Sysdeo Tomcat Plugin. I run Tomcat on command line not on Eclipse. I put log4j.properties on WEB-INF/classes and log4j.jar on WEB-INF/lib. It worked fine. But someday, suddenly log4j log message became strange.

Re: Why does nobody never answer my question ??

2004-07-26 Thread Koon Yue Lam
Yes ! I am also new in here and have meet a lot of nice people ! My question always got reply in a day or two, but the replys are always helpful also the fastest, greatest way to find solution is www.google.com, just ask him before anything, ^^ Regards

<    1   2