Re: SSL Certificate formats, requirements for import into existing keystore

2011-07-06 Thread Felix Schumacher
"Peterson, Tommy" schrieb: I have a keystore for an application that runs on Tomcat. People here introduced a load balancer (LB) into the mix for this same application and therefore I have to use keytool to import the LB's certificate into the existing keystore. However, the key and the cer

Re: SSL Certificate formats, requirements for import into existing keystore

2011-07-06 Thread Felix Schumacher
Hi Marvin, Marvin Addison schrieb: >> There is some "junk" ("bag attributes")n the file that I don't' >understand. I am used to just seeing "-BEGIN CERTIFICATE- >"END CERTIFICATE- "" ""-BEGIN RSA PRIVATE KEY- >"-END RSA PRIVATE KEY- " > >As far as I know, keytool

NPE at StandardWrapperValve.invoke() in Tomcat 7.0.16

2011-07-06 Thread eurotrans-Verlag
Hi all, I’m using Tomcat 7.0.16 on a system with Java 1.6.0_26 on Windows Serer 2008 and wondered about a strange NPE I got shortly after deploying a webapp to Tomcat: SCHWERWIEGEND: An exception or error occurred in the container during the request processing java.lang.NullPointerException

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
Oh, I see, it was a level confusion. I thought I was being told about an Exception in the compilation process rather than in my source. Thanks, Mike Spreitzer

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mark Thomas
On 06/07/2011 22:59, Mike Spreitzer wrote: > I just got a pointer into my original JSP (not the Java version); see copy > below. I also looked in my $CATALINA_HOME/work, and found only > directories, no files (at any depth) --- see listing below. I did not > precompile my JSP. > > Here is the

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
I just got a pointer into my original JSP (not the Java version); see copy below. I also looked in my $CATALINA_HOME/work, and found only directories, no files (at any depth) --- see listing below. I did not precompile my JSP. Here is the complaint from logs/localhost.{date}.log: Jul 6, 2011

Re: Tomcat 7 applet session problem

2011-07-06 Thread Pid
On 06/07/2011 21:54, S Arvind wrote: > Hi All, > Web application presently running in the tomcat 6 which has applet > in it. In that applet we make a connection to server using URL class and get > some data from the server after it loads. In this process we got error after > updating to th

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Pid
On 06/07/2011 21:54, Mike Spreitzer wrote: > I install a fresh copy of the latest Tomcat (7.0.16), and deploy my WAR by > copying it into Tomcat's webapps/. Then I startup Tomcat and direct my > browser to my web app's welcome page --- which is a JSP. The compilation > of the JSP fails but wit

Re: mod_jk restarting during uploads of large files

2011-07-06 Thread Rainer Jung
It seems it is not a mod_jk problem. mod_jk never shuts down Tomcat, but obviously your Tomcat shuts down during processing the request. I would - update Tomcat *and* the service wrapper (jdvc) to the most recent patch update (e.g. Tomcat 5.5.33). - run Tomcat once without the service wrapper to

Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
I install a fresh copy of the latest Tomcat (7.0.16), and deploy my WAR by copying it into Tomcat's webapps/. Then I startup Tomcat and direct my browser to my web app's welcome page --- which is a JSP. The compilation of the JSP fails but with very little information. All I get is the line

Tomcat 7 applet session problem

2011-07-06 Thread S Arvind
Hi All, Web application presently running in the tomcat 6 which has applet in it. In that applet we make a connection to server using URL class and get some data from the server after it loads. In this process we got error after updating to the tomcat 7. The problem is the session between

Re: Tomcat is not able to connect to IPV4 (Tomcat Version : 7.0.14)

2011-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rohan, On 7/5/2011 12:18 AM, Rohan Kadam wrote: > I apologize for the typo made by me. I used only > "-Djava.net.preferIPv4Stack=true" in the java option pane. But it > didn't work. Go back and read Konstantin's response. Sounds like you have two

Re: SSL Certificate formats, requirements for import into existing keystore

2011-07-06 Thread Marvin Addison
> There is some "junk" ("bag attributes")n the file that I don't' understand. I > am used to just seeing "-BEGIN CERTIFICATE- "END CERTIFICATE- > "" ""-BEGIN RSA PRIVATE KEY- "-END RSA PRIVATE KEY- " As far as I know, keytool can only import certificates in PKCS8

SSL Certificate formats, requirements for import into existing keystore

2011-07-06 Thread Peterson, Tommy
I have a keystore for an application that runs on Tomcat. People here introduced a load balancer (LB) into the mix for this same application and therefore I have to use keytool to import the LB's certificate into the existing keystore. However, the key and the cert are in one file. According to