Weblogic部署WebApp的问题
一个含有Servlet的Web应用
部署到weblogic有成功的提示
到控制台查看也没有看出什么异常的地方
但是输入http://localhost:7001/firstWebApp/Servlet1
访问的时候老是报错:ie中的错误信息是:
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.1 500 Internal Server Error
The server encountered an unexpected condition which prevented it from
fulfilling the request
而weblogic server中的异常信息是:
<2003-10-11 上午12时41分59秒> <Error> <HTTP> <101249>
<[ServletContext(id=423796
2,name=firstWebApp,context-path=/firstWebApp)]: Servlet class
servlet.Servlet1 f
or servlet servlet1 could not be loaded because the requested class was not
foun
d in the classpath
D:\bea\user_projects\mydomain\.\myserver\.wlnotdelete\firstWe
bApp_firstWebApp_4237962\jarfiles\cls8333.jar.
java.lang.ClassNotFoundException: servlet.Servlet1>
<2003-10-11 上午12时41分59秒> <Error> <HTTP> <101018>
<[ServletContext(id=423796
2,name=firstWebApp,context-path=/firstWebApp)] Servlet failed with
ServletExcept
ion
javax.servlet.ServletException:
[ServletContext(id=4237962,name=firstWebApp,cont
ext-path=/firstWebApp)]: Servlet class servlet.Servlet1 for servlet
servlet1 cou
ld not be loaded because the requested class was not found in the classpath
D:\b
ea\user_projects\mydomain\.\myserver\.wlnotdelete\firstWebApp_firstWebApp_423
796
2\jarfiles\cls8333.jar.
我不解的是,它提示找不到一个什么 。jar文件
我部署的是一个。war文件上去啊?
不知道该怎么解决
恳求大侠指点