where can we set classpath, which will reflect to whole domain
Answers were Sorted based on User's Feedback
Answer / sriram
We have to edit commEnv.sh or startWeblogic.sh scripts depending on our requirement. First one effects all the domains later effects only particular domain.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / hari
actually class path is available in domainin directory
go to certain path like
opt/oracle/middleware/user_project/domains/base_domain/bin
here we can execute below command
./setDomainEnv.sh
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suresh
right click on my computer icon->advanced->environment
variables.here you will find to panels 1.path and
2.classpth.
1. go to path click on add
a)name: name of the path variable.
b)value: Absolute path of your bin folder or your
application path.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / nag
In Startup script we can set the classpath which reflects
to whole Domain
| Is This Answer Correct ? | 1 Yes | 1 No |
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
How to find the heap memory of managedServer?
In how many ways we can implementg session replication?
How do I increase weblogic server memory? : BEA Weblogic
While packaging the web application defaultwebapp for deployment into the weblogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory? : BEA Weblogic
How can the admin console be disable before it is re-enable by WLST?
what is command for find out the ip add and port no. of the machine in UNIX?
When does high cpu usage occur?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
If you get Null point exception at the time of ear deployment from console what will be you next steps to resolve the problem.
What is the emergency log message?
What causes java.io exceptions in the log file of weblogic server?