• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

RAD 7.5 issue

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,

i have IBM RAD 7.5 and Websphere 6.1 running on Windows platform, my problem is, when ever i do a small change in one of the java classes the server publish the change and restart websphere, this is consuming alot of time,

is this normal or some configuration is required,

regards
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In your server view (j2ee perspective), double-click on your server. This will bring up your server configuration/overview. At right-hand side under 'Publishing', select 'Never publish automatically' option and then save settings. This will prevent publishing the change automatically. As for the server restarting after a publish, that behavior seems odd unless there's a config somewhere I'm just not aware of. I've never noticed this on my RAD 7.5 on both WAS 6.1 and WAS 7.0.
 
Ahmed Eid Faid
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dennis,

thanks for your reply, i mean with the server restart that the websphere is restarting the application, and kill the session with all its values, this is really driving me mad, i don’t recall that this was happening in Websphere application Developer 5.1 as since this version i was not using Rad,

thanks
 
A tiny monkey bit me and I got tiny ads:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic