- This topic has 2 replies, 2 voices, and was last updated 16 years, 10 months ago by Jerry Smetzer.
-
AuthorPosts
-
Jerry SmetzerMemberI have been working the many tutorials in your excellent product for several weeks now, and am very happy with the results I have seen so far. Now I need to get serious about deploying real web apps to test instances on our production Oracle Application Server. I have read many extensive postings on deploying to OC4J, and I have downloaded your TraderX tutortial, and am starting to work it.
My problem with the TraderX tutorial is that it deploys to a JBoss server on the same machine that MyEclipse resides on. This reminds me that your tutorial on deploying to application servers cautions us that MyEclipse does not support deployments to remote machines.
On the other hand, in the forums, support-scott – on June 1, 2004 – provided a key sequence for the creation of an EAR, and it’s deployment to OC4J as though there was no problem at all.
Can someone give me the latest info on developing an EAR in MyEclipse Pro, and deploying to a remote OC4J server? If such a deployment cannot be done, I’d rather not waste the time stumbling around inside a bunch of technical black holes.
For the record, here, below, is my installation summary:
Thanks in advance for any help.
Jsmetz
*** Date:
Wednesday, January 23, 2008 4:58:11 PM AKST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
C:\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata
1360_78
-vm
C:\MyEclipse 6.0\jre\bin\javaw.exe
Riyad KallaMemberJsmetz,
You are correct that MyEclipse has never directly supported deployment to *remote* server installs (Regardless of the server). There is however, a way to do this.If you are able to locally mount the remote server’s deployment directory, when you go create the deployment in MyEclipse for your EAR, you can select a “Custom Location” deployment, and then for the location, specify the locally mounted remote dir location… when you deploy it is effectively deployed to the remote directory that the server managers, and then the server can deploy that file.
So the end result is that you have remote deployment.
Jerry SmetzerMemberMakes sense to me Riyad. I’ll try it. Thanks.
-
AuthorPosts