• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Debugging an app on WLS8.1 requestTimeout

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know how to increase the requestTimeout value in Eclipse, or Weblogic Server 8.1 to prevent the current debugging thread thinking the server or IDE is dead and starting a debugging session in a new thread?
The result of this problem is that the debugger jumps back the callstack to where the first breakpoint is i.e. where the debugging began.
I am not too sure if this (happens after about 60 seconds of inactivity) can be configured in Eclipse or WLS. I have scoured the Eclipse project preferences but to no avail.
Any hints or info, or a solution greatly appreciated.
Cheers
Mike Rae
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mike,
Sorry I cannot be of help to you but I am hoping you might be able to help me. I found your post when searching the forum on the issue of configuring eclipse and weblogic 8.1 to work together.
I would like to use eclipse with weblogic as I have used it previously with IBM websphere application developer studio and found it very good. Only problem is the eclipse plug-in for weblogic is for version 6 and 7 of the server and the company uses weblogic 8.1. Do you know is there another eclipse plug-in out there compatible with version 8.1 of weblogic or if the existing EASIE plug-in can be used with the more recent version of the app server? Is it a complicated process and are there any pitfalls I should be wary of before setting out?
Regards,
Simon Kelly.
reply
    Bookmark Topic Watch Topic
  • New Topic