- This topic has 7 replies, 2 voices, and was last updated 12 years, 4 months ago by support-tony.
-
AuthorPosts
-
maiconramonesParticipantHi guys,
I need work with Weblogic 10.3.5. I got the wls1035_dev.zip from Oracle website.
I didn’t find any documentation about weblogic installation.
My environment is:
MyEclipse 9.1 + Java 6 + Weblogic 10.3.5
Build id: 9.1-20110701
Can you help me?
support-tonyKeymastermaiconramones,
Oracle has instructions on installing Weblogic at its website:
http://download.oracle.com/docs/cd/E21764_01/doc.1111/e14142/toc.htm
Once you’ve installed it, you can configure the Weblogic Server Connector in MyEclipse.
I hope this helps.
maiconramonesParticipantHi Tony,
I would like know if MyEclipse support WebLogic development?
Or support only WebLogic 10.3.5 Full?
See documentation to WebLogic 10.3.5 for development here: http://download.oracle.com/docs/cd/E21764_01/doc.1111/e14142/zip_installer.htm#BGBFBDBG
WebLogic full required a very good hardware for development…
support-tonyKeymastermaiconramones,
Yes, the development version of WebLogic is supported.
maiconramonesParticipantSorry guy.
I found the problem. The problem is the configuration variables…
What the value I put in “Execution domain root”?
What the value I put in “Execution Server Name”?Where I found more details for those variables?
So my WLS installed in /opt/wls1035_dev
I configured the variables how you see below and the server up and works but… how to configure the classpath for the wls? Because the plugin not execute the script commEnv.sh, this script append more jar in the classpath. For instance jar driver for postgresql…
See: http://download.oracle.com/docs/cd/E21764_01/web.1111/e13737/third_party_drivers.htm#i1050527
See: http://download.oracle.com/docs/cd/E21764_01/web.1111/e13749/weblogicserver.htm#i1008498Details of the server connector:
BEA home directory: /opt/wls1035_dev
WebLogic installation directory: /opt/wls1035_dev/wlsserver
Administration username: xyz
Administration password: xyz
Execution domain root: /opt/wls1035_dev (because the plugin append /servers in this value)
Execution server name: myserver (the default server generated in installation)
Security policy file: empty
JASS login configuration file: emptyAttachments:
You must be logged in to view attached files.
support-tonyKeymastermaiconramones,
MyEclipse doesn’t use those scripts to start the server. You can add jars to the classpath on the Paths sub-page of the WebLogic connector:
Also, I notice that you’ve used the base installation directory (referred to as the “BEA Home Directory” in the MyEclipse server connector configuration) as your domain. It’s usually recommended to create your domain outside of that directory.
Please let us know if this works for you.
maiconramonesParticipantI’m very late. Sorry. Solved.
support-tonyKeymastermaiconramones,
Yes, it’s late but thanks for getting back to us. I’ll close this one off.
-
AuthorPosts