Trying to execute my first servlet, but HTTP Status 404.

2005-04-30 Thread Vinicius
Hello, I'm trying to execute my first servlet, but it's not working. See my environment: - GNU/Linux Fedora Core 3 (kernel-2.6.11-1.14_FC3); - eclipse 3.0.2; - Tomcat 5.5.9; I did do $ javac -classpath /usr/local/eclipse/plugins/org.eclipse.tomcat_4.1.30/servlet.jar FirstServlet.java

Re: Trying to execute my first servlet, but HTTP Status 404.

2005-04-30 Thread QM
On Sat, Apr 30, 2005 at 09:01:02PM -0300, Vinicius wrote: : I'm trying to execute my first servlet, but it's not working. : [snip: description of setup] You mention everything but actually mapping the servlet, such that the container associates your servlet class with a URI. (hint: web.xml

Re: Trying to execute my first servlet, but HTTP Status 404.

2005-04-30 Thread Cassius V. de Magalhaes
QM escreveu: On Sat, Apr 30, 2005 at 09:01:02PM -0300, Vinicius wrote: : I'm trying to execute my first servlet, but it's not working. : [snip: description of setup] You mention everything but actually mapping the servlet, such that the container associates your servlet class with a URI. (hint

Help is setting up my First Servlet

2003-09-22 Thread Giri Gopal
Hello: I am new to JAVA and JSP. Last week with help from the post, I have tomact 5.0 installed and working. (side note: I can start tomcat only from startup cmd in the Bin folder). I cannot start from the GUI I get when I installed tomcat. Either way, it's working that's good news. I can run

RE: Help is setting up my First Servlet

2003-09-22 Thread Lon Palmer
-classorg.apache.jsp.empQBean/servlet-class will look to WEB-INF/classes/org/apache/jsp/empQBean.class Hope this helps... Lon Palmer -Original Message- From: Giri Gopal [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 10:03 AM To: Tomcat Users List Subject: Help is setting up my First

RE: Help is setting up my First Servlet

2003-09-22 Thread Giri Gopal
Hi Palmer: You are correct, It's my error. It is : 5.0\webapps\root\web-inf\classes\org\apache\jsp thanks -Original Message- From: Lon Palmer [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 9:16 AM To: Tomcat Users List Subject: RE: Help is setting up my First Servlet I

RE: my first servlet

2003-02-13 Thread Mike Jackson
:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 3:00 AM To: Tomcat Users List Subject: my first servlet hello, i created my first servlet called db2xml but when i try to access it i get : http://localhost:8081/servlet/db2xml Apache Tomcat/4.0.4 - HTTP Status 503 - Servlet db2xml

RE: my first servlet

2003-02-13 Thread Jose Moreira
17:04 Para: Tomcat Users List Assunto: RE: my first servlet Is your servlet in a package? You if it is and you haven't specified a name for the servlet you'll need to supply the package and class name, ie http://localhost:8081/servlet/org.dorkmaster.servlet.db2xml Also, you might also want

my first servlet

2003-02-12 Thread Jose Moreira
hello, i created my first servlet called db2xml but when i try to access it i get : http://localhost:8081/servlet/db2xml Apache Tomcat/4.0.4 - HTTP Status 503 - Servlet db2xml is currently unavailable type Status report message Servlet db2xml is currently unavailable description

Re: my first servlet [Off Topic]

2003-02-12 Thread Mehdi . Nejad
: Subject: my first servlet 12/02/2003 10:59 Please respond

RE: my first servlet

2003-02-12 Thread Jacob Hookom
Check your logs to see if your servlet is even initialized | -Original Message- | From: Jose Moreira [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, February 12, 2003 5:00 AM | To: Tomcat Users List | Subject: my first servlet | | hello, i created my first servlet called db2xml but when i

Cannot run my first servlet

2002-08-28 Thread Jim Marnell
I give up - I hope someone can look over the setup and tell me what's wrong. I'm getting the 404 resource not available when I try to invoke the servlet from action statement of form. I'm concerned that I don't have the servlet URI correct on the action statement. [root@redfish jmarnell]#

RE: Cannot run my first servlet

2002-08-28 Thread Sexton, George
try: form method=post action=/context/servlet/Form1 -Original Message- From: Jim Marnell [mailto:[EMAIL PROTECTED]] Sent: 28 August, 2002 7:14 AM To: [EMAIL PROTECTED] Subject: Cannot run my first servlet I give up - I hope someone can look over the setup and tell me what's wrong. I'm

RE: Cannot run my first servlet

2002-08-28 Thread Jim Marnell
[mailto:[EMAIL PROTECTED]] Sent: 28 August, 2002 7:14 AM To: [EMAIL PROTECTED] Subject: Cannot run my first servlet I give up - I hope someone can look over the setup and tell me what's wrong. I'm getting the 404 resource not available when I try to invoke the servlet from action statement of form

RE: Cannot run my first servlet

2002-08-28 Thread Sexton, George
You are trying to use mod_webapp, and you don't have the warp connector enabled properly. -Original Message- From: Jim Marnell [mailto:[EMAIL PROTECTED]] Sent: 28 August, 2002 8:15 AM To: Tomcat Users List Subject: RE: Cannot run my first servlet A thousand thanks - it's working

Help on my first Servlet JSP

2001-08-21 Thread Sheila Ratnam
Hi all, I have two requests. 1)The Tomcat documentation explains how to configure Tomcat using CVS. Could someone please direct me to a simpler, without-using-CVS way of deploying a servlet? 2) When I create a jsp file using Notepad, and try to save it as say index.jsp, my pc stores it as

Re: Help on my first Servlet JSP

2001-08-21 Thread Sheila Ratnam
[EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Help on my first Servlet JSP Date: Tue, 21 Aug 2001 17:20:44 + Hi all, I have two requests. 1)The Tomcat documentation explains how to configure Tomcat using CVS. Could someone please direct me to a simpler, without

Re: Help on my first Servlet JSP

2001-08-21 Thread David Smith
On Tuesday 21 August 2001 01:20 pm, you wrote: Hi all, I have two requests. 1)The Tomcat documentation explains how to configure Tomcat using CVS. Could someone please direct me to a simpler, without-using-CVS way of deploying a servlet? 2) When I create a jsp file using Notepad, and try

