Howdy, Post your directory structure so we can make sure it's OK. Don't put a <Context> entry in server.xml for your webapp: for now, let tomcat auto-deploy it with the default configuration.
Make sure all your links in your webapp are correct, i.e. they don't go to /myServlet but rather /myWebapp/myServlet, etc. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Friday, September 12, 2003 5:05 AM >To: [EMAIL PROTECTED] >Subject: deployment problems > >hello, >i have just completed a course on web programming where all the practical >work was done on a windows box. now i try to redo everything on my linux >(suse 8.2) machine and i keep hitting problems. i have checkeed the archive >for "deployment" and if the right clue is there i didnt identify it hence >this: > >situation: >========== >* installed are jdk1.4.x and tomcat 4.1.x as out of the box. >* i have taken the sample webapp we developed during the course and put it >(the whole subdir, that is: classfiles, jsp, html, web.xml) in the webapps >subdir. >* i have created a context entry through the admin application that all but >copies the examples entry. >* pointing browser to <http://localhost:8080/MyApp/myappstart.jsp> does >produce the desired result, however any furher activity - like clicking a >login button - produces a <404 resource package.Classname not available> >response. Yet the class files are where they supposedly belong. > >try/fails >========= >* calling class files directly via .../servlet/...: same result >* chown-ing my stuff to the owner of Tomcat/webapps/examples: no difference > >i am out of ideas. any help appreciated. > >thanks and all, mats > > > > > >-- >eBay - Jetzt besser einkaufen! >Ueber 1. Mio. Angebote. Startpreise ab EUR 1,- >http://www.freenet.de/tipp/shopping/ebay This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
