Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Adding Generic runtime Configuration
Adding Generic runtime Configuration [message #187754] Wed, 07 February 2007 21:38
Mark Berner is currently offline Mark BernerFriend
Messages: 15
Registered: July 2009
Junior Member
Because GenericServerRuntime class is under "internal" package, how can I
add to configuration server specific properties like "serverRootDirectory"
for JBoss ?

Because of "internal" restriction I can not use code below

GenericServerRuntime runtimeDelegate =
(GenericServerRuntime)runtimeWorkingCopy.loadAdapter(Generic ServerRuntime.class,new
NullProgressMonitor());
runtimeDelegate.setServerInstanceProperties(props);

Mark
Previous Topic:WebSphere Integration and Performance
Next Topic:problem in running my first JSP in eclipse
Goto Forum:
  


Current Time: Fri Apr 19 13:27:51 GMT 2024

Powered by FUDForum. Page generated in 0.02283 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top