Re: Help on my first Servlet JSP

2001-08-21 Thread Sheila Ratnam
on my first Servlet JSP Date: Tue, 21 Aug 2001 13:56:38 -0400 On Tuesday 21 August 2001 01:20 pm, you wrote: Hi all, I have two requests. 1)The Tomcat documentation explains how to configure Tomcat using CVS. Could someone please direct me to a simpler, without-using-CVS way

Running my first servlet...doesn't display

2001-03-23 Thread Joel R. Cochran
Hello again from Super Newbie... I (finally) got Tomcat installed on my Win98 machine: 1. I have Tomcat started. 2. I have my CLASSPATH set to include servlet.jar and jasper.jar 3. I have a compiled class called MyFirstServlet.class in c:/jsp/tomcat/webapps/ROOT/INF-WEB/classes (This

Re: Running my first servlet...doesn't display

2001-03-23 Thread T. Park
have you tried: http://localhost:8080/servlet/MyFirstServlet "Joel R. Cochran" wrote: Hello again from Super Newbie... I (finally) got Tomcat installed on my Win98 machine: 1. I have Tomcat started. 2. I have my CLASSPATH set to include servlet.jar and jasper.jar 3. I have a compiled class

RE: Running my first servlet...doesn't display

2001-03-23 Thread Joel R. Cochran
instead, right?) Thanks again, Joel -Original Message- From: Joel R. Cochran [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 12:23 PM To: '[EMAIL PROTECTED]' Subject: Running my first servlet...doesn't display Hello again from Super Newbie... I (finally) got Tomcat installed

RE: Running my first servlet...doesn't display

2001-03-23 Thread Joel R. Cochran
Thanks T. Park! That was exactly what I did...wonder why there is such a lag in the list mail delivery today? Joel [jrc] -Original Message-From: T. Park [mailto:[EMAIL PROTECTED]]Sent: Friday, March 23, 2001 1:59 PMTo: [EMAIL PROTECTED]Subject: Re: Running my first servlet

RE: Running my first servlet...doesn't display

2001-03-23 Thread Batsheva Raviv
h 23, 2001 11:33 AM To: '[EMAIL PROTECTED]' Subject: RE: Running my first servlet...doesn't display Hey! I get to answer my own question! I found the problem (although I didn't see anything in the doc or the CORE Servlets book about this)...I had to specify the port on my localhost, lik

Re: Running my first servlet...doesn't display

2001-03-23 Thread T. Park
h a lag in the list mail delivery today?Joel [jrc] -Original Message- From: T. Park [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 1:59 PM To: [EMAIL PROTECTED] Subject: Re: Running my first servlet...doesn't display have you tried: http://localhost:8080/servlet/MyFirstServl