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 does weblogic support corba and client communication via iiop? : BEA Weblogic
What is multicast address in Clustering? Why do we need it?
What is the format of a log message in a web logic server?
1. What is clustering? How do weblogic instances communicate in a clustered environment! 2. In a cluster, if one of the servers has issues and is not accessible, will the other servers know about it? and how??
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
Do you know what is the local interface used by web logic server?
How to make a managed server ?
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
What happens if remove( ) is never invoked on a session bean?
How to write a program of web logic server to get the connection pool attribute?
How a web logic server works?
What is node manager?