How to change Hybris server's port -
the default port http://localhost:9001.
how run hybris platform using port?
edit {hybris_root_dir}/config/local.properties file , use following properties configure various ports:
tomcat.http.port=9001 tomcat.ssl.port=9002 tomcat.ajp.port=8009 tomcat.jmx.port=9003 tomcat.jmx.server.port=9004 you can find complete configuration reference on hybris wiki here: https://wiki.hybris.com/display/release5/configuration+properties+reference
in order changes applied must run ant , restart hybris.
you can run ant all, if have changed configuration can deploy these changes without having re-compile using ant deploy faster.
Comments
Post a Comment