I think this must be simple, but I didnt find how to do it... I dont want to let an application starts together with Tomcat... Is there a variable to put in the Context tag to do this?
Thanks idarke, I solved the question making the initial page pointing to another page that calls the servlet using a refresh <meta> tag in the page. Like those download sites that say: "If the download doesn't start, click here."
I found it cool, but your solution is far more simple...
Hi, I have a page with a form that sends information to a servlet, then it generates a file to be downloaded when the form submit button is pressed.
It works OK, but when the download finishes, the controls in the page (checkboxes, radio, etc) doesn't work anymore, and I get an "access...
Hi, I want to make a query to obtain a complementar result, let me try to simplify the question, considering the table:
NAME NUMBER
---- ------
a 5
a 8
a 9
b 2
b 3
I'd like to receive the numbers that doesn't appear for a name, with number < 10, for instance. If I had a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.