Someone should also point out right now that having Tomcat installed in a directory containing spaces is just *asking* for trouble.
Try re-installing tomcat into, say, c:\programs\tomcat, or at least modify the path to be C:\PROGRA~1\tomcat or whatever windows does to long filenames to make them fit into FAT entries.
-chris
Navanee wrote:
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]
