Discussion:
[jboss-user] [Beginner's Corner] - Remote compilation?
Ryan Li
2013-06-13 17:16:04 UTC
Permalink
Ryan Li [https://community.jboss.org/people/ryan.cubicle] created the discussion

"Remote compilation?"

To view the discussion, visit: https://community.jboss.org/message/823045#823045

--------------------------------------------------------------
Is it possible to install jboss & java se jdk on remote machine & have eclipse on local machine only
All compilation is done remotely, is it possible?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/823045#823045]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Wolf-Dieter Fink
2013-06-13 19:47:25 UTC
Permalink
Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion

"Re: Remote compilation?"

To view the discussion, visit: https://community.jboss.org/message/823063#823063

--------------------------------------------------------------
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.
Ryan Li
2013-06-13 19:59:26 UTC
Permalink
Ryan Li [https://community.jboss.org/people/ryan.cubicle] created the discussion

"Re: Remote compilation?"

To view the discussion, visit: https://community.jboss.org/message/823065#823065

--------------------------------------------------------------
how many dir u hv to mount for compiling?
/bin/java only?
But this way even javac remotely resides, the process is local
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/823065#823065]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Wolf-Dieter Fink
2013-06-14 06:03:33 UTC
Permalink
Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion

"Re: Remote compilation?"

To view the discussion, visit: https://community.jboss.org/message/823108#823108

--------------------------------------------------------------
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
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/823108#823108]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Ryan Li
2013-06-16 12:21:36 UTC
Permalink
Ryan Li [https://community.jboss.org/people/ryan.cubicle] created the discussion

"Re: Remote compilation?"

To view the discussion, visit: https://community.jboss.org/message/823344#823344

--------------------------------------------------------------
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
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/823344#823344]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
Loading...