• 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

Jakarta-Tomcat installation

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed Jakarat-Tomacat & also I set all the path like :
set JAVA_HOME=c:\jdk1.3;
set CLASSPATH=%JAVA_HOME%\lib\tools.jar;
set JAKARTA_TOMCAT=c:\Program Files\Apache\Jakarta-Tomcat;
set CLASSPATH=%JAKARTA_TOMCAT%\bin;
This is enabling me to start & stop the server,but I had two folder called Admin & root in which I had servlets and classes folder. I am saving my all java file in classes and html files in sevlets folder,but I could not able to get the result because my code doesn't compile properly,it'll give me lot's of error.
Please tell me how to solve the problem...
Thanks
Hitesh Shah
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
can u post what sort of errors u r getting
-greddy
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"hitesh_shah",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements.
Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic