<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem starting TOMCAT in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987679#M34313</link>
    <description>I would say that your java  version is too low.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Jun 2006 10:55:08 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2006-06-27T10:55:08Z</dc:date>
    <item>
      <title>Problem starting TOMCAT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987678#M34312</link>
      <description>I just downloaded and installed CSWS, CSWS_PHP, CSWS_PERL, and CSWS_JAVA (v3.0)to a VMS V8.2 system. The first three start up and I can get to the confirming test pages.&lt;BR /&gt;&lt;BR /&gt;When I try to start TOMCAT from the menu(w/CSWS down per doc), the log shows the following error:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;$   j_cmd "-V" "NLA0:"   "-V" "sys$scratch:apache$jakarta_secparamfile.00000EB6" -&lt;BR /&gt; "org.apache.catalina.startup.Bootstrap" -&lt;BR /&gt; "-V" "NLA0:" "start"&lt;BR /&gt;&lt;BR /&gt;Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap (Unsupported major.minor version 48.0)&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Can anyone explain and help me with this? &lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Tue, 27 Jun 2006 10:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987678#M34312</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2006-06-27T10:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting TOMCAT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987679#M34313</link>
      <description>I would say that your java  version is too low.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2006 10:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987679#M34313</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-06-27T10:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting TOMCAT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987680#M34314</link>
      <description>$ PROD SHO HIST *JAVA*&lt;BR /&gt;....&lt;BR /&gt;.... CSWS_JAVA v3.0 .....&lt;BR /&gt;.... JAVA150 V1.5-1 ...&lt;BR /&gt;....</description>
      <pubDate>Tue, 27 Jun 2006 11:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987680#M34314</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2006-06-27T11:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting TOMCAT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987681#M34315</link>
      <description>Hi Jack,&lt;BR /&gt;&lt;BR /&gt;In the release notes, &lt;A href="http://h71000.www7.hp.com/openvms/products/ips/apache/csws_java_relnotes.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/ips/apache/csws_java_relnotes.html&lt;/A&gt; - Software Prerequisites, I see that JAVA 1.4.2 is the prefered version.&lt;BR /&gt;We have some problems with the 1.5 version so I recommend you to try the latest 1.4.2 version.&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2006 23:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987681#M34315</guid>
      <dc:creator>ptrskg</dc:creator>
      <dc:date>2006-06-27T23:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting TOMCAT</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987682#M34316</link>
      <description>Found my problem.&lt;BR /&gt;&lt;BR /&gt;I noticed that when running APACHE$JAKARTA.COM, that some info scrolled off the screen.  Looking at that info I saw that an old JAVA kit was being accessed.&lt;BR /&gt;&lt;BR /&gt;Looking in APACHE$JAKARTA_CONFIG.COM, I saw that this script was looking in SYS$COMMON for JAVA kits, and I had installed the JAVA SDK on another disk.  Since I couldn't see how to pass the other disk location, I made a temp edit to the script to hard code the JDK location and reran it. TOMCAT starts now.&lt;BR /&gt;&lt;BR /&gt;Thanks for the feedback.</description>
      <pubDate>Wed, 28 Jun 2006 13:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-starting-tomcat/m-p/4987682#M34316</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2006-06-28T13:08:49Z</dc:date>
    </item>
  </channel>
</rss>

