This content has been marked as final.
Show 5 replies
-
1. Re: Deployment on remote JBoss
erasmo2 marciano2 Oct 9, 2008 10:21 AM (in response to Michael Tech) -
2. Re: Deployment on remote JBoss
Peter Johnson Oct 9, 2008 10:55 AM (in response to Michael Tech)Short of getting JON (which has a mechanism to download the app to the remote host and then deploy it in the app server), you will either have to use ftp (or similar mechanism) to get the app to the remote host, or write your own web app that does file downloads and deploys.
-
3. Re: Deployment on remote JBoss
Michael Tech Oct 10, 2008 3:21 AM (in response to Michael Tech)Hi,
thanks. Obviously JON is not for free? It looks very good, but I don't have access to the customer portal.
Thus I have to use FTP :/
Thanks
Mike -
5. Re: Deployment on remote JBoss
Peter Johnson Oct 13, 2008 4:38 PM (in response to Michael Tech)That documentation is for JBoss Web, which is a repackaged Tomcat; it is not for JBossAS. But if you grab the source you can see the basics of how to do the same for JBossAS.