Hi Jae, I checked the link for your web site and it worked for me. You have to wait 20 to 45 minutes after you get the e-mail to check if your site is up. The way Nukes is set up, doing auto deployment for Nukes on JBoss is a fairly involved process. I use a combination of message driven beans, ant scripts, and java code to do the auto deployment. To get multiple instances of Nukes on one server you create a new jboss server, change the port number for the jboss server to one that is not being used, and give each instance of Nukes it's own database. To do an auto-deploy requires solving a few more problems. It would be nice if multiple instances of Nukes on JBoss could be deployed to one jboss server. This would drastically reduce the amount of memory required to run multiple instances on one server. I was able to do this but it required a massive find and replace of the word Nukes on the code base and then a recompile of the code base. It was much cleaner to have a seperate JBoss server for each instance of Nukes.
Danny View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842416#3842416 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842416 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
