How to change port of tomcat from eclipse's tomcat plugin -
i using eclipse kepler , eclipsetotale's tomcat plugin. using oracle xe @ port 8080, , want run tomcat @ port 9090. have changed server.xml , changed port @ line :
<connector connectiontimeout="20000" port="9090" protocol="http/1.1" redirectport="8443"/> it still says address in use. also, little skeptical whether changing server.xml have effect have selected context decalration mode context files instead of server.xml
any suggestions ?
just double click on server listed in eclipse. here display server configuration. change port number 8080 9080. , start server. dialog box appear save changes. click yes , server start. hope it'll you.
for details refer; link
Comments
Post a Comment