Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Problem with WAS 4.0 need help

Status
Not open for further replies.

vikas31

Programmer
Sep 23, 2002
3
GB
I have two ear, One ear is having .jar files(For EJB) & other have .war(with .jar's having different .class files). If setting the visibility to server then during the start up of the server it says that Home not found & if removing a .jar file from .war & then putting this .jar it works properly. But this creates problem when starting the application since it(.war) does not find some classes(which is in .jar & now is on the server class path) & give other error like class not found. If I am putting the .jar file in the server class path & in the .war also then it gives some verify error(it says that the method signature does not match while the .class file & all is ok)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top