weblogic 6.0怎样配置才能运行jsp??
我先启动的是start default server,再把examples 下的一个例子helloworld.jsp拷贝到了
c:\bea\wlserver\config\mydomain\applications\DefaultWebApp_myserver\HelloWorld.jsp
然后在ie 中 运行 http://localhost:7001/helloworld.jsp,出现下面的错误:
Compilation of 'C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver\WEB-INF\_tmp_war_myserver_myserver_DefaultWebApp_myserver\jsp_servlet\_helloworld.java' failed:
--------------------------------------------------------------------------------
(Failed to parse compiler output. See full output below).
--------------------------------------------------------------------------------
Full compiler error(s):
--------------------------------------------------------------------------------
Fri Aug 23 18:24:27 CST 2002
weblogic 6.0怎样配置才能运行jsp??