|
From: <tri...@tr...> - 2003-12-05 14:45:56
|
WebLogic 8.1 also comes with ant and some custom ant tasks for creating a WebLogic domain and data sources, JMS queues etc. from a script. It's worth looking into if you need to do more dynamic configurations. There is also WLShell that lets you create and manipulate WebLogic MBeans from a scripting environment (http://www.wlshell.com). Thomas Quoting Rod Johnson <rod...@in...>: > > I know zip about WebLogic but from snippets I hear, it sounds like it's > not > > too difficult to configure (xml files?) so that can be added as a server > > option too. > WLS is pretty easy. Config is held in config.xml. Basically all you have to > do is set up a datasource. You can do this easily in the console and then > copy the generated config.xml. > > You also need weblogic.xml in the WEB-INF directory to resolve mappings. > I've checked in an example for the benchmark/cmt application. > > Also 8.1 has a year-long license, which is nice. > > Regards, > Rod > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |