Re: TC 4.1.3 ExptyStackException

2002-06-28 Thread Martin Jacobson
Remy Maucherat wrote: Remy, I'm sure you're a busy guy, but I'd really appreciate an assist here; I moved to TC4.1 in order to have a working implementation of a JNDI DataSource, but in the process I have lost a working SSL implementation, which is *vital* for my application (this is medical

Re: TC 4.1.3 ExptyStackException

2002-06-25 Thread Martin Jacobson
Remy Maucherat wrote: It mentions an sslImplementation as being null, but I don't find any mention of such an attribute in the docs. Is this the problem? And if so, what do I need to put? BTW, I didn't really want to be on the bleeding edge of development - but I do need a JNDI

RE: TC 4.1.3 ExptyStackException

2002-06-25 Thread Reynir Hübner
-tomcat-4.0/test/v4.1.5/ hope it helps, [EMAIL PROTECTED] -Original Message- From: Martin Jacobson [mailto:[EMAIL PROTECTED]] Sent: 25. júní 2002 08:51 To: Tomcat Users List Subject: Re: TC 4.1.3 ExptyStackException Remy Maucherat wrote: It mentions an sslImplementation

Re: TC 4.1.3 ExptyStackException

2002-06-25 Thread Martin Jacobson
Reynir Hübner wrote: You can get 4.1.5 though, 4.1.5 has issues regarding jasper2 (tag-pooling), so I would download 4.1.5 and use jasper2 from 4.1.3. on the other hand I dont know of any other problems with tc.4.1.5 (there might be as it's only in a test-release).

Re: TC 4.1.3 ExptyStackException

2002-06-25 Thread Remy Maucherat
Martin Jacobson wrote: Reynir Hübner wrote: You can get 4.1.5 though, 4.1.5 has issues regarding jasper2 (tag-pooling), so I would download 4.1.5 and use jasper2 from 4.1.3. on the other hand I dont know of any other problems with tc.4.1.5 (there might be as it's only in a

Re: TC 4.1.3 ExptyStackException

2002-06-25 Thread Martin Jacobson
Remy Maucherat wrote: Martin Jacobson wrote: My logs give me the same errors as previously posted - does anyone have a working Coyote https connector - maybe there are undocumented parameters I don't know about? With JDK 1.3, this works for me: - create a key with the default

Re: TC 4.1.3 ExptyStackException

2002-06-25 Thread Martin Jacobson
Remy Maucherat wrote: Martin Jacobson wrote: My logs give me the same errors as previously posted - does anyone have a working Coyote https connector - maybe there are undocumented parameters I don't know about? With JDK 1.3, this works for me: - create a key with the default

Re: TC 4.1.3 ExptyStackException

2002-06-24 Thread Remy Maucherat
Martin Jacobson wrote: Since moving to TC4.1.3, I get this: 2002-06-24 14:48:22 HttpProcessor[80][4] process.invoke java.util.EmptyStackException at java.util.Stack.peek(Stack.java:82) at java.util.Stack.pop(Stack.java:64) at

Re: TC 4.1.3 ExptyStackException

2002-06-24 Thread Martin Jacobson
Remy Maucherat wrote: The old HTTP/1.1 connector is unsupported (and apparently, a bug was introduced in there). Try using Coyote HTTP/1.1 instead. You can look at the default configuration file to see how to configure it. Remy Thanks for the quick response! Have tried that, but I

Re: TC 4.1.3 ExptyStackException

2002-06-24 Thread Remy Maucherat
Martin Jacobson wrote: Remy Maucherat wrote: The old HTTP/1.1 connector is unsupported (and apparently, a bug was introduced in there). Try using Coyote HTTP/1.1 instead. You can look at the default configuration file to see how to configure it. Remy Thanks for the quick