×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / WebLogic6.0. #1.Can we use some tool to create the descripter web.xml automatically like J2EE? Or, we must write it line by line? #2>Can't parse the taglib.tld even if add taglib.tld into web.xml, do you happen to know the reason? tks.
    • Some hints
      WebLogic 6.0 includes Java Pet Store. Pls see how taglib works in this demo. An example is better than 100 words.
      • thank you. I have checked the PetStore's tablib.tld several times before. There's no special configuration in any .XML about the TAGLIB.TLD. I don't know how it can work.
        • Well, I am afraid you need do the following. Search "j2ee" in all the .XML files. The reason is all petstore tag looks like &lt j2ee: XXXX &gt.
        • To "How are you" ......
          I checked petStore deployment in Weblogic 6.0 for you. All the files are packed in petStore.ear (ear means Enterprise Archive). You can uppack this file and get a tree structure. Then, check the web.xml and j2ee.tld file. You will get a sense. Good luck.