----- Original Message ----- From: "Jim Cobban" <[EMAIL PROTECTED]> Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run
> ----- Original Message ----- > From: "Wagoner, Mark" <[EMAIL PROTECTED]> > Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > > > > What URL are you using to get to the servlet? This was the heart of the problem. I was using the wrong URL. I just couldn't find any straightforward explanation of how you were supposed to determine the URL to use to access the servlet once it was deployed. The URL which worked was: http://<hostname>/<context-name>/servlet/<package>.<class> The documentation continually talks in terms of relative URLs, so it only gave the last part. Furthermore most of the people I talked to just shoved their servlets under ROOT, so their URLs were missing the <context-name> part. Thank you for your help. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
