关于Servlet的问题
开发时我有一个Servlet(HttpController.java)负责接受系统的请求,但是当点击链接<a href="httpcontroller?RequestID=KFYY_JAVA_showFrame" target="mainFrame">时,却报异常
<Error> <HTTP> <BEA-101250> <[ServletContext(id=5651650,name=pararoot,context-path=/pararoot)]: Servlet class com.DCpara.control.HttpController for servlet httpcontroller could not be loaded because a class on which it depends was not found in the classpath....
java.lang.NoClassDefFoundError: com/DCpara/control/HttpController (wrong name: com/DCpara/control/HTTPController).
我用的应用服务器是,weblogic81