• 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

could not recognize war WEB-INF/lib jar

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created a simple jsp file where i am using simple jstl tags like c:out and c:if.
I am using jstl 1.0 so i deployed jstl 1.0 & standard jar files into my WEB-INF/lib. It run @ JDeveloper and Tomcat 5/6/7
But when i deployed at Weblogic ts saying a class Not Found exception javax\servlet\jsp\jstl\core\ConditionalTagSupport.class.

Do weblogic is looking for this class at somewhere else..
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vijaykumar,

Welcome to JavaRanch !!

Well, just taking a that ClassNotFoundException is due to the same jar, try putting the jar in the classpath and see if you still get the same exception !

You can get better answers if you post the complete stack trace for us !

Tell me if the answer helps you....
 
Ranch Hand
Posts: 256
Netbeans IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

vijaykumar gandra wrote:I have created a simple jsp file where i am using simple jstl tags like c:out and c:if.
I am using jstl 1.0 so i deployed jstl 1.0 & standard jar files into my WEB-INF/lib. It run @ JDeveloper and Tomcat 5/6/7
But when i deployed at Weblogic ts saying a class Not Found exception javax\servlet\jsp\jstl\core\ConditionalTagSupport.class.

Do weblogic is looking for this class at somewhere else..




put the jstl1.0 jar in WLDOMAIN/lib directory and bounce the server and deploy.
reply
    Bookmark Topic Watch Topic
  • New Topic