Question

IFS Developer Studio

  • 17 March 2021
  • 2 replies
  • 406 views

Badge

Dear Members,

I am facing the error during application developing on IFS developer studio

Unable to connect 'http://localhost:8080/main/compatibility/clientgateway' -Not Found

 

When try to connect localhost:8080 on Applcation server (Weblogic server ). Screen shot below

 

 


This topic has been closed for comments

2 replies

Userlevel 5
Badge +10

Hi,

Are you able to login to the application at the moment?

Userlevel 4
Badge +9

Hi,

This usually happens when you have not deployed the application to the Application Server or if there were errors during deployment.

 

Try the following.

  1. Right Click on project “SampleProject” and select “Synchronize Libraries” (you need to have a valid “project root” setup for this to work in your project properties)
  2. Right Click on “Application Server” and select “Clean” and thereafter “Deploy”
  3. Wait sometime till the application fully deploys. (you can view this in the output console at the bottom) 

Good Luck,

Rifki