Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread Konstantin Kolinko
2016-01-26 12:19 GMT+03:00 Christoph P.U. Kukulies : > Am 26.01.2016 um 09:36 schrieb Christoph P.U. Kukulies: >> >> Am 25.01.2016 um 19:34 schrieb George Sexton: >>> >>> >>> >>> On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try.

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread Christoph P.U. Kukulies
Am 25.01.2016 um 19:34 schrieb George Sexton: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java -version java version "1.8.0_71" Java(TM) SE Runtime

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread Christoph P.U. Kukulies
Am 26.01.2016 um 09:36 schrieb Christoph P.U. Kukulies: Am 25.01.2016 um 19:34 schrieb George Sexton: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread tomcat
On 26.01.2016 10:19, Christoph P.U. Kukulies wrote: Am 26.01.2016 um 09:36 schrieb Christoph P.U. Kukulies: Am 25.01.2016 um 19:34 schrieb George Sexton: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-26 Thread Christoph P.U. Kukulies
Am 26.01.2016 um 10:40 schrieb André Warnier (tomcat): On 26.01.2016 10:19, Christoph P.U. Kukulies wrote: Am 26.01.2016 um 09:36 schrieb Christoph P.U. Kukulies: Am 25.01.2016 um 19:34 schrieb George Sexton: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-25 Thread Karl Hauschildt
Be careful. The only real way to know what tomcat is using is to get into the manager who will display the java version it is using. Their startup script makes some determination on the fly. On Mon, Jan 25, 2016 at 1:34 PM, George Sexton wrote: > > > On 1/25/2016 3:52

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-25 Thread George Sexton
On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java -version java version "1.8.0_71" Java(TM) SE Runtime Environment (build 1.8.0_71-b15) Java HotSpot(TM)

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-25 Thread Terence M. Bandoian
On 1/25/2016 12:34 PM, George Sexton wrote: On 1/25/2016 3:52 AM, Christoph P.U. Kukulies wrote: Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java -version java version "1.8.0_71" Java(TM) SE Runtime

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-25 Thread Christoph P.U. Kukulies
Thanks. Will give that a try. How can I tell, which java engine Tomcat is actually using? At a CMD prompt I'm getting: C:\> java -version java version "1.8.0_71" Java(TM) SE Runtime Environment (build 1.8.0_71-b15) Java HotSpot(TM) 64-Bit Server VM (build 25.71-b15, mixed mode) -- Christoph

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-22 Thread Konstantin Kolinko
2016-01-22 16:06 GMT+03:00 Christoph P.U. Kukulies : > Windows 7: > > Today I installed Java 8 on my windows 7 machine and did an upgrade of the > CMS at the same time (from OpenCMS 9.5.2 to 9.5.3). > After the Java update and the CMS update suddenly my tomcat 6.0.39 didn't >

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-22 Thread Christoph P.U. Kukulies
Am 22.01.2016 um 14:29 schrieb David kerber: On 1/22/2016 8:06 AM, Christoph P.U. Kukulies wrote: Windows 7: Today I installed Java 8 on my windows 7 machine and did an upgrade of the CMS at the same time (from OpenCMS 9.5.2 to 9.5.3). After the Java update and the CMS update suddenly my

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-22 Thread David kerber
On 1/22/2016 8:06 AM, Christoph P.U. Kukulies wrote: Windows 7: Today I installed Java 8 on my windows 7 machine and did an upgrade of the CMS at the same time (from OpenCMS 9.5.2 to 9.5.3). After the Java update and the CMS update suddenly my tomcat 6.0.39 didn't start any longer. The service

Re: switching between Java8 and Java 7 under tomcat7 leads to error

2016-01-22 Thread George Sexton
On 1/22/2016 6:06 AM, Christoph P.U. Kukulies wrote: Windows 7: Today I installed Java 8 on my windows 7 machine and did an upgrade of the CMS at the same time (from OpenCMS 9.5.2 to 9.5.3). After the Java update and the CMS update suddenly my tomcat 6.0.39 didn't start any longer. The