cheers, frank
2007/12/31, Frank W. Zammetti <[EMAIL PROTECTED]>: > > Servlets, unlike JSPs, are NOT automatically compiled by the container. > You will need to compile your servlets yourself and place the .class files > in WEB-INF/classes (or package them into a JAR and put them in > WEB-INF/lib). > > Frank > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > AIM/Yahoo: fzammetti > MSN: [EMAIL PROTECTED] > Author of "Practical Ajax Projects With Java Technology" > (2006, Apress, ISBN 1-59059-695-1) > and "JavaScript, DOM Scripting and Ajax Projects" > (2007, Apress, ISBN 1-59059-816-4) > Java Web Parts - http://javawebparts.sourceforge.net > Supplying the wheel, so you don't have to reinvent it! > > On Mon, December 31, 2007 11:24 am, Joly M wrote: > > hello all, > > > > i'm calling a servlet on my application. > > tomcat seems not finding the servlet (error 404). > > i have noticee that no ".class" file was created when my web > > application was deployed . > > i have configured web.xml file, but i'm not getting any ".class" file at > > all. > > what should i do to get my servlet compiled and running? > > > > > > cheers > > joly > > > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >