I'm using Weblogic 5.1 as my servlet engine and I'm trying to compile a Bean and it imports the:
import javax.servlet.*;
import javax.servlet.http.*;
packages. As you can tell, I get a class not found error since I'm using Weblogic as my servlet and jsp engine...How do I get around this? If I need to install these packages, do I need to install Tomcat?
Get your FREE download of MSN Explorer at http://explorer.msn.com
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
