RE: Servlet / Tomcat question

2002-06-07 Thread Jacob Kjome
ssage from Tomcat saying that the requested resource is >>unavailable. >> >>Any ideas? >> >>Thanks >> >>-Original Message----- >>From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] >>Sent: Thursday, June 06, 2002 8:39 AM >>To: Tomcat Users

RE: Servlet / Tomcat question

2002-06-06 Thread Jacob Kjome
> >Any ideas? > >Thanks > >-Original Message- >From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 06, 2002 8:39 AM >To: Tomcat Users List >Subject: RE: Servlet / Tomcat question > >Howdy, >If your web-application is called M

RE: Servlet / Tomcat question

2002-06-06 Thread Scott Seidl
rom Tomcat saying that the requested resource is unavailable. Any ideas? Thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 8:39 AM To: Tomcat Users List Subject: RE: Servlet / Tomcat question Howdy, If your web-application is called

RE: Servlet / Tomcat question

2002-06-06 Thread Shapira, Yoav
Howdy, If your web-application is called MyApp, and your servlet class is com.mycompany.myclass, you'd access it as http://myserver.mydomain:myport/MyApp/servlet/com.mycompany.myclass If you deployed to the ROOT web app, so that your context is the root context, you would remove the /MyApp/ part

Re: Servlet / Tomcat question

2002-06-05 Thread Adrian
place the classes in webapp/myapp/WEB-INF/classes/ then you would call them with http://127.0.0.1:80/myapp/servlet/name_of_servlet - Original Message - From: "Scott Seidl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 9:19 PM Subject: Servlet / Tomcat quest