Re: [Montag-users] Building WAR for JBoss deployment
Status: Beta
Brought to you by:
sbtourist
|
From: Sergio B. <ser...@gm...> - 2005-11-21 13:48:10
|
On 11/18/05, Java Developer <ja...@wi...> wrote: > JBoss wants to see an archive in order to deploy it (copying the > montag folder to the deploy directory produces some ugly results). > However, this gave me the clue that Axis was having a problem finding > the context root, So I made the following changes to get it working: [CUT] I agree with all your changes but this: > Changes to WEB-INF/conf/montag-config.xml (changed "QueryService" to > "XQueryService" in 0.8 distribution): [CUT] In the 0.8 beta distribution, QueryService is correctly called XQueryServic= e. > I then could create the WAR file in the context root, and it deployed > correctly in JBoss. > This fixed the WSDL problem, but I haven't yet tested the web > services themselves. Hope this helps. Yes, you've made a good work, because I've never tested Montag in JBoss. Regards, Sergio B. -- Sergio Bossa (http://sbtourist.blogspot.com) Author and Lead Developer of: - Montag (http://montag.sourceforge.net) - QuickNote (http://quicknote.sourceforge.net) |