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 | |
---|---|
|
...
| |
DEFAULT_CONTEXT_ROOT=/ctmodelhouse |
...
ALL_CONTEXT_ROOTS=ctmodelhouse |
...
- Open Eclipse.
- Select any Workspace to enter into Eclipse.
...
- Click OK.
- In the bottom pane, select Servers.
...
- In the New Server window, select Apache > Tomcat v8.0 Server.
...
- Click Finish.
- Double click Tomcat v8.0 Server at localhost from the servers tab.
- 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
...
- Click Save.
- Select Tomcat v8.0 Server at localhost from the servers tab.
- Click Start the server button to initiate the Tomcat 8 app server.
...
|