在weblogic下应将bean放在什么目录下,为什么总是有错呢?
我放的位置是C:\weblogic\myserver\serverclasses\tax\TaxRate.class
可是总是提示:
Parsing of JSP File '/sample_bean.jsp' failed:
--------------------------------------------------------------------------------
/sample_bean.jsp(4): Could not create a bean of type: TaxRate: java.lang.ClassNotFoundException: TaxRate
probably occurred due to an error in /sample_bean.jsp line 4:
<jsp:useBean id="TaxRate" scope="application" class="TaxRate" />
--------------------------------------------------------------------------------
Thu Aug 23 11:30:05 CST 2001
这是为什么?