Both Tomcat 3.x and 4.x serve web applications which
were added to the specs following JServ.  How to
build a web application is different from what JServ
required.  I would recommend becoming familiar with
the Servlet and JSP specs for the Tomcat you plan to
use:

Tomcat 3.x implements Servlet 2.2/JSP 1.1

Tomcat 4.x implements Servlet 2.3/JSP 1.2

The servlet specs may be obtained from:

<http://java.sun.com/products/servlet/download.html>

The JSP specs may be obtained from:

<http://java.sun.com/products/jsp/download.html>

Cheers,
Larry

> -----Original Message-----
> From: hahah hs [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 19, 2002 7:30 AM
> To: Tomcat Users List
> Subject: Jserv to tomcat 3.3 migration
> 
> 
> Hello Gurus,
>            I have problems in migrating 
> from JServ to Tomcat 3.3 ..
> 
> After reading all the docs and doing all the necessary
> modification like defining web.xml and putting
>  the classes under classes both are under WEB_INF/ in
> webapps, what I get is only directory listing of the 
> servlets . Is there something I have to invoke
> or enable to execute the servlets.
> 
> The examples under tomcat 3.3 execute but not
> webapp/servlets.
> 
> Looks like I'm missing something.
> 
> any pointers ..
> 
> TIA 
> 
> h
> 
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to