I guess you're talking about the below. Do I uncomment tomcatThreadPool
below and change the 2nd port=8080 to some other port?


    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />
    <!-- A "Connector" using the shared thread pool-->
    <!--
    <Connector executor="tomcatThreadPool"
               port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />
    -->



On Wed, Dec 5, 2012 at 2:14 AM, Romain Manni-Bucau <rmannibu...@gmail.com>wrote:

> Did you open server.xml? Globally same as tomcat
> Le 5 déc. 2012 07:59, "Howard W. Smith, Jr." <smithh032...@gmail.com> a
> écrit :
>
> > Can you please let me know how to change TomEE's web app's port to
> another
> > port (for security reasons), so I don't have a catalina or localhost log
> > filled with hack attempts.
> >
> > Glassfish Admin Console is on port 4848, and of course, my port 4848 is
> not
> > allowed through the firewall. So, I'd like to change tomee's web app and
> > the other tomee manager/admin sites to be on another port instead of port
> > 80 or 8080.
> >
> > I want my app on port 80 or 8080 (as it currently is, by default).
> >
> > thanks.
> >
>

Reply via email to