| Thread | Last Post | Replies |
|
| SSL and the content-length http header | 23 Apr 2005 19:01 GMT | 3 |
I am debugging a SSL conversation from a java applet at 1.4.2_06. When setting the content-length http header we use the length of the request String. On the packet capture we observe this is set to 114 bytes. When we look at the transmission packet that contains the data
|
| Java with xml | 23 Apr 2005 17:45 GMT | 6 |
Hi guys, I am wondering which library to use to manipulate xml files in Java. Cheers.
|
| java.lang.OutOfMemoryError - server going down | 23 Apr 2005 17:23 GMT | 5 |
I've got a web application, which is using the Orion 2.02 application server. We've added another system to the suite of systems we already have in the last 3 months. Since then, we're having problems with the server and it keeps going
|
| tomcat in jcreator pro | 23 Apr 2005 14:29 GMT | 1 |
I have installed tomcat 4.1 and ant 1.6.3 beta. When i want to make a webapplication, i changed the build.xml file to the right paths. When i want to deploy with any, it gives me this error java.io.IOException: Server returned HTTP response code: 401 for URL: to.
|
| Java networking, 50000 sockets | 23 Apr 2005 09:07 GMT | 5 |
Has anyone tried to monitor 50000 socket connections in java? I have an application that needs to do just that. I can open 50000 sockets with no problems, but things get unstable when I try to listen to 5000 to 6000 of them.
|
| InputStream and Selector | 23 Apr 2005 08:52 GMT | 5 |
is there any way to get a java.io.InputStream go together with a java.nio.channels.Selector? What I would like to do is similar to copying System.in to System.out. Of course I can call
|
| NIO - OP_READ fired on client disconnect | 23 Apr 2005 08:50 GMT | 7 |
I have a server that listens for connections. A selector is opened, configured for non-blocking and the serverchannel is used to register OP_ACCEPT on this selector. in the main loop, once i accept a connection, i immediately register OP_READ on the selector.
|
| UML Class Diagraming for Java ... Quick Reference | 23 Apr 2005 04:22 GMT | 2 |
I've been wanting a one page quick reference for Class Diagraming for Java with UML. I finally just made one. If anyone else wants a copy, it is here: http://www.genedavis.com/library/ It is the top item and in PDF format. Hopefully you find this useful.
|
| assistance with Java code - calculations | 23 Apr 2005 03:21 GMT | 8 |
Hi there. I am needing a little assistance with something I am working on. I have two methods as part of a loan calculator I am building and I cannot get two calculations working correctly.
|
| Removing adult material designation | 23 Apr 2005 00:22 GMT | 5 |
I started a group and see that it asks if people are over 18 before letting them into the group. I want to remove the adult material designation. Do I have to remove the group and start all over? i can not find any
|
| fill % of an array | 23 Apr 2005 00:09 GMT | 6 |
Hi; Can someone point me in the direction of some code that allows me to fill a certain percentage of a 2d array with a colour. I tried using math.random but it dosen't create clean lines due to its random nature.
|
| How do I add the XML Version and Encoding Declaration to XML? | 22 Apr 2005 23:09 GMT | 1 |
I a org.w3c.dom.Document that does not have the <?xml version="1" encoding="UTF-8"?> declaration on it. Is there a way I can add this to it? Thanks,
|
| Passing Files between Server Modules | 22 Apr 2005 22:58 GMT | 1 |
I have developed a Server module using Java Struts that is only one part of a server application. My modules is completely independent of the other parts that make up the server. http://hostname:8080/myModule
|
| Saving Excel Files on Server Automatically | 22 Apr 2005 22:52 GMT | 1 |
My users have a requirement that they should be able to edit Excel files on the server. They want the file to get opened in the browser and when they edit it and save it, it should automatically get saved to the server. How easy is this to do? I know POI and HSSF deal with Excel
|
| jsp redirect problem | 22 Apr 2005 22:51 GMT | 1 |
i need to redirect a client request to a different URL. So i tried using Reoponse.sendRedirect(newURL).I want to know if this would dictate the client to connect to the new URL and the client in turn connects to the new URL.Also i want this redirect message to be
|