-
1. Re: Remote compilation?
wdfink Jun 13, 2013 3:47 PM (in response to ryan.cubicle)I'vetried that earlier, using a mounted directory and compile and deploy via this.
Another option is to use X-server or even Remote Desktop.
From my experience the second option is faster as the compilation works local.
But at the end I work local
-
2. Re: Remote compilation?
ryan.cubicle Jun 13, 2013 3:59 PM (in response to wdfink)how many dir u hv to mount for compiling?
/bin/java only?
But this way even javac remotely resides, the process is local
-
3. Re: Remote compilation?
wdfink Jun 14, 2013 2:03 AM (in response to ryan.cubicle)No if you use the mount approach you need to have the project and jboss directory mounted.
Eclipse and java are running local, JBoss on the remote system.
If you want to run the processes remote you need to use an Xserver or RDesktop, than everything is running remote
-
4. Re: Remote compilation?
ryan.cubicle Jun 16, 2013 8:21 AM (in response to wdfink)I found an app named Hudson/jenkin it does remote compilation, and lives in app server.
I don't know how it work, but it seem do what I want
Take a look at it. If it helps u 2, let me know