navrsalemile
Programmer
First web app. JDev project has context root /app1, and second one /app2.
Which JDev files should be configured and how in order to enable dependency between these two web applications and test them together?
e.g. app1 provides login page and after successful login it provides link /app2/welcome.jsp to app2. When the session expires app2 redirects to /app1.
Which JDev files should be configured and how in order to enable dependency between these two web applications and test them together?
e.g. app1 provides login page and after successful login it provides link /app2/welcome.jsp to app2. When the session expires app2 redirects to /app1.