Good Afternoon Siomara-

More importantly what does the servlet's servlet-mapping entry look like in 
your web.xml?

Martin --
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Friday, July 07, 2006 5:01 PM
Subject: 404 persists for one servlet while another works fine


> Hi all again,
> 
> I am facing a weird problem. I got 2 servlets. One of them works pretty fine
> while the other one is not found. Both are in the same place. I think the
> problem has to do with path. 
> 
> The first servlet I call directly from index.htm, it preforms a search in a
> database table and displays results in a jsp form. This works fine. I see
> the rows of the table.
> 
> This jsp page has a link to a registerWhatever.htm form, and this
> registerWhatever.htm form has a button that calls the other servlet. This is
> where I get the error. The 404 message.
> 
> type Status report
> message /Sisc/servlet/RegistraMarcaPropriedade
> description The requested resource (/Sisc/servlet/RegistraMarcaPropriedade)
> is not available
> The address I see is perfect just like the other one:
> http://localhost:8899/Sisc/servlet/RegistraMarcaPropriedade
> This is driving me crazy. It was working fine before and the only thing I
> did was:
> turned a htm form to a jsp form to display the results of the search. Before
> I had a static htm form with a link to registerWhatever.htm form (with
> fields and a button to include data into the database). 
> How can I always start my redirection from the application root folder?
> Any help is welcome
> 
> Siomara
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to