| Thread | Last Post | Replies |
|
| Tomcat compiles JSP but all I get is blank | 22 Oct 2005 00:50 GMT | 7 |
Everything was fine until I restarted tomcat after just making one change to a .java file. I recompiled, everything fine, started Tomcat and now when I access the website the URL resolves as usual but I just get a blank page, no errors, nothing. All my other webapps under tomcat
|
| Tomcat 4 Performance Issues | 22 Oct 2005 00:49 GMT | 3 |
Can anyone help me to see some benchmarks for Tomcat running on Windows. We have serious performance issues, while running a database application on Tomcat 4.1/Win2k/JDK1.4.2. The issue is that as number of users increase, the memory consumtion at
|
| Unicode and such | 21 Oct 2005 22:52 GMT | 9 |
The file "höhö" is shown as "h?h?" when I get a file.getName(). java.nio.charset.Charset.defaultCharset().name() US-ASCII System.getProperty("file.encoding")
|
| Reflection and parsing Java classfiles | 21 Oct 2005 21:48 GMT | 9 |
This article describes a grammar and simple parser for processing Java classfiles: http://www.webservicessummit.com/Articles/MadhuOct2005_1.htm There's a discussion thread at antlr.org about an ANTLR grammar for
|
| Exec cmd echo for beep with java on linux | 21 Oct 2005 21:03 GMT | 11 |
I want to execute the command echo -e "\a" ( this command produce a beep)from a java program whit Runtime.getRuntime().exec(); but it's doesn't work. I don't heard the sound. I can't use Toolkit.getDefaultToolkit().beep(); because under linux
|
| Java (swing heavy) performance with XP SP2 | 21 Oct 2005 20:54 GMT | 3 |
All, The application I am currently working on has a major performance issue when we run the system (via webstart) on Windows XP with SP2. (i.e. 50% extra load).
|
| Is there a Visual J++ Enterprise edition | 21 Oct 2005 16:55 GMT | 8 |
The Visual Studio 6 Enterprise edition I have contains Disc 1,2,3 and Visual J++ Professional Edition. Is this correct?
|
| bypassing web form hardcoding login and password | 21 Oct 2005 16:20 GMT | 11 |
I need to hide the complexity from users to access an information webpage, which is normally accessible after filling in a web form with the correct data. The address of the information webpage is like
|
| Problems wiht nant | 21 Oct 2005 16:17 GMT | 3 |
Maybe I am wrong here, but I have a problem with nant that I don't unterstand, I'm trying to compile an example ConsoleApp Project with net-1.1, and get the errror: log4net:ERROR LogLog: Exception while reading ConfigurationSettings.
|
| Reflection question: int ->Integer->?? | 21 Oct 2005 14:51 GMT | 3 |
Using reflection I cannot get to the data value of an int member attribute. Anyone solved this? Here's the sample code. The issue is reflection works fine if you know beforehand the type and can cast to an Integer but what if you do not
|
| Error creating a WAR using wsdeploy tool | 21 Oct 2005 14:30 GMT | 2 |
Iam trying to create a WAR to deploy on Tomcat 5.5 using wsdeploy tool of jwsdp-1.6. The command is wsdeploy.bat -verbose -o dist/myWStest.war build/my WEB-INF.war
|
| HTTP and HTTPS | 21 Oct 2005 14:12 GMT | 2 |
Does can anyone explain why HTTP a stateless protocol and HTTPS is a stateful protol. In my understanding they both make stateless requests to the server. Is it that HTTPS only maintains a state for the ssl communication but it cant be used in the web applications in any way.
|
| Is Java good for database, printing and report? | 21 Oct 2005 13:32 GMT | 3 |
I've been using Tcl/Tk for a bookstore management app. I see it's really so powerfull. But I'm disappointed with the following things: - report generation (The best way is generate HTML and print from the default browser)
|
| Why the "Java toturial" on sun.com can't be accessible online | 21 Oct 2005 12:30 GMT | 12 |
A few days ago, I still can access the content of "java tutorial" on the sun.com website. But today, the link for accessing content has been redirected to the "buy the book" page.... It really sucks! Has anyone downloaded that document before? It will be appreciated if
|
| Validating URLs | 21 Oct 2005 12:27 GMT | 3 |
Hiya, I need an easy way to validate URLs, ie, to make sure that they're syntactically correct according to rfc2396, not if they exist etc. The Apache class "org.apache.commons.validator.UrlValidator" looks
|