Re: java keeps crashing. any ideas?

2004-01-29 Thread Yakov Belov
Try reinstalling jdk. What's jstripe and btoddbor? Are they clashing with Tomcat and with each other, maybe? Hope this can help, Yakov - Original Message - From: Alex Korneyev [EMAIL PROTECTED] Cc: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 30, 2004 2:45 AM Subject: java

All of a sudden Catalina can not start.

2004-01-12 Thread Yakov Belov
Dear All, I have Tomcat 4.1.29 and untill today I had no problems with it. Today I decided to restart it (silly me) and Tomcat won't start, but shows the following stack trace: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Re: All of a sudden Catalina can not start.

2004-01-12 Thread Yakov Belov
to be installed ? Regards, Yakov - Original Message - From: Yakov Belov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 12, 2004 6:01 PM Subject: All of a sudden Catalina can not start. Dear All, I have Tomcat 4.1.29 and untill today I had no problems with it. Today I

ClassCastException

2003-03-27 Thread Yakov Belov
) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106) at java.lang.Thread.run(Thread.java:479) Can someone tell me what is missing? Best Regards, Yakov Belov

Tomcat won't startup

2003-02-12 Thread Yakov Belov
somewhere or something else is wrong? Best Regards, Yakov Belov

SSL with Tomcat

2003-01-28 Thread Yakov Belov
run https://host name:8443/, the browser just keeps loading something and never seems to be able to finish the process. Can someone help? Best regards, Yakov Belov -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: SSL with Tomcat

2003-01-28 Thread Yakov Belov
with Tomcat hi! you may start tomcat with: -Djavax.net.debug=all or with: -Djavax.net.debug=ssl then you can 'see' whats going on during ssl handshake! Yakov Belov wrote: Dear All, I am trying to use Tomcat over SSL. I have followed the HOWTO: SSL in hte Tomcat Docs, i.e. downloaded

Re: Help! Installing SSL Certificate

2003-01-28 Thread Yakov Belov
Where are you putting the keystore file created with a purchased certificate? If not sure it's the place where Tomcat searches for it, use keystoreFile parameter in the SSL Connector area in server.xml. Good Luck, Yakov - Original Message - From: Matt Fury [EMAIL PROTECTED] To: [EMAIL

Re: SSL with Tomcat

2003-01-28 Thread Yakov Belov
[EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 9:57 PM Subject: RE: SSL with Tomcat What do the regular Tomcat logs say? John -Original Message- From: Yakov Belov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 3:13 AM

PJA libraries

2003-01-22 Thread Yakov Belov
Dear All, I tried to use PJA libraries (pure java implementation of java.awt library) to draw charts from my servlet. The essential code changes are: System.setProperty (awt.toolkit, com.eteks.awt.PJAToolkit); System.setProperty (java.awt.graphicsenv,com.eteks.java2d.PJAGraphicsEnvironment);