<?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: Running Tomcat on port 80 without beeing system? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405596#M16500</link>
    <description>Hmm, isn't installing java.exe as a privileged image the same thing as giving java code system access?</description>
    <pubDate>Wed, 22 Apr 2009 10:39:40 GMT</pubDate>
    <dc:creator>Fredrik Israelsson</dc:creator>
    <dc:date>2009-04-22T10:39:40Z</dc:date>
    <item>
      <title>Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405593#M16497</link>
      <description>Is it posssible to give explicit permission to a non-privileged user to use a port below 1024?&lt;BR /&gt;&lt;BR /&gt;If not, is it possible to transparently map port 80 to port 8080?</description>
      <pubDate>Wed, 22 Apr 2009 09:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405593#M16497</guid>
      <dc:creator>Fredrik Israelsson</dc:creator>
      <dc:date>2009-04-22T09:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405594#M16498</link>
      <description>The program image listening on the port needs to be INSTALLed with privileges (I think SYSPRV is enough), then the user running it doesn't have to be privileged.&lt;BR /&gt;&lt;BR /&gt;Now I have no experience with Tomcat, but my (OSU-) http server is running from an account with no privileges, on the procedure doing the INSTALL is privileged (running from startup).&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2009 09:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405594#M16498</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-04-22T09:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405595#M16499</link>
      <description>WASD is installed with ALTPRI, CMKRNL, DETACH, PRMGBL, PRMMBX, PSWAPM, SYSGBL, SYSLCK, SYSPRV, SYSNAM, WORLD.&lt;BR /&gt;&lt;BR /&gt;You try that if sysprv alone is not working.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 22 Apr 2009 10:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405595#M16499</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2009-04-22T10:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405596#M16500</link>
      <description>Hmm, isn't installing java.exe as a privileged image the same thing as giving java code system access?</description>
      <pubDate>Wed, 22 Apr 2009 10:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405596#M16500</guid>
      <dc:creator>Fredrik Israelsson</dc:creator>
      <dc:date>2009-04-22T10:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405597#M16501</link>
      <description>SYSPRV or BYPASS is required to open ports numbered 1024 and less. This is a security feature that guarantees an incoming client that the service associated with these ports is "the real thing".</description>
      <pubDate>Wed, 22 Apr 2009 10:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405597#M16501</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2009-04-22T10:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405598#M16502</link>
      <description>Yeah, virtual security :) The problem is that I don't want to give the Tomcat user any high privileges as any bug in it potentially may give someone system access, but I want the users to be able to enter an URL without port number which most users don't understand.&lt;BR /&gt;&lt;BR /&gt;Is anything like iptables port rerouting available in OpenVMS? That would also be a solution.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2009 11:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405598#M16502</guid>
      <dc:creator>Fredrik Israelsson</dc:creator>
      <dc:date>2009-04-22T11:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405599#M16503</link>
      <description>"The process must have a system user identification code (UIC) and the SYSPRV, BYPASS, or OPER privilege to bind port numbers 1 to 1023."&lt;BR /&gt;&lt;BR /&gt;Oper is less than SYSPRV I would say (or at least different).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 22 Apr 2009 12:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405599#M16503</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2009-04-22T12:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405600#M16504</link>
      <description>The usual approach is to provide a way to launch the tool or to create environment with the necessary privileges.&lt;BR /&gt;&lt;BR /&gt;Topic &lt;A href="http://labs.hoffmanlabs.com/node/491" target="_blank"&gt;http://labs.hoffmanlabs.com/node/491&lt;/A&gt; has some high-level information on this granting privileges topic, whether via Cerebrus or via DCL DECnet or batch processes or captive login or otherwise.&lt;BR /&gt;&lt;BR /&gt;Tools including iptables and firewalls and such are not presently available with TCP/IP Services product.  Check the third-party stacks and the OpenVMS roadmap, or check with your HP reseller or representative.&lt;BR /&gt;&lt;BR /&gt;It can also be feasible to remap the incoming port requests at the firewall, given the capabilities of various external firewalls.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2009 12:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405600#M16504</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-22T12:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405601#M16505</link>
      <description>May be your cat can be started on port 8080. Users just have to specify the port number then (like &lt;A href="http://www.google.com:8080/xxx" target="_blank"&gt;www.google.com:8080/xxx&lt;/A&gt; I think).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 22 Apr 2009 12:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405601#M16505</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2009-04-22T12:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405602#M16506</link>
      <description>Typically people use port 8080 for Tomcat , then front-end that with an Apache served page (using port 80 for CSWS).&lt;BR /&gt;&lt;BR /&gt;That can also help if you need to run multiple instances of Tomcat and so use a different port for each instance of Tomcat (eg: 8080, 8081, 8082 ...).&lt;BR /&gt;&lt;BR /&gt;Do make sure you give Tomcat plenty of memory and set the process quotas accordingly.&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;http://www.xdelta.co.uk).&lt;/A&gt;</description>
      <pubDate>Thu, 23 Apr 2009 03:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405602#M16506</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2009-04-23T03:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405603#M16507</link>
      <description>I am already running Tomcat 4.latest and 5.latest on other ports for Webservice integration with Fortran. Running a user interface directly accessed by the end users on other ports than port 80 will result in an increased support load though.&lt;BR /&gt;&lt;BR /&gt;Maybe there are no other solution on OpenVMS than to put Apache in front of Tomcat even if I don't need it and it only will increase the number of applications I will need to maintain.</description>
      <pubDate>Thu, 23 Apr 2009 10:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405603#M16507</guid>
      <dc:creator>Fredrik Israelsson</dc:creator>
      <dc:date>2009-04-23T10:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running Tomcat on port 80 without beeing system?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405604#M16508</link>
      <description>There are other web servers for OpenVMS that have a lot less overhead than Apache for just a single initial redirect page.&lt;BR /&gt;&lt;BR /&gt;Look at WASD and OSU - also see the Digital Press book by Alan Winston titled OpenVMS with Apache, OSU and WASD.&lt;BR /&gt;&lt;BR /&gt;I'd also recommend that you take a look at Jean-Francois Pieronne's OpenVMS related work as well.&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;http://www.xdelta.co.uk).&lt;/A&gt;</description>
      <pubDate>Thu, 23 Apr 2009 17:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/running-tomcat-on-port-80-without-beeing-system/m-p/4405604#M16508</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2009-04-23T17:56:03Z</dc:date>
    </item>
  </channel>
</rss>

