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 |
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
what r middleware services of weblogic application server
How can we know if there is any memory leakages happening? how to overcome the memory leakage situation?
What is meant by adminserver?
When should I use server session pools and connection consumers? : BEA Weblogic
What is http tunneling? How can we configure it on weblogic?
Explain the client-server architecture.
How do you disturbute applications over a cluster of weblogic nodes
What are stubs and how do they function in a web logic cluster?
Can two jms servers share the same persistent store? : BEA Weblogic
How do I publish an xml message? : BEA Weblogic
How does a server find out server unavailability?