• 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

Classpath for tomcat-3.2.1 and Apache server

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Kindly help me out for setting up the right classpath or path names for tomcat and apache server.I have installed Win2k Pro,Oracle8i, jdk1.3 in my PC.I have three partions in my PC namely C:, D: and E:.Oracle8i,JDK1.3,Tomcat-3.2.1 and the Apache Server are all saved in the D: drive.Help me out urgently.I'm eagerly waiting for some response.
Thanx
Abhay
 
Author
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
path should have d:\jdk1.3\bin at the beginning.
classpath should have at least
d:\jakarta-tomcat-3.2.1\lib\servlet.jar
that should be all you have to do for path and classpath.
chanoch
 
reply
    Bookmark Topic Watch Topic
  • New Topic