prem parchuri

Greenhorn
+ Follow
since Nov 12, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by prem parchuri

Hi,
Does any one has the idea of Why Class-Path is not working on EAR file.
Here is what I am doing:
I am using WebLogic 6.1. I am creating an EAR file which contains EJBs,WebApp and Dependent jars.
As per the j2ee1.3, if you deploy the EAR contains ejbs and webapps it will
create child thread(Webapps) from parent thread(EJB) so that we don't need
to load the same dependent jas in both the places.
So,i'm trying to access the dependent jars from by specifying the following line
in the MANIFEST.MF file
Class-Path=xalan.jar xereces.jar
But its not working when deploying in weblogic6.1.
Thanks and Regards,
Prem
21 years ago
Hi Chris,
The exact problem is as follows. We have currently 7 domains existing on Weblogic 6.1. Then I created one more domain and started deploying EJBs with "Configure New EJB" option
in Administration console
On deployment, I am setting the server target. Then I restarted this new domain and found that target server which I set earlier while deploying EJB reverting back to left column. SO, EJB is not working.
This is happening repeatedly.
you can send reply to the following mail
prem@india.hp.com
21 years ago
Hi,
I created sucessfuly one seperate domain as per the documentation in bea site and given seperate server name and port for all of the domains.But giving the following problem when i tried to create another domain.
Problem:
I started the new domain and deployed one ejb and restartd sever,but not able to get old targets what was set while deploying ejb.
It is appedning in the config.xml if i tried to redeploy the same ejb.
-----config.xml-------
<Application Deployed="true" Name="taxi" Path="/user6/prem/taxi_12_nov_2002/deploy/webapps">
<WebAppComponent Name="taxi" Targets="taxiprem,taxiprem" URI="taxi"/>
</Application>
Please give me solution asap.
Thanks and Regards,
prem
21 years ago