Re: After compiling the java files, what is the procedure to create jar file and exporint it into weblogic/myserver in LINUX.
Posted By:
Poornima_Chetty
Posted On:
Wednesday, December 19, 2001 09:14 AM
Hi,
I don't think the procedure should be any different from NT.
You should first generate the classes required by the container. You can use the DeploymentWizard for this. The Deployment wizard will create source files and class files and will place it in any temporary location you specify.
Add those class files too, to your own , jar everything together and just copy or ftp them to the app server myserver. When you jar you have the ejb-jar xml file too.
Regards
Poornima