Re: WARNING: Error registering request

2010-08-16 Thread VenkateswaraRao Eswar
Could you please respond to this mail ASAP?   Thanks, Venkat --- On Tue, 10/8/10, VenkateswaraRao Eswar wrote: From: VenkateswaraRao Eswar Subject: Re: WARNING: Error registering request To: "Tomcat Users List" Date: Tuesday, 10 August, 2010, 9:21 PM Thanks for your suggestions. Upgrading t

Re: Tomcat 7 - Anticipated date for a stable release?

2010-08-16 Thread Tom Jones
What are the major reasons for upgrading to Tomcat 7 right away? tom On Aug 16, 2010, at 2:43 PM, CRANFORD, CHRIS wrote: > Theresa - > > So far I haven't experienced any major issues with Tomcat 7. The only > open issue I have observed is that my ServletContextListener > implementation is no

RE: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Kannan Jayaprakasam
Any ideas? Thanks. -Original Message- From: Kannan Jayaprakasam [mailto:kan...@arcot.com] Sent: Monday, August 16, 2010 11:32 PM To: Tomcat Users List Subject: RE: Unable to get any information why jsp page fails to generate code Hi That is the complete stacktrace. I added the statemen

RE: EXTERNAL: Re: Random file generation

2010-08-16 Thread Miller, Kevin R
My initial testing was with Firefox running on Solaris 10. I just tested with Firefox 3.6.8 on Windows XP and got the same behavior. One difference is that windows did not try to name it a .exe file it instead just called it a random name with the .part extension. When I attempted to use Int

Re: JNDI: LDAPv3 with StartTLS

2010-08-16 Thread Igor Galić
- "Felix Schumacher" wrote: > On Sun, 15 Aug 2010 21:33:09 + (UTC), Igor Galić > wrote: > > - "Felix Schumacher" wrote: > > > >> Ok, my patch will not work, since new InitialDirContext(env) will > not > >> create a LdapContext, but a DirContext. You could try to change > new > >>

RE: Tomcat 7 - Anticipated date for a stable release?

2010-08-16 Thread CRANFORD, CHRIS
Theresa - So far I haven't experienced any major issues with Tomcat 7. The only open issue I have observed is that my ServletContextListener implementation is not receiving the contextDestroyed() notification for some strange reason. That's the only thing that is holding me off pushing toward T

Tomcat 7 - Anticipated date for a stable release?

2010-08-16 Thread Theresa Robison
Is there currently an anticipated date (or date range) for a stable release of Tomcat 7? My product would like to upgrade to the newest Tomcat release, but don't want to end up doing so twice in a short period of time... is it worthwhile to upgrade to Tomcat 6 for now, or will a stable release o

Re: Random file generation

2010-08-16 Thread Peter Crowther
In other words: "If I try to interpret the SSL handshake from Tomcat as if it were a byte stream to be interpreted by my browser, the byte stream the server happens to generate has the first two bytes 'MZ' and my browser can't interpret it as anything other than a Windows executable." That such an

Re: Random file generation

2010-08-16 Thread André Warnier
Miller, Kevin R wrote: I am running Tomcat 6.0.26 on a Solaris 10 system. The Tomcat server is configured to listen to HTTPS communications on port 8443. When browsing to the Tomcat server remotely using the following syntax everything works as expected: https://10.10.10.10:8443/ If however

Re: Single Sign-On problems (SSO not the cause)

2010-08-16 Thread André Warnier
Carlton Whitmore wrote: I just verified that the issue is not with SSO. I tested this by accessing the URL until I got "Page cannot be displayed" then I tried accessing https://myserver.advocacyinc.org:8443 and got the same thing. We're not doing any redirects from IIS. Could JCifs be tying up

Feedback Requested: Proposed CLI Tool for Apache Tomcat; kitty.

2010-08-16 Thread Networked
Myself and Peary Chiu have created a lightweight utility for administering Tomcat from the command line in our copious amounts of free time on the weekends. This is a very rough utility, but we wanted a command line administration utility that made it very easy and quick to debug a Tomcat server

Random file generation

2010-08-16 Thread Miller, Kevin R
I am running Tomcat 6.0.26 on a Solaris 10 system. The Tomcat server is configured to listen to HTTPS communications on port 8443. When browsing to the Tomcat server remotely using the following syntax everything works as expected: https://10.10.10.10:8443/ If however we accidentally leave ou

Re: [OT] Single Sign-On problems

2010-08-16 Thread André Warnier
Stewart, Kevin L. (GSFC-417.0)[CONSTELLATION SOFTWARE ENGINEERING] wrote: Pid, I can't seem to open any of your emails. Outlook (with Entrust) says that they are encrypted but with invalid mime. Chances are overwhelming that it's Outlook (or Entrust) that's wrong. Get yourself a real email c

