Re: [Asterisk-java-users] help: uncleared tutorials
Brought to you by:
srt
From: Zoumana T. <zou...@gm...> - 2014-05-17 15:02:00
|
Hi, 1. Add more than one app is done inside the file *fastagi-mapping.properties* You can add as many applications (classes) you want like this app-one.agi = AppOneClass app-two.agi = AppTwoClass 2. Yes i think the server restart is necessary as the JVM load the .class files at starting, so if you need your modifications to be applied you need to reload .class, so to restart the server. 3. Same question as 1, nope ? I don't see the difference. I've writen a tutorial (in french, so maybe google can help translating it): i don't talk about deploying many apps but the whole process from java code to deploy inside Asterisk. http://zoumana.wordpress.com/2013/12/18/faites-de-lasterisk-avec-du-java-couplage-asterisk-et-web-service-rest-java/ Regards, Zoumana *---* *Zoumana TRAORE* 2014-05-17 16:33 GMT+02:00 Vikas Wasiya <vi...@ho...>: > Hello all, > > I have a few queries in asterisk-java cause I am not able to find any > tutorials on this. > > 1. *How to create more than one application and deploy on asterisk-java* ? > cause according to the tutorial (java -jar asterisk-java.jar) only > one app will deploy on one server. > 2. When I edit some changes in the apps and compile again then I have to *restart > the whole server again* for changes taking effect ? Is there any way to > do it without restarting the whole. > 3. How to *deploy more than one application* without restarting > asterisk-java server ? > like I want to deploy HelloAgiScript1.java and HelloAgiScript2.java > both on same asterisk-java server. > > > Thanks and waiting for your reply. > > > -- > Thanks & Regards > > * Vikas Wasiya* > > *Sr. Software DeveloperWalkover Web Solutions | HOSTnSOFT* > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform > available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |