Hi, This is picked up from the server.xml file in the conf/ directory:
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443"/> Simply changing this port will move anything that was exposed on port 8080 to the new port that you want to use, so you may wish to add another connector if that's not quite what you're after. Hope that helps. Jon On Thu, Nov 6, 2014 at 8:26 AM, vidaniello <[email protected]> wrote: > how can i change port from 8080 to, for example, 2345?? > > from > p.put("java.naming.provider.url", "http://localhost:8080/tomee/ejb"); > > to, for example > p.put("java.naming.provider.url", "http://localhost:2345/tomee/ejb"); > > what file in conf/ directory must compile?!? tank... > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Question-about-tomEE-http-remote-ejb-port-tp4672785.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
