| Thread | Last Post | Replies |
|
| tomcat log4j | 31 Jul 2007 20:58 GMT | 3 |
I use log4j for logging in my java web application. I use Tomcat as a servlet container. The problem is that both the output of Tomcat logging and my web application logging is send to stdout and the output becomes very messy.
|
| Java Code Inside Page Directive | 31 Jul 2007 19:36 GMT | 3 |
I want to use somE Java code inside of my page directive for JSP page such as: <%@page contentType="text/html;charset=XXXXX_JAVA_CODE_HERE_XXXXX" %> XXXXX_JAVA_CODE_HERE_XXXXX should be some string I set dynamically:
|
| Status of floating point arithmetic in Java? | 31 Jul 2007 18:50 GMT | 1 |
Several years ago William Kahan, well-known in numerical analysis, criticized Java's rules for floating point operations. e.g. http://www.cs.berkeley.edu/~wkahan/JAVAhurt.pdf What is the status of Java's (as expressed in Java 1.5 or 1.6)
|
| masks and enums | 31 Jul 2007 16:38 GMT | 21 |
If I have a mask set: public static final long MASK_NONE = 0x000; public static final long MASK_ONE = 0x001; public static final long MASK_TWO = 0x002;
|
| IllegalAccessError with axis and wsse | 31 Jul 2007 15:27 GMT | 2 |
Complete java newbie here. I am trying to set up a client for the web service described at: https://thefinder.tax.ohio.gov/StreamlineSalesTaxWeb/WebService/About.aspx I am using JDK 1.4.2 on AIX 5.3. I downloaded the axis 1.4 and axis-
|
| SEARCH SCRIPT HELP | 31 Jul 2007 14:38 GMT | 2 |
I recently found this search engine script while searching the net recently and desperately need help with it. The script displays search hippo results via xml feed and the sponsored results on the right hand side are from revenue pilot. The script works except there is a bug.
|
| vector addElement | 31 Jul 2007 13:29 GMT | 3 |
I have a problem with using a Vector. I want to store the rows of an sql query resultset in a vector. I add the values into it in a loop. Here is my code:
|
| write / read cookies from applet | 31 Jul 2007 12:36 GMT | 2 |
Is there a way to write and read cookies entirely from within the applet through standard jre api (without involving any server side component) ? (I need to drop a cookie from my applet, so I can retrieve user conf
|
| Problem reading " & apos; " from XML using SAX Parser | 31 Jul 2007 12:03 GMT | 7 |
I have a XML which contains the following element <DataText>This is simple ' Text</DataText> I have included " & apos ; " in the element called DataText. When parsing the element, am getting only the text that appears before
|
| one single transaction , several databases' connections | 31 Jul 2007 11:56 GMT | 3 |
Can one single transaction contain connections to several different database?
|
| shell for executing java progs | 31 Jul 2007 11:54 GMT | 2 |
There are any profiler for java programs? We need shell, that will store profiles for each program that executed via this shell. Profile include environment variables
|
| RMI Problem | 31 Jul 2007 06:21 GMT | 2 |
I have started RmiRegistry and RmiServer on computer with ip - 10.0.0.6 I want to run RMI client on another computer: Registry registry = LocateRegistry.getRegistry("10.0.0.6");
|
| www.cerocom.com | 31 Jul 2007 02:36 GMT | 2 |
...................................... www.cerocom.com ...................................... You will be able to ask yourself: Is Internet a good investment for my company? So that an investment would have to do I of this type?
|
| asdfasdf | 31 Jul 2007 02:34 GMT | 2 |
<a href="www.google.com"> asdfasdf </a>
|
| How to disable the option of writing to the screen in tcsh | 30 Jul 2007 20:51 GMT | 1 |
I need to disable the option to write to the screen in tcsh. in ksh: "stty -echo" works but i can't find somthing similar in tcsh. I also would like to undo this option in specific scenario, Thanks,
|