aspose file tools
The moose likes Servlets and the fly likes how to complie servlet and place into tomcat directory? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "how to complie servlet and place into tomcat directory?" Watch "how to complie servlet and place into tomcat directory?" New topic
Author

how to complie servlet and place into tomcat directory?

ioriwong
Greenhorn

Joined: Dec 15, 2001
Posts: 1
thx
Bosun Bello
Ranch Hand

Joined: Nov 06, 2000
Posts: 1506
Put your class files in...
TomcatDirectory\webapps\examples\WEB-INF\classes\
------------------
Bosun
SCJP for the Java� 2 Platform


Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12327
    
    1
Tomcat comes with very complete documentation in HTML form. Once you get Tomcat running as a Web Server, you can browse the default site to see all of this documentation.
So WHY do we continue to see people ask these questions???
Why ask when you can read the documentation? Is it not obvious that the documentation is there?
Very Mystified
Bill

Java Resources at www.wbrogden.com
Tony Alicea
Desperado
Sheriff

Joined: Jan 30, 2000
Posts: 3219
ioriwong:
Welcome to JavaRanch. We know you will enjoy the activity that goes on here.
However, we have a username policy which is explained in:
http://www.javaranch.com/ubb/Forum10/HTML/000180.html
Please read it an come back after you re-register, Thanks!
---
Sheriff Tony


Tony Alicea
Senior Java Web Application Developer, SCPJ2, SCWCD
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to complie servlet and place into tomcat directory?