Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-19 Thread Jim Cobban
- 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 un

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Peter Wieland
OTECTED]> > Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run >> What URL are you using to get to the servlet? > I have tried a very wide range of URLs. According to all of the > documentation the one that should work is > http://localhost/servlet/Census.C

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread JavaJosh
I am fairly new, but perhaps I can help... > -Original Message- > From: Jim Cobban [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 10:34 AM > To: Tomcat Users List > Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run > > - Original

Re: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Fabien Nisol
At 02:59 PM 18/03/2002 -0500, you wrote: >Please read this thread and tell me what the h**l I am doing wrong. I am >just trying to write my first servlet. I have to give a demo Tuesday >evening and I cannot get TomCat to run my servlet. Tomcat insists that it >cannot find the class, even though

RE: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Keng Wong
Message- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 12:00 PM To: Tomcat Users List Subject: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run Please read this thread and tell me what the h**l I am doing wrong. I am just trying to write my

RE: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jeff Macomber
- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 3:00 PM To: Tomcat Users List Subject: Please read Re: Urgent Re: Newbie: Servlet under Windows does not run Please read this thread and tell me what the h**l I am doing wrong. I am just trying to write my first servlet. I ha

Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
Please read this thread and tell me what the h**l I am doing wrong. I am just trying to write my first servlet. I have to give a demo Tuesday evening and I cannot get TomCat to run my servlet. Tomcat insists that it cannot find the class, even though as far as I can see the servlet has deployed

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Wagoner, Mark" <[EMAIL PROTECTED]> Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > Are you absolutely sure the problem is with CensusQuery and not a referenced > class? It could be that Tomcat can't find anoth

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Wagoner, Mark
w you if the servlet is actually being located or not. -Original Message- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 1:34 PM To: Tomcat Users List Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run - Original Message - From: "Wag

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- 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? I have tried a very wide range of URLs. According to all of the documentation the one

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Wagoner, Mark
What URL are you using to get to the servlet? -Original Message- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 12:47 PM To: Tomcat Users List Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run - Original Message - From: "Wagoner,

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Wagoner, Mark" <[EMAIL PROTECTED]> Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > Did you add a Census context to your server.xml file? No. I looked at the way the examples used that file, and it seemed that

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Chris Pheby" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 10:07 AM Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > Do you have a web.xml??? Yes I pre

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread dave . prout
Have you got an entry for you servlet in the web.xml file in the WEB-INF folder ? Dave -Original Message- From: Chris Pheby [mailto:[EMAIL PROTECTED]] Sent: 18 March 2002 15:07 To: Tomcat Users List Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run Do you have a

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Chris Pheby
Do you have a web.xml??? Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jim Cobban Sent: 18 March 2002 14:51 To: Tomcat Users List Subject: Urgent Re: Newbie: Servlet under Windows does not run I am really desperate. I need to be able to

RE: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Wagoner, Mark
Did you add a Census context to your server.xml file? -Original Message- From: Jim Cobban [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 9:51 AM To: Tomcat Users List Subject: Urgent Re: Newbie: Servlet under Windows does not run I am really desperate. I need to be able to

Re: Newbie: Servlet under Windows does not run

2002-03-17 Thread Jim Cobban
- Original Message - From: "Matt Egyhazy" <[EMAIL PROTECTED]> Subject: Re: Newbie: Servlet under Windows does not run > what is the package name in the .java file of your censusquery class? The package name in the .java file is Census, just like the file hier

Re: Newbie: Servlet under Windows does not run

2002-03-17 Thread Matt Egyhazy
what is the package name in the .java file of your censusquery class? matt - Original Message - From: "Jim Cobban" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "John W Austin" <[EMAIL PROTECTED]> Sent: Sunday, March 17, 2002 3:20 PM Subject: Newb

Newbie: Servlet under Windows does not run

2002-03-17 Thread Jim Cobban
I am desperate for help in getting Tomcat to run my servlet. I have read all of the documentation and tried to follow the rules, but Tomcat just does not run the servlet. Under 4.0.3 I get the following log entries: 2002-03-17 14:52:33 StandardHost[localhost]: Installing web application at cont