• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

how to specify classpath in jsp ?

 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do i include this in startup.sh or shutdown.sh ?
could u please tell me the position and the exact line of code i need to enter ..
say the file i need to access is here
tomcat/webapps/ROOT/myusers/One.java
I cannot put this class in WEB-INF/classes ... so i need to set the classpath to refer to this one
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi sarim
classpath is needed to put inside the configuration file depending on the server. As u r using tomcat i suppose it has to be entered in tomcat.sh file
HIH
Regards
vishal
 
reply
    Bookmark Topic Watch Topic
  • New Topic