Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


File Location: <Tomcat-Installed-Folder>\webapps\ctmodelhouse\WEB-
INF\lib\CTModelHouseResource.jar\securityconfig.properties

This is the file where all security and validations are done as part of CT. This key is used to identify the current application context path.

Code Block
language

...

xml
DEFAULT_CONTEXT_ROOT=/ctmodelhouse

...

 
ALL_CONTEXT_ROOTS=ctmodelhouse

...

  1. Open Eclipse.
  1. Select any Workspace to enter into Eclipse.

...

  1. Click OK.
  1. In the bottom pane, select Servers.

...

  1. In the New Server window, select Apache > Tomcat v8.0 Server.

...

  1. Click Finish.
  1. Double click Tomcat v8.0 Server at localhost from the servers tab.
  1. In the following screen, change the tabulated values:

...

Tab

...

Option

...

Value

...

Use Tomcat installation (takes

...

Selected

...

control of Tomcat installation)

...

Server Locations

...

Deploy path

...

Webapps

...

Server Options

...

Publish module contexts to

...

Selected

...

separate XML files

...

Timeouts

...

Start (in seconds)

...

2000

...

  1. Click Save.
  1. Select Tomcat v8.0 Server at localhost from the servers tab.
  1. Click Start the server button to initiate the Tomcat 8 app server.

...