Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Required Libraries

3 views
Skip to first unread message

albertjo...@gmail.com

unread,
Jun 24, 2008, 5:00:24 PM6/24/08
to

In BEA 8.1 there was a separate library, wlst.jar, for the scripting
tool

In BEA 9.X, this stuff has been moved into weblogic.jar directly, so
that you no longer "need" to load a separate library (WLST.JAR) in
order to use the scripting tool

I don't want to load weblogic.jar because I'm writing an application
on Tomcat which calls into WLST through jython scripts. When I load
weblogic.jar, I get all sorts of problems because Tomcat is a J2EE
server, and it bombs on all of the javax packages.

I can pare down weblogic.jar and repackage it to exclude the javax
packages, but this is sloppy, and probably illegal as well.

What is BEA's recommended approach? The best thing for me would be if
BEA supplied a wlst.jar for use with WebLogic 9.X and WebLogic 10.
Are there any plans to separate the WLST classes out so that I can
write standalone utilities without having to load the entirety of
weblogic.jar?

Any help would be appreciated.
Albert Joseph

0 new messages