Re: how can i get tomcat to take my servlets?

2002-11-24 Thread Bill Barker
Yeah, well, servlet-mapping index pages don't work with 4.x. This is a valid reading of the 2.3 Servlet-spec, so unless anyone wants to start contributing patches, it is likely to never work in the Tomcat 4.x line (this is just the nature of O/S projects). It does work in Tomcat 3.3.2-dev (with

how can i get tomcat to take my servlets?

2002-11-23 Thread Rotaru Razvan
hi, i have tomcat4 and a site with compiled servlets (or jsps). I only have .class files. I created a context but tomcat does not take the index.class file, it just lists my files. How can i do it? kind regards, Razvan __ Do you Yahoo!? Yahoo!

Re: how can i get tomcat to take my servlets?

2002-11-23 Thread David Brown
Rotaru Razvan writes: hi, i have tomcat4 and a site with compiled servlets (or jsps). I only have .class files. I created a context but tomcat does not take the index.class file, it just lists my files. How can i do it? kind regards, Razvan