• 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

Problem in comiling jsp ..

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,

i am using tomcat 4.0 . when i run the jsp page i ghet error as tomcat cannot locate a . jar file
the error that i get
org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
[javac] Compiling 1 source file

D:\Tirthankar\jakarta-tomcat-4.1.31\work\Standalone\localhost\soap\accessweb_jsp.java:11: cannot find symbol
symbol : class rpc
location: package org.apache.soap
import org.apache.soap.rpc;
^
1 error
the org.apache.soap.rpc is in soap.jar which is already in my class path . But as tomcat dose not use system class path what should i do to include the jar file.
Thanks,
Tirthankar
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Put it in your application's WEB-INF/lib directory
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic