I'm now using Weblogic 6.0 SP 2 for development. I did a
test application, containing EJBs, and a
JSP. Package the applications to an EAR file.
Then I deploy the test application using hot-deploy - just drop the EAR into the domain\application folder.
When I call the JSP page, I get an error saying that the package I'm importing is not found. What is wrong?? The test application works on Weblogic 5.1
My WAR file contains only the JSP and XML descriptor. Do I need to include classes inside??? Don't think that is correct.
Please advise.