RE: RES: Problems downloading files. How to identify the CANCEL b utto n?

2009-07-11 Thread siomara
Sure: package servlets.comum; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import comum.ArquivoGestor; /** * Definition of class DownloadFile. */ public class DownloadFile extends HttpServlet { private String original_filename = MYFILE.txt; private String

RE: Problems downloading files. How to identify the CANCEL butto n?

2009-07-11 Thread siomara
, there is no interest at all to send emails for those that canceled the download process. I am looking forward for a solution because the way my code is now is wrong. It is logging everybody no matter which button they pressed (open, save or cancel). Once more, any suggestion is more than welcome. Siomara

RES: Problems downloading files. How to identify the CANCEL butto n?

2009-07-08 Thread siomara
already executed. The messages bellow that I included are displayed before any click on any of those buttons. here 1 here 2 here 3 here 4 here 5 here 6 Any help is welcome. I am looking so hard for a solution but I am not finding anything on the web. Siomara -Mensagem original- De

Problems downloading files. How to identify the CANCEL button?

2009-07-07 Thread siomara
put lots of messages on the code to understand how it works and even if I click [CANCEL] the messages will be printed showing that all commands will be executed no matter which button was clicked. Can someone help me to identify which button was clicked? Thanks Siomara

Simple DownloadFile sample

2009-06-12 Thread siomara
Hello all, Does anyone know a link to a simple sample for downloading files? I found some but very confusing. The code is welcome too. Thanks Siomara

Testando entrada no grupo

2009-03-13 Thread siomara
Olá pessoal, Estou tentando entrar no grupo. Alguém pode por favor responder para eu ver se consegui. Obrigada Siomara

Download Tracking

2008-11-13 Thread siomara
one help me with that? Thanks Siomara

RES: Download Tracking

2008-11-13 Thread siomara
the file on the second window but CANCEL the download (on the second window). I've been searching for a solution on the WEB but had no success. Any help is welcome. Siomara -Mensagem original- De: David Wall [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 13 de novembro de 2008 16:50

RES: Download Tracking

2008-11-13 Thread siomara
can I get which button the user clicked since the download manager window is provided by Windows and not one of mine. Can some one help me with that? Thanks Siomara -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

RES: how to get rid of the path after the URL

2007-12-28 Thread siomara
Let me see if I understood: 'jiveforums' is the name of the folder where ur application is inside webapps folder, right? Tomcat is a webapplication designed to run LOTS of applications. Each one must be inside of a folder inside webapps. So far you did it correct because you created your

http://localhost:8080/jiveforums

2007-12-28 Thread siomara
TRY accessING YOUR APPLICATION by TYPING: http://localhost:8080/jiveforums 8080 is the port you set for tomcat. change if IT is another one. remember...tomcat has its main page located inside webapps. that's the reason you get it when you access http://LOCALHOST:8080 KISSES SIO

RES: how to get rid of the path after the URL

2007-12-28 Thread siomara
Pavel, the default.jsp is either a index.html or index.jsp file. sio -Mensagem original- De: Pavel Pragin [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 28 de dezembro de 2007 17:08 Para: Tomcat Users List Assunto: RE: how to get rid of the path after the URL Hello, I wasn't able

RES: RES: how to get rid of the path after the URL

2007-12-28 Thread siomara
That's right Pavel. Mark is correct. It's been a while that I am being forced to develop in this crap php language that I forgot that tomcat main application is not under webapps. It's under a ROOT folder. So rename ROOT to ROOTSomething create a ROOT folder. Place your application on it. Let

RES: My webapp is oddly asking for user and password

2006-12-18 Thread Siomara
don´t you have to include the port tomcat is listening? http://localhost:8080/rms or any other port like: http://localhost:8899/rms -Mensagem original- De: Dani [mailto:[EMAIL PROTECTED] Enviada em: domingo, 17 de dezembro de 2006 17:43 Para: users@tomcat.apache.org Assunto: My webapp is

RES: My webapp is oddly asking for user and password

2006-12-18 Thread Siomara
. -Mensagem original- De: Dani [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 18 de dezembro de 2006 10:20 Para: users@tomcat.apache.org Assunto: Re: My webapp is oddly asking for user and password On 12/18/06, Siomara-at-planalto.gov.br |tomcat| dxtijagy310t... wrote: don

RES: Out Of Memory - String Operation

2006-07-28 Thread Siomara
I faced the same problem once and solved it by closing resultsets, statments, setting them to null and forcing garbage colletor from inside my application. try speading out System.gc(); in estrategic points of your application. -Mensagem original- De: Viks [mailto:[EMAIL PROTECTED]

Back to 404 problem: The requested resource (/Sisc/servlet/servle ts/PesquisaTabPeriferica) is not available

2006-07-27 Thread Siomara
descriptionSISC by Siomara Pantarotto/description servlet servlet-nameincluiMarcaPropriedade/servlet-name servlet-classservlets.IncluiMarcaPropriedade/servlet-class servlet-namepesquisaTabPeriferica/servlet-name servlet-classservlets.PesquisaTabPeriferica/servlet-class

RES: The requested resource (/servlet/RegistraMarcaPropriedade) i s not available

2006-07-07 Thread Siomara
All my classes are into packages. I used the same structure of servlets-examples sample in my application. C:\Software\Apache Software Foundation\Tomcat 5.5\webapps\servlets-examples\WEB-INF\classes The servlets in this sample are under the classes folder just like in my application. Are you

404 persists for one servlet while another works fine

2006-07-07 Thread Siomara
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]

RES: problem with doPost method - executed twice

2006-07-03 Thread Siomara
Thanks to you Michael, I solved the problem including return true before submitting the form Siomara html head titleInclui/Altera Marca Propriedade/title script language=javascript / // Set focus to the first form

problem with doPost method - executed twice

2006-06-30 Thread Siomara
Dear all, I have developed a web application that is running under tomcat 5.5.17 that is under windows XP. I have a servlet that retrieves data from a html form, creates an object and passes this object to a manager class that inserts the data into Oracle. Everything works fine except that I

problem with doPost method - executed twice

2006-06-30 Thread Siomara
Dear all, I have developed a web application that is running under tomcat 5.5.17 that is under windows XP. I have a servlet that retrieves data from a html form, creates an object and passes this object to a manager class that inserts the data into Oracle. Everything works fine except that I

RES: problem with doPost method - executed twice

2006-06-30 Thread Siomara
I did not get this message. Can you please resend it? Thanks -Mensagem original- De: Michael Jouravlev [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 30 de junho de 2006 16:02 Para: Tomcat Users List Assunto: Re: problem with doPost method - executed twice Did the answer that

problem with doPost method - executed twice

2006-06-30 Thread Siomara
Hi all, I have not received any reply regarding the issue bellow. Please, any help is MORE THAN WELCOME. I also can´t see if my messages are reaching everybody correctly since I get no copy of it when I post. Sio -Mensagem original- De: Siomara Cintia Pantarotto Enviada em: sexta