http://localhost:8080/examples/servlet/HelloWWW

-----Original Message-----
From: K. Harvatis [mailto:[EMAIL PROTECTED]
Sent: Friday, November 14, 2003 3:24 PM
To: Tomcat Users List
Subject: Re: Servlets -- help needed


Navanee,

Please check and edit the \WEB-INF\web.xml file, which holds the mappings.
After that, you will only need
http://localhost/your_servlet_urlname_from_web.xml

Kostas Harvatis
-----
National Center for Social Research - Directorate of Research Support
www.ekke.gr


----- Original Message -----
From: "Navanee" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, November 14, 2003 9:11 AM
Subject: 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
>



---------------------------------------------------------------------
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]

Reply via email to