3>to create a new server create a domain with configuration wizard.
go to
C:\bea\weblogic81\common\b
and follow the below link
http://e-docs.bea.com/wls/
Main Topics
Browse All Topicshi,
i have installed weblogic 8.1
i have usued many third party JAR files etc. how can weblogic find those classes.
IN sun One i set classpath in server.xml
by this
serverclasspath="c:\..\...
how can do the same thing in weblogic 8.1 ?
or how weblogic find my 3 rd party classes ? how do set my classpath in WEBLOGIC 8.1
Plz guide me.
(2) i go to admin console and use myserver. How to STOP the server when i want to go out ?
(3) i want to create a new server naming MYNEWSERVER and also want to set JDBC connection Pooling there.
But though i have been able to create new server. but i am not able to do JDBC connection pool for my new server.
How can create NEW JDBC CONNECTION POOL for my MYNEWSERVER.
plz give me steps.
thank you
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
3>to create a new server create a domain with configuration wizard.
go to
C:\bea\weblogic81\common\b
and follow the below link
http://e-docs.bea.com/wls/
for creating connection pools you can check out the following link
http://e-docs.bea.com/wls/
hi
1> i understand how to stop the server.
2> i also understnad how to set the CLASSPATH.
here i have one more question regarding classpath . IF I PUT ALL MY JAR file manually inside MYPROJECTS,s LIB directory can weblogic AUTOMATICALLY find it ? ( bcoz in that case , i dont have to edit CLASSPATH at all in startWLS.cmd ).
does it work ?
3>i am getting dofficulty to create MYNEWSERVER .
in fact i already have server in mydomain(default).that is also JDBC connection pool configaured
But i want to create a new MYNEWSERVER with a new port rather than 7001 and want to have JDBC connection pool configaured .
bcoz i want 2 server and these 2 server should interact between them.
plz guide me How do create a new MYNEWSERVER ?
can you give steps ? the e-docs is too much clumsy and nested with so many links.
If i can create MYNEWSERVER i can do the rest bcoz i have done already for myserver (default in mydomain).
thank you
hi,
somehow i have managed to make C:\bea\user_projects\domai
but how do i configure my server now ?
i opend
http://localhost:7001/cons
and put userid and password which i had put during using Configauration wizard.
but it is telling authentication failure ?
But if i put my earlier userid and pasword for default admin console
it is showing my default mydomain >myserver.
but i can not see my newly created domain and server in left side tree !!!
How do i do ?
I have told my requirement that i want 2 server whcih will interact in them.
How do i do ? plz help
>here i have one more question regarding classpath . IF I PUT ALL MY JAR file manually inside MYPROJECTS,s LIB >directory can weblogic AUTOMATICALLY find it ? ( bcoz in that case , i dont have to edit CLASSPATH at all in >startWLS.cmd ).
>does it work ?
No if the application has its own domain then you need to something like that i said earlier.
>plz guide me How do create a new MYNEWSERVER ?
Using configuration wizard
Go to C:\bea\weblogic81\common\b
About the jar files....if you create any new domain as said above you can see the domain that got created in user_projects-->domain-->m
I do not mind explaining it but believe me things will get more interesting when you start analysing yourself with the clues that you have in your hand.
cheers
you got to create a domain with managed servers that is while using configuration wizard after this selection
create or extend configuration-->select a configurationtemplate-->ch
in this one select custom and when managed server comes keep how many ever servers you want in your domain. follow this link .Do exactly what they have there
http://e-docs.bea.com/wls/
Hi i have been able to do something like this .
C:\bea\weblogic81\server\b
http://localhost:7001/cons
AND after using config wizard
C:\bea\user_projects\domai
http://localhost:7001/cons
NOTE THE FOLDER STRUCTURE
so i have been able to create 2 domain and 2 server ...right ?
But is not it good in one domain there is 2 SERVER ? so that i could manage them simultaneously.
I could have seen both the server in the leftside applet.
Currentl i have to login 2 times for c:\bea\server
and also C:\bea\user_projects\domai
Probabily u people are getting difficulty to understand .
I HAVE 2 WEB APPLICATION MODULE AND I WANT TO DEPLOY BOTH
IN 2 DIFFERENT SERVER .
THEY ARE DIFFERENT MODULE.
I HAVE DEPLOYED ONE MODULE IN ONE SERVER.
WHERE DO I DEPLOY THE SECOND ? SO I NEED A SECOND SERVER IN THE SAME DOMAIN (OR OTHER DOMAIN ?) .
HOW DO I GET THE SECOND SERVER FOR ITS WEB DEPLOYMENT ?
thank you
hi,
thank you . i have made it ! its running perfectly.
i have gone ahead one step further.
i have made a cluster called
mycluster.
It has got two server
( a) server-1 port 7004
(b) server-2 port 7005
Both the server are running.
and my deployment also succesfull and active.
But how do a client invoke a URL now ?
i tried with
http://localhost/mywarfile
i tried with other options also but no success
can u tell what would be the proper URL ?
thank you
AND YES POINTS are yours.
You are truly a weblogic geneious . are you from BEA ?
In your war file you should be having web.xml and you might have given the URL to call a servlet.If not like that (if entry point is not servlet but JSP) then try to give the name of the JSP in URL.
>http://localhost/mywarfil
you should mention the port no it is listening if 7001 is my port number then it would be
http://localhost:7001/mywa
hi, yea i have web.xml in my warfile.
and i am able to run it in the server like
http://localhost:7001/mywa
http://localhost:7004/mywa
http://localhost:7005/mywa
But HOW DO I RUN IT UNDER CLUSTER ? (bcoz a in my cluster i have 2 server with port 7004 and 7005 and 1 admin with port 7001).
so how do i invoke if i am deploying in cluster ?
that is
Plz tell me what should be the URL if am using CLUSTER ?
I BELEIVE that there would some special URL if we use CLUSTER.is not it ?
OR
should i call it like above to any server and weblogic will take care of everything ?
N.B : i can run mywarfile in two individual server. But I dont know what should be my URL if i use CLUSTER .i think CLUTER is invoked by special URL . right ? plz tell me
thank you
Sorry for the delayed response.I was so busy at my work that i could not even open experts-exchange.Anyways..
http://localhost:7004/mywa
Feel free to ask any questions :)Let me know what happened
Business Accounts
Answer for Membership
by: koppchaPosted on 2005-01-27 at 08:28:32ID: 13153939
Assuming you are working on windows otherwise all .cmd files will be .sh files
_DIR%\othe r.jar
1> You can set the classpath in startWeblogic.cmd if the domain is created using a basic server if it is a portalserver then you can set it in setDomainEnc.cmd as well.
it will be like
set CLASSPATH=%CLASSPATH%;%LIB
2>to stop the server in the admin console click on the server you want to stop and then click on the control in the right panel-->force shut down for this server
3>to create a new server create a domain with configuration wizard.