On Wed, 26 Feb 2003 13:12:47 -0500 "Shapira, Yoav" <[EMAIL PROTECTED]> wrote:
> > Howdy, > > >The servlet was deployed as: > > > > {CATALINA_HOME}/webapps/simple > > {CATALINA_HOME}/webapps/simple/WEB-INF/web.xml > > {CATALINA_HOME}/webapps/simple/WEB-INF/classes/simple.class > ... > > That's a mismatch....
Actually, that is a cut and paste error in the mail message. My apologies. The web.xml file actually contains:
<servlet> <servlet-name>simple</servlet-name> <servlet-class>simple</servlet-class> </servlet>
The version that I put in the earlier message was my attempt to try deploying under a package, which also did not work.
i can not get 4.1.18-le to run on win98se and i get at a 404 on linux when i try to put Hello.class manually in .../jakarta-tomcat-4.1.18-LE-jdk14/webapps/ROOT\WEB-INF/classes and using localhost:8080/servlet/Hello (without adding to the web.xml)
could the "servlet" option be turned off by default? (does anyone know where to look?)
also, running the sample in .../jakarta-tomcat-4.1.18-LE-jdk14/webapps/tomcat-docs/appdev/sample fails with 401 when doing the ant install.
if you get 4.1.18 to work, please let me know how you did it.
thanks
--- ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work vice chair orange county java users group http://www.ocjug.org/ hate spam? http://samspade.org/ssw/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
