users@glassfish.java.net
Re: Setting Port 80?
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Tue, 09 Mar 2010 10:21:48 PST
UBUNTU:
If the user running glassfish does not have privileges to setup shop on ports < 1024 then you can configure your firewall to redirect like so:
iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080
iptables -t nat -A PREROUTING -p udp -m udp --dport 80 -j REDIRECT --to-ports 8080
ref:
http://blogs.sun.com/foo/entry/run_glassfish_v3_as_a
[Message sent by forum member 'bnevins' (byron.nevins_at_sun.com)]
http://forums.java.net/jive/thread.jspa?messageID=390900
This message
: [
Message body
]
Next message
:
Bobby Bissett: "Re: Glassfish crashing or just disappearing"
Previous message
:
glassfish_at_javadesktop.org: "Invoking RESTful service using RequestDispatcher.include()"
In reply to
:
Oliver Gottwald: "Setting Port 80?"
Next in thread
:
Dominik Dorn: "Re: Setting Port 80?"
Reply
:
Dominik Dorn: "Re: Setting Port 80?"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]