Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


Access the application from the browser with the URL localhost:7005/expertctstudio/

























To find the port number mentioned in the above URL:

  • Find the port number from Tomcat 8 app server configured in Eclipse.


OR

  • Open server.xml from the path <Tomcat-Installed-Folder>/conf/server.xml


  • Find the <Connector> element with the protocol attribute set to value containing 'http' and see the value assigned for the port attribute. See the following sample


snippet:
<Connector connectionTimeout="20000" port="7005" protocol="HTTP/1.1" redirectPort="8443"/>





  • No labels