<taglib-uri>html</taglib-uri>
不是url

解决方案 »

  1.   

    你安装好的文件目录里面有web例程,你看例程放在哪儿的就知道了,还有什么不明白可以看帮助文件。
      

  2.   

    <taglib-uri>...</taglib-uri>
      

  3.   

    那需要在什么地方设置才能正常启动我的myserver呢?
      

  4.   

    关于问题:在weblogic里去那里配置weblogic发布的web目录呢?
    需要部署Web Application(可以部署多个):
    1、进入Your Domain -> Deployments -> Web Applications
    在该节点新建一个webapp,配置该节点到指定的目录。
    例如你的页面文件位于D:\testProjects\WebApp,部署前在该目录下建立web-inf子目录,并将你建立的Weblogic Domain的默认web.xml文件复制到D:\testProjects\WebApp\web-inf。
    此时进入该Domain的控制台(console),将新建的webapp节点配置D:\testProjects\WebApp
    2、进入Your Domain -> Servers -> myserver(or U created other server)
    配置Connections下的HTTP,将Default Web Application设置为你建立的Web Application即可。
    3、编辑web.xml的内容(例如welcome file list、taglib、security constraint等)
    4、建立一个weblogic.xml文件以便设置weblogic参数
    5、完成
      

  5.   

    Warning:
    U must deploy this component('webapp') to a specific target('myserver').