Re: How can I refresh tomcat in the java code?

2008-04-03 Thread Guilherme Orioli
x27;t translate very well. No problems with translations here. Just fine actually. 2008/4/3, Christopher Schultz <[EMAIL PROTECTED]>: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Guilherme, > > Guilherme Orioli wrote: > > | Everyone recommended me to gen

Re: How can I refresh tomcat in the java code?

2008-04-03 Thread Guilherme Orioli
. Hope you guys can help me now. Sorry for the english. I finished my course four years ago and haven't practiced since then... Gui Orioli. 2008/4/3, Christopher Schultz <[EMAIL PROTECTED]>: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Guilherme, > >

Re: How can I refresh tomcat in the java code?

2008-04-03 Thread Guilherme Orioli
Didn't get it... it just doesn't work... what do I need to use instead of the response.redirect ? 2008/4/2, Alan Chaney <[EMAIL PROTECTED]>: > > You don't need the redirect. The response to the request IS the pdf file. > > HTH > > > Guilherme Orioli wrot

Re: How can I refresh tomcat in the java code?

2008-04-02 Thread Guilherme Orioli
It just doesn't show the Download dialog on the screen when i click the button... 2008/4/2, Guilherme Orioli <[EMAIL PROTECTED]>: > > ok... here's what i'm doing... in system out, something like a pdf file is > printed... itś probably there... just don't know h

Re: How can I refresh tomcat in the java code?

2008-04-02 Thread Guilherme Orioli
ok... here's what i'm doing... in system out, something like a pdf file is printed... itś probably there... just don't know how to show it from the button i'm clicking on: public String geraReportBois(){ try{ //Generating the report String caminho_arquivo = new File("").getAbsolutePath() + "/work

Re: How can I refresh tomcat in the java code?

2008-04-02 Thread Guilherme Orioli
Ok... I've made some research on that too... I'm actually generating a report (.pdf file) with jasper, and it already enables me to export it to an outputstrem, as in this code: memoryPDF = new FileOutputStream("test"); this.bytes = JasperRunManager.runReportToPdf(jasperReport,parameters,this.getR

How can I refresh tomcat in the java code?

2008-04-02 Thread Guilherme Orioli
I'm developing a system that will generate a file dynamically, and i want to make it possible to be downloaded from server after it's created. The problem is that when i link the file, the response i get is that it doesn't exist. After a few tests we've figured out that if the file existed previou