servlets should also work in WEB-INF/classes (at least in 1.0.3 and over they are, If I remember correctly in some of the pre-1.0 releases they were in /servlet).
<web-app>/servlet is the virtual location for calling them.
 

J.T. Wenting
http://www.hornet.demon.nl

all spam sent to this account will be reported to proper authorities

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of hanasaki
Sent: Sunday, July 23, 2000 5:56 PM
To: Orion-Interest
Subject: Question on location of servlet vs classes

Classes are under:
    Web-inf/classes

Why are servlets under
    /servlet
?

Where would jar files go?

What if I have a single jar to deploy and it has:
    com.mycompany.....
    com.mycompany.servlet.x
?

Reply via email to