This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes Problem in opening my Servlet in the browser... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Problem in opening my Servlet in the browser..." Watch "Problem in opening my Servlet in the browser..." New topic
Author

Problem in opening my Servlet in the browser...

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
I am using JSWDK1.0.1, have set the classpath, able to start and stop the server. But having problems in running my servlet.
I have a compiled HelloWorldServlet.class file, if i try to open it up in the browser, i get an error saying file not found.
I have added the following in the browser http://localhost:8080/HelloWorldServlet
but just this http://localhost:8080/ works fine. Where should i put the HelloWorldServlet.class file? Do i need to add anything to the properties file?
Could anyone, please let me know, how to execute(open) my HelloWorldServlet in the browser.
Thanks,

Tony Alicea
Desperado
Sheriff

Joined: Jan 30, 2000
Posts: 3219
Try
http://localhost:8080/servlet/HelloWorldServlet


Tony Alicea
Senior Java Web Application Developer, SCPJ2, SCWCD
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Problem in opening my Servlet in the browser...
 
Similar Threads
Stuck on HelloWorldServlet
simple question
Problem running servlet in tomcat
How to run a servlet using Tomcat?
Can not run a servlet class