Navanee, Take out /WEB-INF/classes from your url and it should work. So, you should type http://localhost:8080/examples/HelloWW And it should work.
Indrasish. -----Original Message----- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 9:19 AM To: 'Tomcat Users List' Subject: RE: Servlets -- help needed Try, http://127.0.0.1:8080/examples/servlet/HelloWWW > ---------- > De: Navanee[SMTP:[EMAIL PROTECTED] > Responder: Tomcat Users List > Enviada: sexta-feira, 14 de novembro de 2003 4:11 > Para: Tomcat Users List > Assunto: Re: Servlets -- help needed > > Schalk, > > I wrote a java program (HelloWWW.java) and placed the file in this > path: > C:\Program Files\jakarta-tomcat-4.1.27\webapps\examples\WEB-INF\classes > I also compiled that java code. Compilation was successful. > > I tried to execute that servlet in the browser using this link : > http://localhost:8080/examples/WEB-INF/classes/HelloWWW > > But it is giving 404 (file not found) error. Why is it so? > > How can i access these files in the browser ..? > Means, what link should i give in the browser ? > > -- Navanee > > Schalk wrote: > > >Navanee > > > >The file structure, for webapps are as follows: > >Tomcat/webapps/yourapp/ > >- In this folder you can place all of your image files, html files, > >.js, .css, and your JSP's. Tomcat/webapps/yourapp/WEB-INF/classes/ > >- In here you should place all compiled servlet code > >Tomcat/webapps/yourapp/WEB-INF/lib/ > >- In here you can place all .jar files that your web application will > need > >to have access to. > >Tomcat/webapps/yourapp/WEB-INF/ > >- Here goes your .tld and .xml files, for example the web.xml > > > >Kind Regards > >Schalk Neethling > >Web Developer.Designer.Programmer.CEO > >Volume4.Development.Multimedia.Branding > >emotionalize.conceptualize.visualize.realize > >Tel: +27125468436 > >Fax: +27125468436 > >email:[EMAIL PROTECTED] > >web: www.volume4.co.za > > > >This message contains information that is considered to be sensitive > >or confidential and may not be forwarded or diclosed to any other > >party > without > >the permission of the sender. If you received this message in error, > please > >notify me immediately so that I can correct and delete the original > email. > >Thank you. > > > >:: -----Original Message----- > >:: From: Navanee [mailto:[EMAIL PROTECTED] > >:: Sent: Friday, November 14, 2003 7:20 AM > >:: To: [EMAIL PROTECTED] > >:: Subject: Servlets -- help needed > >:: > >:: Friends, > >:: > >:: I want to write a HTML form that will accept some values from the user > >:: and i want to print the values using a servlet program. > >:: > >:: I have installed Tomcat 4.1 in my win2k m/c. > >:: > >:: This is the folder where i have installed the Tomcat: C:\Program > >:: Files\jakarta-tomcat-4.1.27\webapps > >:: > >:: Please tell where (in which folder) i should place the HTML file and > >:: where i should place the Servlet code that will read the values from > the > >:: form? > >:: Similarly where should i place the JSP code? > >:: > >:: Since there are many folders i often get confused where to place the > >:: code. Any other pointers would be more helpful. > >:: > >:: -- Navanee > >:: > >:: > >:: --------------------------------------------------------------------- > >:: To unsubscribe, e-mail: [EMAIL PROTECTED] > >:: For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
