RE: newbie: servlet examples work, jsp not

2003-10-20 Thread Mike Curwen
Betreff: Re: newbie: servlet examples work, jsp not hello, i tried %JAVA_HOME%\bin\javac and it works properly. Any other ideas? You don't need to set your classpath. Tomcat does that for you. You should double check that your JAVA_HOME environment variable is set

AW: RE: newbie: servlet examples work, jsp not

2003-10-20 Thread Sven Busse
: Sonntag, 19. Oktober 2003 18:37 An: Tomcat Users List Betreff: Re: newbie: servlet examples work, jsp not hello, i tried %JAVA_HOME%\bin\javac and it works properly. Any other ideas? You don't need to set your classpath. Tomcat does that for you. You

RE: RE: newbie: servlet examples work, jsp not

2003-10-20 Thread Mike Curwen
the best Windows OS yet (yes, I'm sure there are Linux geeks just waiting in the wings with their comments). -Original Message- From: Sven Busse [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 11:21 AM To: 'Tomcat Users List' Subject: AW: RE: newbie: servlet examples work

AW: RE: RE: newbie: servlet examples work, jsp not

2003-10-20 Thread Sven Busse
hello, well, that would be bad. I don't have the time to re-install everything now, ... hmm ... -Ursprngliche Nachricht- Von: Mike Curwen [mailto:[EMAIL PROTECTED] Gesendet: Montag, 20. Oktober 2003 18:25 An: 'Tomcat Users List'; [EMAIL PROTECTED] Betreff: RE: RE: newbie: servlet

RE: newbie: servlet examples work, jsp not

2003-10-19 Thread Johan Kok
JAVA_HOME or Java_Home --- I'm not usre if it makes a difference on the Windows environment, but under Unix it definitely does. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 October 2003 12:36 To: [EMAIL PROTECTED] Subject: newbie: servlet examples

Re: newbie: servlet examples work, jsp not

2003-10-19 Thread Ben Souther
You don't need to set your classpath. Tomcat does that for you. You should double check that your JAVA_HOME environment variable is set properly. From the command line type: %JAVA_HOME%\bin\javac You should see a menu of switches for the compiler. If not, check to see where your JAVA_HOME

Re: newbie: servlet examples work, jsp not

2003-10-19 Thread busse
hello, i tried %JAVA_HOME%\bin\javac and it works properly. Any other ideas? You don't need to set your classpath. Tomcat does that for you. You should double check that your JAVA_HOME environment variable is set properly. From the command line type: %JAVA_HOME%\bin\javac You should see

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 under Windows does not run What URL are you using

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

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

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

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 previously posted its contents to this mailing list

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 it was used only to override

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, Mark

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 that should work is http

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

2002-03-18 Thread Wagoner, Mark
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: Wagoner, Mark

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 another class that is referenced

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

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

2002-03-18 Thread Jeff Macomber
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 have to give a demo Tuesday evening

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 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 as

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 Message - From: Wagoner

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

2002-03-18 Thread Peter Wieland
from your web.xml). Hope that helps. Good luck Peter - 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

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: Newbie: Servlet under Windows does not run I am

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 hierarchy says. -- To unsubscribe

RE: newbie Servlet

2001-09-25 Thread Martin van den Bemt
You have to use compiled classes. Mvgr, Martin -Original Message- From: Isak Rickyanto [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 23, 2001 3:21 PM To: Tomcat User Group Subject: newbie Servlet Sorry it is newbie.. I have myservlet.java and i place in

Re: newbie Servlet

2001-09-25 Thread Dmitri Colebatch
yes you do have to compile your servlets. jsps are the only thing that tomcat will compile for you. cheers dim On Sun, 23 Sep 2001, Isak Rickyanto wrote: Sorry it is newbie.. I have myservlet.java and i place in tomcat/webapps/myapp/web-inf/classes and i had modified web.xml in

Re: newbie servlet deploy question

2001-03-02 Thread Bo Xu
Jason Novotny wrote: I would like to be able to access a servlet with the URL http://localhost:8080/demo However, it only works if I go to http://localhost:8080/demo/servlet/demo I have the following in server.xml and web.xml respectively: Context path="/demo"

Re: newbie servlet deploy question

2001-03-01 Thread Jason Novotny
Thanks, Jan I actually read your great document plus all the docs in Tomcat- actually I'm trying to design a web app very much like the one in chapter 9 of the kolb and fields book. The idea is to have a central controller servlet- DemoServlet that gets invoked initially by the user. I

Re: newbie servlet deploy question

2001-03-01 Thread Milt Epstein
On Thu, 1 Mar 2001, Jason Novotny wrote: I would like to be able to access a servlet with the URL http://localhost:8080/demo However, it only works if I go to http://localhost:8080/demo/servlet/demo [ ... ] How timely! I just joined the list yesterday, and this is exactly one of the

Re: newbie servlet deploy question

2001-03-01 Thread Milt Epstein
On Thu, 1 Mar 2001, Jan Labanowski wrote: You may want to read about servlet URLs ramapping in my http://www.ccl.net/cca/software/UNIX/apache/tomcatfaq.shtml Howver, I am not sure it will gonna work... You can have it remapped to http://localhost:8080/demo/demo but what you want is to

Re: newbie servlet deploy question

2001-03-01 Thread Jan Labanowski
OK, I found few minutes before my head hit the keyboard... I am not coy, I am overworked... And lengthy explanations take time to type... On Thu, 1 Mar 2001, Milt Epstein wrote: On Thu, 1 Mar 2001, Jan Labanowski wrote: You may want to read about servlet URLs ramapping in my

Re: [NEWBIE] Servlet-mapping question

2000-12-21 Thread Dave Smith
Leila, Out of the box, tomcat/examples/ROOT maps to /. If you put your package into examples/ROOT/WEB-INF/classes, you can access it as /servlet/fully-qualified-classname. Obviously you could change the server.xml if you wanted to make / map where ever you like. Dave - Original Message