Re: [Asterisk-java-users] JBoss CLASSPATH
Brought to you by:
srt
From: Martin S. <ma...@be...> - 2008-06-30 13:17:28
|
Hi Savante, You should be packaging those files with whatever archive you're deploying onto JBoss. You can usually get away with putting non-class files that need to be read by your application inside the archive as well, though you may also be able to put them inside the conf/ directory for JBoss. Your archive does in the deployment directory. If this is the *only* thing you're using JBoss for, you might as well run the Agi server yourself with the DefaultAgiServer class. Otherwise, package your files with the other files you're giving JBoss :) Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 > -----Original Message----- > From: ast...@li... > [mailto:ast...@li...] On > Behalf Of Svante Paldan > Sent: Sunday, June 29, 2008 7:38 AM > To: ast...@li... > Subject: [Asterisk-java-users] JBoss CLASSPATH > > Hi again, > > So here's a follow-up question on Jboss. > I got the server running with the MBean and it's listening to > connections and everything is great. > Except that I really can't figure out how to package the mapping-file > and the script classfile so that the server finds them. > I think I've tried just about all kinds of combinations, including > changing the actual CLASSPATH in Jboss (yea I know, you shouldn't do > that...) > > So. Where does the server MBean look for the mapping and script when > running inside JBoss? > > Best regards, > > Svante Paldan > > -------------------------------------------------------------- > ----------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |