• 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

Extending Weblogic Administration Console

 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I swear I posted this yesterday, but it is nowhere to be found...

I'm a bit new to Weblogic so here goes. I'm running Weblogic 8.1 service pack 4 on Windows 2000 and can't get the Console Extension Example to deploy. I get the following error message:



After some investigation, it appears that this may be a problem with sp4. One thing I discovered, is that the taglib declaration in web.xml for the application is looking for a particular jar file:



But this jar file isn't part of either the 8.1 distribution or the distribution for the example and I can't find anyplace to download it. Does service pack 4 validate the web.xml for an app before deployment? Could this be where it is failing? On the same note, the classes in the .tld file for the tag library can all be found in weblogic.jar. Changing console_extension_taglib.jar to weblogic.jar and redeploying however, has no effect. Has anyone had any luck deploying this example app under sp4?

Thanks!

--BW
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic