Hi, I have an EAR file consisting of an EJBjar and an application client. I have deployed this EAR to orion and I am using the following command to run the application client
java -jar applicationlauncher.jar ormi://localhost/cm/myclient admin welcome I am getting the error "No manifest found" I checked the jar file and the Manifest file exists any pointers thanks cmpuser Following is the structure of the EAR cm.ear --META-INF\appliation.xml myclient.jar appclientejb.jar myclient.jar --META-INF\MANIFEST.MF --META-INF\application-client.xml myClient.class appclientejb.jar --META-INF\ejb-jar.xml --ejbclasses __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
