Installation of many instance of Testlink on the same server

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
psi3si
TestLink user
Posts: 10
Joined: Fri Mar 21, 2008 4:11 pm

Installation of many instance of Testlink on the same server

Post by psi3si »

Hi,

I need to install many instance of testlink on the same server.
I tried to install two instance : http://myserver/testlink1 with a database TL1 and http://myserver/testlink2 with a database TL2.
But I find some problem : if I connect on the two server in the same time, the data displayed are the same on each side while the base name are different !

I need to manae two instance, because settings and configuration are different between the two projets.

What is the solution ?

Many thanks
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

You will face this problems due to session management.
1. do you use same user on both TL?

one possible solution is using DIFFERENTkind of browsers
connect to one TL with IE, and with firefox to other
psi3si
TestLink user
Posts: 10
Joined: Fri Mar 21, 2008 4:11 pm

Post by psi3si »

You are right, the problem is due to session management in the browser.
The cookie store the session with in the key the host of the url. (http://myserver/)

I solve this problem by using alias in my apache configuration : http://TL1.myserver and http://TL2.myserver.
Now the session management is correct and I can use many instance of TL on the same server.
Post Reply