RE: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Kannan Jayaprakasam
Hi That is the complete stacktrace. I added the statement <% response.setBufferSize(2); %> As the first line in the jsp page, but still I'm getting the same genericError.htm message in the tomcat log file. Thanks Kannan -Original Message- From: Christopher Schultz [mailto:ch...@chri

Re: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kannan, On 8/16/2010 11:41 AM, Kannan Jayaprakasam wrote: > On tomcat logs I don't find any useful information why the jsp page > failed to generate code and only a blank gets displayed. All I ever > see for any mistake in the jsp page is the same mes

Destroying Context Listeners

2010-08-16 Thread CRANFORD, CHRIS
I recently upgraded my Tomcat installation from 6.0.x to Tomcat 7 (Win64) and I am actively testing our current web applications for backward compatibility, and so forth. One of these web applications creates a set of context listeners to manage various things during the lifecycle of the web appl

RE: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Kannan Jayaprakasam
Tomcat 5.5 jdk1.5.0_14 Windows Xp Professional. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, August 16, 2010 10:26 PM To: Tomcat Users List Subject: Re: Unable to get any information why jsp page fails to generate code On 16/08/2010 16:59, Kannan Jayaprakasam wrot

RE: Single Sign-On problems

2010-08-16 Thread Stewart, Kevin L. (GSFC-417.0)[CONSTELLATION SOFTWARE ENGINEERING]
Pid, I can't seem to open any of your emails. Outlook (with Entrust) says that they are encrypted but with invalid mime. From: Pid [mailto:p...@pidster.com] Sent: Monday, August 16, 2010 12:54 PM To: Tomcat Users List Subject: Re: Single Sign-On problems

Re: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Pid
On 16/08/2010 16:59, Kannan Jayaprakasam wrote: > Another cruel behaviour of tomcat is that when I click on the link of the > blank jsp page yet another time, then it displays the page. But in the "work" > folder there is no code generated seen. If I click the link yet again, I get > blank displ

RE: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Kannan Jayaprakasam
Another cruel behaviour of tomcat is that when I click on the link of the blank jsp page yet another time, then it displays the page. But in the "work" folder there is no code generated seen. If I click the link yet again, I get blank display again. -Original Message- From: Kannan Jayap

Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Kannan Jayaprakasam
On tomcat logs I don't find any useful information why the jsp page failed to generate code and only a blank gets displayed. All I ever see for any mistake in the jsp page is the same message below: Aug 16, 2010 9:02:29 PM org.apache.catalina.core.StandardHostValve custom SEVERE: Exception Proces

RE: users Digest 16 Aug 2010 14:18:24 -0000 Issue 9775

2010-08-16 Thread Savoy, Melinda
Carlton, Just go to the Waffle site and if you have any questions contact support from that site. We just got off JCIFS about 2-3 months ago and after many problems in trying to get IIS-Tomcat integration (issues on our end) to work we switched to Waffle and we were up in 5 minutes. If you're

Re: JNDI: LDAPv3 with StartTLS

2010-08-16 Thread Felix Schumacher
On Sun, 15 Aug 2010 21:33:09 + (UTC), Igor Galić wrote: > - "Felix Schumacher" wrote: > >> Ok, my patch will not work, since new InitialDirContext(env) will not >> create a LdapContext, but a DirContext. You could try to change new >> InitialDirContext(env) into InitalLdapContext(env, nu

Re: 501 Method not implemented with successive POST requests

2010-08-16 Thread Pid
On 16/08/2010 09:52, Hans Wahn wrote: > I'd like to provide more information. Any suggestions what is the best > way to accomplish that? > > Hans > > > 2010/8/16 Pid : >> On 13/08/2010 23:24, André Warnier wrote: >>> Pid wrote: On 13/08/2010 11:52, Hans Wahn wrote: > 2010/08/12 20:20:17

Re: 501 Method not implemented with successive POST requests

2010-08-16 Thread Hans Wahn
I'd like to provide more information. Any suggestions what is the best way to accomplish that? Hans 2010/8/16 Pid : > On 13/08/2010 23:24, André Warnier wrote: >> Pid wrote: >>> On 13/08/2010 11:52, Hans Wahn wrote: 2010/08/12 20:20:17:796 CEST [DEBUG] wire - << "HTTP/1.1 100 Continue[

Re: truststoreFile vs javax.net.ssl.trustStore

2010-08-16 Thread Estanislao Gonzalez
Hi Chris, thanks a lot for your help! I've solved the matter but I have still some questions and some interesting findings I would like to share, so please continue reading this email :-) It turned out, that the problem was caused by a library within a servlet (which is not open sourced, so

Re: Single Sign-On problems

2010-08-16 Thread André Warnier
Carlton Whitmore wrote: Andre, The only reason I think it's Tomcat because when we change the Tomcat version it seems to affect the speed of the application (Tomcat 7 runs very slow, but no SSO errors; Tomcat 6 runs fast, but SSO errors). We're using Active Directory to authenticate. I guess i