JMC Next-Gen Web Server Install User Manual

Page 7

Advertising
background image

7  

 

If people want to stay logged in for more than 20 minutes at a time, we would suggest you change them all to
120 minutes, but no higher.

Below are instructions to do that.

Highlight Application Pools on the left, and in the middle section of the screen, right-click on the JMC
application pool, and go down to Advanced Settings. In the Process Model section there is a setting for Idle
Time-out (Minutes)
. It is set to 20, so click in front of the 20, and change it to 120, and click OK. Then do the
same for Parent, Scheduler, Student and Teacher. When done, highlight your server name in the upper left
corner, and click on Restart in the upper right corner to restart IIS.

The third thing we have to do to get JMC Web going is to change one line in the file named
connectionStrings in each of the 5 folders we configured above. We can get into those folders right from
Internet Information Services (IIS) Manager, so let’s right-click on the JMC folder on the left side of the
screen, and highlight Explore. When the window comes up, scroll down to the file named connectionStrings,
and right-click on it. Go down to Open.

At this window, click on Select a program from a list of installed programs, and click OK. At this window,
choose Notepad, and make sure you check the box at the bottom in front of Always use the selected
program to open this kind of file
. Then click on OK.

The file is now open, so look for the line below.

<add name="JMCConnectionStringMySql" connectionString="Data Source=localhost;Initial Catalog=webjmc;Persist Security Info=True;User ID=webjmc;Password=YourPassword

Now change the info to the following.

Data Source=localhost

Advertising