|
I hope you are accessing the servlet using the following format
http://host_name:port/servlet/servlet_name Note: The directory specified is servlet and not servlets though you
store them in the
Regards Nitin John McDonald wrote: I have run into an issue that I hope someone can assist with. I have Sun's Java web server running on win32. I am familiar with Java, but new to servlets. My problem is that when I try to execute or load and new class file(one that does NOT come with the Java web server) for some reason neither the web server nor my browser can seem to find the class file. The file resides in the servelts directory, and I have tried placing the file everywhere within the server file system. The weird part is that in the exact same directory(servlets) will load/execute the counter class file just fine. |
- Suns Java Web server and servlets John McDonald
- Re: Suns Java Web server and servlets Nitin Kulkarni
- Re: Suns Java Web server and servlets Jim Driscoll
- Re: Suns Java Web server and servlets Nitin Kulkarni
- Re: Suns Java Web server and servlets Morgan Ross
