- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Running Tomcat on port 80 without beeing system?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 02:23 AM
тАО04-22-2009 02:23 AM
Running Tomcat on port 80 without beeing system?
If not, is it possible to transparently map port 80 to port 8080?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 02:53 AM
тАО04-22-2009 02:53 AM
Re: Running Tomcat on port 80 without beeing system?
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 03:13 AM
тАО04-22-2009 03:13 AM
Re: Running Tomcat on port 80 without beeing system?
You try that if sysprv alone is not working.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 03:39 AM
тАО04-22-2009 03:39 AM
Re: Running Tomcat on port 80 without beeing system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 03:54 AM
тАО04-22-2009 03:54 AM
Re: Running Tomcat on port 80 without beeing system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 04:20 AM
тАО04-22-2009 04:20 AM
Re: Running Tomcat on port 80 without beeing system?
Is anything like iptables port rerouting available in OpenVMS? That would also be a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 05:06 AM
тАО04-22-2009 05:06 AM
Re: Running Tomcat on port 80 without beeing system?
Oper is less than SYSPRV I would say (or at least different).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 05:21 AM
тАО04-22-2009 05:21 AM
Re: Running Tomcat on port 80 without beeing system?
Topic http://labs.hoffmanlabs.com/node/491 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.
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.
It can also be feasible to remap the incoming port requests at the firewall, given the capabilities of various external firewalls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 05:43 AM
тАО04-22-2009 05:43 AM
Re: Running Tomcat on port 80 without beeing system?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2009 08:09 PM
тАО04-22-2009 08:09 PM
Re: Running Tomcat on port 80 without beeing system?
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 ...).
Do make sure you give Tomcat plenty of memory and set the process quotas accordingly.
Cheers, Colin (http://www.xdelta.co.uk).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2009 03:23 AM
тАО04-23-2009 03:23 AM
Re: Running Tomcat on port 80 without beeing system?
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-23-2009 10:56 AM
тАО04-23-2009 10:56 AM
Re: Running Tomcat on port 80 without beeing system?
Look at WASD and OSU - also see the Digital Press book by Alan Winston titled OpenVMS with Apache, OSU and WASD.
I'd also recommend that you take a look at Jean-Francois Pieronne's OpenVMS related work as well.
Cheers, Colin (http://www.xdelta.co.uk).