sbtibm-sbt

default configuration change for SBT


I integrated SBT in my existing application and able to run the application with sbt enabled. I deployed in my test server and it works fine but when I moved to the production, Since the context path of the application is different it breaks.

Ex: in test server my application url is https://somedomian/SampleSbt

In production htt....somedomain/serve/meth/SampleSbt

I'm getting error in firebug as htt.....domain/sbt/js/sdk/sbt/ErrorTransport.js -> Forbidden

I tried changing the context path /my code path /managed-beans.xml and many ways but still it gives the same error

want to change the path from http.....somedomain/sbt/js/sdk/sbt/Errortransport.js to http.....somedomain/serv/meth/sbt/js/sdk/sbt/Errortransport.js


Solution

  • After the discussion yesterday with Projjwal Saha, the issue should be resolved. Can you update if it is, or let us know in case you still see the issue.