Tuesday, October 17, 2017

Configure Tomcat in Development Mode


Frequently we did Windchill server reboot during the development work, and lost considerable amount of time. In Windchill by default the tomcat is configured as a "Production Mode ".
every time we have to restart it to reflect the changes in system.

Here is the way to configure tomcat in Development mode so we can eliminate the hectic process of server reboot every time.

1. Start the Windchill shell.
2. navigate the path to Tomcat folder where tomcat is installed.
3. execute below command to set development mode,

 ant -f config.xml configureJspEngine -Dmode=dev

wait for Build successful message in command prompt of Windchill shell.

Check the config.xml file for cross verification.

Restart the server once.



Windchill with HTTPS

Using below steps, we can configure Windchill to listen HTTPS connection. 1. Reconfigure Apache to use HTTPS (SSL). 2. Reconfigure Windch...