• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Help me out! tomcat

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new here and I have trouble with the setting up of tomcat.
I followed all the procedure described in
http://www.moreservlets.com/Using-Tomcat-4.html
But when come to compile and test servlets.
I cannot find classes folder under WEB-INF(install_dir/webapps/ROOT/WEB-INF/classes)There's only one file web.xml.
Here's my situation:
Win NT, Apache Tomcat 4.0, jdk1.3.1
Can anyone give me some idea what's wrong with my setting?Thank you so much!
Calanthe
 
Ranch Hand
Posts: 897
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
The simplest solution is to try this
1) Create a directory called "classes" under install_dir/webapps/ROOT/WEB-INF/
2) Copy your servlet over to the classes folder.
3) Restart the tomcat container
4) Follow the rest of the instructions on the moreservlets.com site to view the servlet.
Good luck
Mark
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this from Servlets -> Apache/Tomcat
 
The harder I work, the luckier I get. -Sam Goldwyn So tiny. - this ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic