• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

weblogic and struts usage error

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
could any one let me know , where i have gone wrong, i am using weblogic8.1
i have created a application under the exampleWebapp folder, do i need to set any thing else.. any one please respond ASAP

when i run the file i get this error

--------------------------------------------------------------------

Parsing of JSP File '/JSP/HelloWorld.jsp' failed:
--------------------------------------------------------------------------------
/JSP/HelloWorld.jsp(2): Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-html.tld' into a valid tag library
probably occurred due to an error in /JSP/HelloWorld.jsp line 2:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
--------------------------------------------------------------------------------
Mon May 23 17:18:02 GMT+05:30 2005
 
reply
    Bookmark Topic Watch Topic
  • New Topic