| Thread | Last Post | Replies |
|
| Servlet.service() for servlet jsp threw exception java.lang.IllegalStateException: getOutputStream() has already been called for this response | 16 Nov 2006 11:22 GMT | 5 |
I have an Apache Tomcat server on which I have deployed 2 web applications. When I deploy and run the first application everything works fine. But on deploying the second application, I get the following error:
|
| Resample image - drawImage exception | 16 Nov 2006 11:16 GMT | 8 |
Am resampling the images to be displayed in my web page for different height and width . This is the code i use for it whenever the height and width changes: ServletOutputStream sout = response.getOutputStream();
|
| java 1.5 InetAddr doesn't consult system hosts file unless run from [pseudo]tty? | 16 Nov 2006 09:59 GMT | 5 |
A simple test program can look up hostnames defined in system host file as long as it is run with a tty. When run without a tty, it can't find the hostnames. This issue leads to the failure of an application when run remotely.
|
| uml plugin for ms office | 16 Nov 2006 08:57 GMT | 2 |
hello. is there any plugin for drawing UML diagrams in MS Office. if any body knows please send the link or reference. thanks in advance
|
| java result set | 16 Nov 2006 08:39 GMT | 3 |
I have a doubt. Is there a way that allows me to get all the values of a column from a java.sql.ResultSet in an array . I can loop on the resultset and add each of the values to an array.
|
| certification | 16 Nov 2006 07:13 GMT | 4 |
Can someone tell me: is it worthwhile getting the Practice Exams if I already have the Bates/Sierra Study Guide?
|
| Can't set Printing Attributes for DocPrintJob Job | 16 Nov 2006 06:37 GMT | 2 |
Hi, everyone i 've been trying to set some printing attributes for a .ps file using PrintRequestAttributeSet class but nothing happens.What i want to do is to set the tray on a network
|
| Creating a new class instance from a servlet | 16 Nov 2006 05:34 GMT | 5 |
I have a servlet and and trying to instantiate a class in the servlet. I'm using the following code: engine e = new engine(); The engine class compiles without error but when i compile the servlet
|
| Junit error in Eclipse | 16 Nov 2006 05:20 GMT | 3 |
WHen i try to run junit from eclipse it gives me an error, "Test type does not exist". Does anyone has any idea why this error. Thanks.
|
| Help in CalenderAPI | 16 Nov 2006 05:07 GMT | 9 |
Hi can any one help me out to convert the current date to julian date using java api??? i have tryied hard for the solution using GregorianCalender and SimpleDateFormat but still not able to conver the date to the julian
|
| What is a "servicename" in jax-ws ? Frustrated! | 16 Nov 2006 04:54 GMT | 1 |
The webservice endpoint ( the server ) is not under my control, but it expects an XML document with a specific DTD, using HTTP. No WSDL. I have the DTD(s), and I have "compiled" them to generate the Java classes using JAXB 2.0.
|
| HashSet and TreeSet | 16 Nov 2006 03:00 GMT | 4 |
I am searching for job now and I got a question between HashSet and TreeSet. The question is: serialize the HashSet and TreeSet, then deserialize them, what is the difference between these two sets. I could not answer the question. After the interview, I think about the
|
| problem with URLConnection behind a firewall | 16 Nov 2006 02:49 GMT | 2 |
I am creating a URLConnection object behind a firewall and facing some serious problems. The thing goes on smooth untill firewall does not enforces security. As soon as user authorization is enforced the thing stops working. The
|
| java web start | 16 Nov 2006 01:15 GMT | 1 |
I was wondering what is required for java web start to work. If I wanted to get web hosting that supported java web start applications what is required and does anyone recommend any web hosting companies for doing this.
|
| Username/password logging in | 16 Nov 2006 01:06 GMT | 1 |
I want to create an app which allows me to log into https://reg.racingpost.co.uk/cde/login_iframe_rp.sd I am using jakarta httpMethod to connect but have no idea how to set username & password to get the correct login page ( I tried with the
|